Commit Graph

264 Commits

Author SHA1 Message Date
admin d85120a2fa fix: correct import path for sideDrawerContentClassName
Docker Build / Build and Push Docker Image (push) Successful in 3m39s
2026-06-19 04:35:00 +08:00
admin 3c812ce9ea refactor(pricing): JSON editor opens in Sheet instead of replacing model list
Docker Build / Build and Push Docker Image (push) Failing after 1m28s
2026-06-19 04:09:23 +08:00
admin 0dfbdc3e6c fix(pricing): move handleBatchDelete after useDataTable to fix TDZ ReferenceError
Docker Build / Build and Push Docker Image (push) Successful in 3m39s
2026-06-19 03:29:56 +08:00
admin 10fa18eac1 fix(pricing): add SSR guard for localStorage in columnVisibility state
Docker Build / Build and Push Docker Image (push) Successful in 3m41s
2026-06-19 03:17:10 +08:00
admin 4bacb0de98 fix(pricing): remove stale setSheetOpen reference causing 500 error
Docker Build / Build and Push Docker Image (push) Successful in 3m36s
2026-06-19 02:46:13 +08:00
admin 3e2bd26fcc refactor(pricing): full-width list layout, sheet editor, batch delete
Docker Build / Build and Push Docker Image (push) Successful in 3m37s
2026-06-19 02:31:57 +08:00
admin efc3adcc28 fix(pricing): i18n for delete dialog, remove deleted rows from list, auto-save after delete
Docker Build / Build and Push Docker Image (push) Successful in 3m42s
2026-06-19 01:21:58 +08:00
admin f103c65dc8 fix(pricing): add confirm dialog for delete button, show toast and visual feedback
Docker Build / Build and Push Docker Image (push) Successful in 3m42s
2026-06-19 01:03:28 +08:00
admin 4cd7c51220 fix(models): fix delete button - use onSelect+preventDefault with modal=false
Docker Build / Build and Push Docker Image (push) Successful in 3m40s
2026-06-19 00:37:01 +08:00
admin ecdc2ce510 fix(models): defer confirm dialog open to avoid conflict with dropdown menu close
Docker Build / Build and Push Docker Image (push) Successful in 3m40s
2026-06-18 23:14:13 +08:00
admin f28672c4e6 fix(models): fix delete button - use onClick instead of onSelect to allow menu close before dialog opens
Docker Build / Build and Push Docker Image (push) Successful in 3m42s
2026-06-18 23:02:42 +08:00
admin 41540dbd43 fix(models): fix delete button not working, move group ratio outside tag
Docker Build / Build and Push Docker Image (push) Successful in 3m42s
2026-06-18 22:42:14 +08:00
admin 47bf6e30a8 feat(pricing): show all groups without +N limit, display group ratio multiplier
Docker Build / Build and Push Docker Image (push) Successful in 3m38s
2026-06-18 20:27:09 +08:00
admin 4eafebb2bf Revert "fix(docs): use rem-based calc for title/empty-state centering, unify both with same technique"
Docker Build / Build and Push Docker Image (push) Successful in 3m41s
This reverts commit d246a7ae06.
2026-06-18 20:25:49 +08:00
admin d246a7ae06 fix(docs): use rem-based calc for title/empty-state centering, unify both with same technique
Docker Build / Build and Push Docker Image (push) Successful in 3m41s
2026-06-18 19:53:44 +08:00
admin 573be24399 fix(docs): span title across full page width for correct centering
Docker Build / Build and Push Docker Image (push) Successful in 3m40s
2026-06-18 19:43:16 +08:00
admin c2a7b0703e fix(docs): put title in content area, always reserve space, center with page header via negative margins
Docker Build / Build and Push Docker Image (push) Successful in 3m37s
2026-06-18 19:36:11 +08:00
admin d7ffad644e fix(docs): move document title outside three-column layout to center with page header
Docker Build / Build and Push Docker Image (push) Successful in 3m42s
2026-06-18 19:28:58 +08:00
admin 112bbe7c01 fix(docs): move document title into center content area
Docker Build / Build and Push Docker Image (push) Failing after 9s
2026-06-18 19:06:37 +08:00
admin 975e05ccb6 fix(docs): use absolute positioning to center empty state with page title
Docker Build / Build and Push Docker Image (push) Successful in 5m0s
2026-06-18 18:43:42 +08:00
admin 2cd0c30822 fix(docs): use translate-x to center empty state with page title
Docker Build / Build and Push Docker Image (push) Successful in 5m26s
2026-06-18 18:13:26 +08:00
admin 4c2a403bc4 fix(docs): restructure layout to properly center empty state relative to page
Docker Build / Build and Push Docker Image (push) Failing after 7m25s
2026-06-18 18:01:16 +08:00
admin 6a7b1ecb06 fix(models): add stopPropagation to prevent row click interference
Docker Build / Build and Push Docker Image (push) Successful in 7m5s
2026-06-18 17:45:59 +08:00
admin e2c2f56ce1 fix(docs): correct empty state offset calculation (half of sidebar width)
Docker Build / Build and Push Docker Image (push) Failing after 4m16s
2026-06-18 17:41:21 +08:00
admin df330eac09 fix(docs): center empty state relative to entire page using negative margin
Docker Build / Build and Push Docker Image (push) Successful in 4m30s
2026-06-18 17:33:30 +08:00
admin b38789b710 fix(models): move ConfirmDialog outside DropdownMenu for proper display
Docker Build / Build and Push Docker Image (push) Successful in 4m22s
2026-06-18 17:26:24 +08:00
admin f997010b99 fix(docs): correct empty state offset calculation
Docker Build / Build and Push Docker Image (push) Successful in 4m31s
2026-06-18 17:19:43 +08:00
admin 362a7b40f0 fix(docs): correct empty state alignment with page title
Docker Build / Build and Push Docker Image (push) Successful in 4m35s
2026-06-18 17:12:02 +08:00
admin c071875474 fix: align empty state with page title and fix reset button position
Docker Build / Build and Push Docker Image (push) Successful in 4m29s
2026-06-18 17:02:53 +08:00
admin 9e0c77ae51 fix(docs): restore sidebar visibility, keep empty state centered in main column
Docker Build / Build and Push Docker Image (push) Successful in 4m21s
2026-06-18 16:54:31 +08:00
admin ee389f1019 fix(docs): center empty state relative to page, not sidebar layout
Docker Build / Build and Push Docker Image (push) Successful in 4m20s
2026-06-18 16:46:40 +08:00
admin f38a4ced93 feat(pricing): add groups column and group filter to pricing table
Docker Build / Build and Push Docker Image (push) Successful in 4m50s
2026-06-18 16:39:27 +08:00
admin 113bde9392 feat(setup): add SQLite fixed display and Redis optional config in install wizard
Docker Build / Build and Push Docker Image (push) Successful in 4m20s
- Display SQLite as fixed database (cannot change)
- Add optional Redis cache configuration with connection string input
- Update SetupFormValues to include enableRedis and redisConnectionString
- Add i18n translations for Redis-related UI text (en/zh)
2026-06-16 18:14:40 +00:00
admin 1e09abc028 fix(docs): add copy button to pre blocks instead of code for proper rendering
Docker Build / Build and Push Docker Image (push) Successful in 3m53s
2026-06-17 02:04:40 +08:00
admin 47231f2d31 fix(about): add min-height to content card
Docker Build / Build and Push Docker Image (push) Successful in 4m42s
2026-06-17 00:48:25 +08:00
admin 785caa4f0d fix: move Footer outside min-h container, use flex layout to fill content area
Docker Build / Build and Push Docker Image (push) Successful in 4m21s
2026-06-17 00:35:26 +08:00
admin c15997cee2 fix: add min-height to pricing/docs/about content areas
Docker Build / Build and Push Docker Image (push) Successful in 4m36s
2026-06-17 00:09:57 +08:00
admin e4fbe4b3d2 feat: add copy buttons to code blocks and model names, add footer to pricing/docs/about pages
Docker Build / Build and Push Docker Image (push) Successful in 4m13s
2026-06-16 22:26:40 +08:00
admin c92710a068 fix(docs): add scroll-margin-top to headings for sticky header offset
Docker Build / Build and Push Docker Image (push) Successful in 4m52s
2026-06-16 22:07:40 +08:00
admin 2e8a16993f fix(docs): center empty state vertically in content area
Docker Build / Build and Push Docker Image (push) Successful in 4m17s
2026-06-16 21:46:41 +08:00
admin e694d3ab35 fix(docs): fix JSX structure error and align doc title/empty state with page header
Docker Build / Build and Push Docker Image (push) Successful in 4m43s
2026-06-16 21:35:49 +08:00
admin 539cbced5f Center doc title and empty state with page header
Docker Build / Build and Push Docker Image (push) Failing after 1m51s
2026-06-16 20:50:44 +08:00
admin 50039f6797 Restore Documentation header, show doc title in content area
Docker Build / Build and Push Docker Image (push) Successful in 4m15s
2026-06-16 20:39:09 +08:00
admin d826dfb15b Fix docs sticky sidebar, code text color, remove overflow-hidden
Docker Build / Build and Push Docker Image (push) Successful in 4m7s
2026-06-16 19:34:22 +08:00
admin 18a579bc94 Move doc title to header area for proper centering
Docker Build / Build and Push Docker Image (push) Successful in 4m10s
2026-06-16 19:25:06 +08:00
admin 7e6f32cd65 Add @tailwindcss/typography for prose styles, fix docs title centering
Docker Build / Build and Push Docker Image (push) Failing after 30s
2026-06-16 18:43:28 +08:00
admin 04a0dfbc93 Fix hardcoded Chat preset title to Quick Connect
Docker Build / Build and Push Docker Image (push) Successful in 4m0s
2026-06-16 11:35:41 +08:00
admin e2dd420d10 Rename Chat to Quick Connect in all i18n locales
Docker Build / Build and Push Docker Image (push) Successful in 3m50s
2026-06-16 05:53:29 +08:00
admin 981af4e74e refactor: adjust admin header height, remove top nav links, move announcements to site settings
Docker Build / Build and Push Docker Image (push) Successful in 4m13s
2026-06-16 03:51:13 +08:00
admin 14b902fef1 fix: add missing i18n translations for home/pricing pages, update sidebar brand
Docker Build / Build and Push Docker Image (push) Successful in 4m15s
2026-06-16 03:38:20 +08:00