Tam Nhu Tran
10f284585f
test(dashboard): cover api profile quick start states
2026-03-23 11:43:13 -04:00
Tam Nhu Tran
287691fa04
feat(profiles): add cliproxy api profile bridge
...
- add backend and CLI flows for creating routed API profiles from CLIProxy providers
- add dashboard bridge CTAs, metadata, and guided create dialog mode
- cover bridge routes and dialog behavior with focused tests
Refs #649
2026-03-19 10:24:28 -04:00
Tam Nhu Tran
ef36ad4600
fix(ui): reflect cliproxy preset plan tiers
2026-03-18 12:15:30 -04:00
Tam Nhu Tran
a999adc776
fix(ui): simplify provider chooser cards
2026-03-17 14:51:07 -04:00
Tam Nhu Tran
3954e445f3
fix(ui): keep provider names readable
2026-03-17 14:43:46 -04:00
Tam Nhu Tran
8c0d75a454
fix(ui): rebalance API profile provider chooser
2026-03-17 14:35:27 -04:00
Tam Nhu Tran
0337a32d99
feat(ui): improve API profile provider selector UX
2026-03-17 13:54:52 -04:00
Tam Nhu Tran
5fe96b74b9
fix(ui): restore searchable combobox keyboard navigation
2026-03-17 09:42:38 -04:00
Tam Nhu Tran
d056878539
feat(ui): add searchable model comboboxes
2026-03-17 09:01:21 -04:00
kaitranntt
84ec43430d
fix: resolve test import paths and vi.mock hoisting issues
...
- Fix import paths (5 '../' → 4 '../' for src imports)
- Fix test-utils import path (2 '../' → 3 '../')
- Fix vi.mock hoisting by inlining mock function
- Fix mockData scope in Privacy Mode test
- Fix test assertions (getByRole → querySelector, getByText → getAllByText)
- Add barrel export for getProjectDisplayName utility
2026-01-23 16:17:23 -05:00
Joseph Mearman
c5911dde38
test: add project name display tests
...
- Add comprehensive tests for getProjectDisplayName function
- Test various path structures including worktrees, nested projects, and edge cases
- Include regression tests for the reported bug cases
- Create separate utility file for better testability
Fixes session stats display where wrong fragments were shown
Related to: #348 (quota display), #103 (context display)
2026-01-22 07:17:38 +00:00