Commit Graph

167 Commits

Author SHA1 Message Date
AskaEth 6dd91739f0 feat: refresh button in market tab bar 2026-07-27 11:25:34 +08:00
AskaEth 978ccacd17 fix: switch grid display for 'my' tab vs market tabs 2026-07-27 11:22:49 +08:00
AskaEth 32a98d0e84 fix: my tab card layout - info below title 2026-07-27 10:53:26 +08:00
AskaEth 97de708469 feat: update button opens full publish modal, keeps old preview if not changed 2026-07-27 10:51:36 +08:00
AskaEth 2d5cdc0d3b feat: drag-drop preview upload with file type/size validation 2026-07-27 10:46:08 +08:00
AskaEth 44c0383dc1 fix: 6MB limit for preview images (client + server) 2026-07-27 10:44:12 +08:00
AskaEth 495cc4143f feat: optional preview image upload in publish modal 2026-07-27 10:42:14 +08:00
AskaEth 5665c86eb3 fix: restore game_id and author in scene publish-local 2026-07-27 10:34:18 +08:00
AskaEth 977ca89965 fix: restore manifest_id for scene publish 2026-07-27 10:31:10 +08:00
AskaEth 003c303231 fix: remove manifest_id from scene publish (field not in collection) 2026-07-27 10:29:54 +08:00
AskaEth cc04897d17 feat: collapsible sections in publish modal 2026-07-27 10:17:04 +08:00
AskaEth 3ea3f10100 fix: replace _upload with publish modal (file picker + local list) 2026-07-27 10:14:14 +08:00
AskaEth 2960d132ef feat: publish-from-local with builtin/market filter, file picker modal 2026-07-27 10:11:00 +08:00
AskaEth e94d862560 chore: username placeholder -> 必填 2026-07-27 10:04:16 +08:00
AskaEth c59c7a172c refactor: login modal with tabs, username only on register 2026-07-27 10:03:13 +08:00
AskaEth 08e5729de3 fix: match installed by manifest_id only, no name fallback 2026-07-27 09:53:07 +08:00
AskaEth 6a58ec9d20 fix: re-add localNames check for installed matching 2026-07-27 09:51:42 +08:00
AskaEth 49db12910d fix: require token for upload prefix generation 2026-07-27 09:49:31 +08:00
AskaEth 7e5e5f4afa feat: prefix manifest_id with user token hash to prevent ID collisions 2026-07-27 09:48:49 +08:00
AskaEth a6adedaadb feat: create new dashboard button with auto-generated UUID 2026-07-27 09:47:07 +08:00
AskaEth b8f07c0cba feat: auto-generate UUID if manifest.json lacks id 2026-07-27 09:45:34 +08:00
AskaEth e3afb2ac9b fix: dual id/name matching for installed + console.error on all catches 2026-07-27 09:31:26 +08:00
AskaEth 1c73ec9db6 fix: remove undefined localNames reference 2026-07-27 09:29:37 +08:00
AskaEth 10aa14b6d5 fix: add console.error to market catch blocks for debugging 2026-07-27 09:28:34 +08:00
AskaEth ba2481139b fix: hardcode market_url fallback to turbosu.yeij.top 2026-07-27 09:25:04 +08:00
AskaEth fb5ebfe162 fix: check local scenes for installed status 2026-07-27 09:19:30 +08:00
AskaEth 87608868f5 fix: use dual id+name matching, manifest_id pending field addition 2026-07-27 09:01:18 +08:00
AskaEth 0fd96b7794 fix: refresh market grid after install 2026-07-27 08:59:17 +08:00
AskaEth 76d9cc3975 fix: match installed by manifest_id only, add manifest_id field 2026-07-27 08:54:52 +08:00
AskaEth ae4bffd79f fix: match installed by both id and name 2026-07-27 08:51:31 +08:00
AskaEth 2a51026587 feat: uninstall button for locally installed market packages 2026-07-27 08:49:20 +08:00
AskaEth d04ab1138c feat: market checks local installs, shows installed badge 2026-07-27 08:47:35 +08:00
AskaEth 3ffee330a5 fix: market install button feedback - always show toast 2026-07-27 08:44:53 +08:00
AskaEth 7e3456d208 chore: remove admin.html from repo 2026-07-27 08:38:25 +08:00
AskaEth 55b1539487 feat: admin review panel as standalone local file 2026-07-27 08:38:09 +08:00
AskaEth b3ec4a37e2 fix: G-force longitudinal sign direction 2026-07-27 08:27:19 +08:00
AskaEth 5064db0032 fix: G-force uses acceleration_z for longitudinal axis 2026-07-27 08:24:25 +08:00
AskaEth c65ae4035b fix: realistic G-force test data with jitter and vertical bounce 2026-07-27 08:20:45 +08:00
AskaEth 40087e1c16 fix: favicon uses logo.svg 2026-07-27 08:17:26 +08:00
AskaEth c051fdbfaf fix: serve favicon.ico -> SVG to prevent 404 errors 2026-07-27 08:17:03 +08:00
AskaEth 8c78393fb5 fix: add acceleration values to test packet for G-force dashboard 2026-07-27 08:15:19 +08:00
AskaEth d3a269b5cd fix: remove extra closing div in dashboard template 2026-07-27 00:41:40 +08:00
AskaEth 55a1fb00df fix: remove crash-causing market references from dashboard.js 2026-07-26 23:56:49 +08:00
AskaEth 865a239a7e docs: add official website link 2026-07-26 23:18:14 +08:00
AskaEth 93d5f38431 docs: changelog date corrected 2026-07-26 23:16:57 +08:00
AskaEth 89b44f1288 docs: update README - 极速中枢, 8 dashboards, market, recording 2026-07-26 23:16:34 +08:00
AskaEth 93d4ec308a fix: remove -created sort, field not in base collection 2026-07-26 22:52:12 +08:00
AskaEth f9256a564b feat: my tab shows time/version/status, restore -created sort 2026-07-26 22:26:43 +08:00
AskaEth df8f33dcca fix: market tab styles + my items layout 2026-07-26 22:23:23 +08:00
AskaEth 5e3d565b38 fix: remove -created sort (field doesnt exist), use -name 2026-07-26 22:05:29 +08:00