Commit Graph

243 Commits

Author SHA1 Message Date
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
admin 306d40baaf refactor: remove sort/unit/price dropdowns from pricing, move reset button next to vendor filter, update search placeholder
Docker Build / Build and Push Docker Image (push) Successful in 4m5s
2026-06-16 02:47:35 +08:00
admin 5d3ba59df8 feat: add Go/C++ code examples, use modelstoken.com, remove notice tab from notifications
Docker Build / Build and Push Docker Image (push) Successful in 4m17s
2026-06-16 02:39:22 +08:00
admin 4e3f2d8222 refactor: remove tag filter and model count from pricing page
Docker Build / Build and Push Docker Image (push) Successful in 4m18s
2026-06-16 02:34:45 +08:00
admin c1ac2eab66 refactor: remove group/type/endpoint filters, details drawer, and group column from pricing page
Docker Build / Build and Push Docker Image (push) Successful in 4m4s
2026-06-16 02:25:33 +08:00
admin 79f28d67c7 fix: add i18n translations for about page default content in all 6 languages
Docker Build / Build and Push Docker Image (push) Successful in 3m52s
2026-06-16 01:51:25 +08:00
admin 7b49249304 refactor: simplify about page to match pricing page header with card content
Docker Build / Build and Push Docker Image (push) Successful in 3m32s
2026-06-16 01:41:10 +08:00
admin 7ee803bcab refactor: simplify default about page to text-only content with pricing/docs layout style
Docker Build / Build and Push Docker Image (push) Successful in 4m8s
2026-06-15 22:48:13 +08:00
admin 65a376c9a9 fix: redesign about page to match pricing/docs style and fix auth type assertion panic causing 500
Docker Build / Build and Push Docker Image (push) Successful in 4m19s
2026-06-15 22:15:35 +08:00
admin 79a85d3592 feat: add default about page with features, quick start, stats and license sections
Docker Build / Build and Push Docker Image (push) Successful in 4m39s
2026-06-15 21:47:27 +08:00
admin 01c5af6377 fix: use docs_link config in PublicHeader and move docs_link setting to header navigation page
Docker Build / Build and Push Docker Image (push) Successful in 3m50s
2026-06-15 18:54:20 +08:00
admin c455116278 fix: isolate notification popover in React.memo to prevent re-render flicker
Docker Build / Build and Push Docker Image (push) Successful in 3m43s
2026-06-15 16:40:41 +08:00
admin 44d34a8ff6 fix: restore Portal in PopoverContent to fix Base UI error #45
Docker Build / Build and Push Docker Image (push) Successful in 3m58s
2026-06-15 13:32:39 +08:00
admin 55f9a25c77 fix: move Badge outside PopoverTrigger to avoid re-render issues
Docker Build / Build and Push Docker Image (push) Successful in 3m33s
2026-06-15 12:15:40 +08:00
admin b48b5c2f8d refactor: use Dialog instead of Popover for notifications (more stable)
Docker Build / Build and Push Docker Image (push) Successful in 3m36s
2026-06-15 11:51:01 +08:00
admin f87feca450 fix: remove Portal from PopoverContent to avoid rendering issues
Docker Build / Build and Push Docker Image (push) Successful in 3m43s
2026-06-15 11:47:59 +08:00
admin a165c87626 fix: delay markNoticeRead to avoid popover closing on re-render
Docker Build / Build and Push Docker Image (push) Successful in 3m37s
2026-06-15 11:01:38 +08:00
admin 94321510cd fix: simplify popover open handler to avoid state conflicts
Docker Build / Build and Push Docker Image (push) Successful in 3m39s
2026-06-15 10:53:47 +08:00
admin 675bac8151 fix: use announcements_enabled (plural) to match backend API field name
Docker Build / Build and Push Docker Image (push) Successful in 3m37s
2026-06-15 10:44:05 +08:00
admin de471d0fa0 refactor: move SidebarTrigger to header left, flatten system settings into sidebar
Docker Build / Build and Push Docker Image (push) Successful in 3m41s
2026-06-15 04:17:37 +08:00
admin ea5b152313 fix: TryUserAuth set role in context, fix docs page pagination response handling
Docker Build / Build and Push Docker Image (push) Successful in 3m48s
2026-06-15 04:07:15 +08:00
admin 75e608bdc8 refactor: sidebar full-height with logo+toggle at top, header beside sidebar
Docker Build / Build and Push Docker Image (push) Successful in 3m51s
2026-06-15 04:02:05 +08:00