Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
7ed0dec
feat(dashboard): migrate real search controls and paused states
MapleEve Jul 20, 2026
3a045b9
feat(settings): validate real data source states
MapleEve Jul 20, 2026
6af96c5
feat(recordings): validate real player and transcript states
MapleEve Jul 20, 2026
eeb850a
fix(ui): enforce shadcn dashboard guard contracts
MapleEve Jul 20, 2026
650d42f
feat(recordings): validate real AI rename error states
MapleEve Jul 20, 2026
f0d3ede
style(tests): format settings regression guard
MapleEve Jul 20, 2026
18a8d0d
feat(recordings): add real library pagination
MapleEve Jul 20, 2026
a91904e
feat(source-report): complete real backend state coverage
MapleEve Jul 20, 2026
30471c2
feat(shell): add app route navigation foundation
MapleEve Jul 20, 2026
d311bef
feat(recordings): complete real tag management
MapleEve Jul 20, 2026
1fe1afe
feat(recordings): cover source report loading recovery
MapleEve Jul 20, 2026
8e91aaa
feat(dashboard): complete real activity recovery states
MapleEve Jul 21, 2026
2e9a42d
feat(settings): make core data source readiness retryable
MapleEve Jul 21, 2026
55b471f
feat(ui): activate segmented tabs from keyboard
MapleEve Jul 21, 2026
fd7d52e
fix(recordings): restore query error recovery
MapleEve Jul 21, 2026
d5a4a3c
test(source-report): make canonical verifier portable
MapleEve Jul 21, 2026
0303ac4
fix(speakers): make retry consumption durable
MapleEve Jul 21, 2026
2284d12
fix(data-sources): stabilize core readiness
MapleEve Jul 21, 2026
1eb14cf
fix(auth): avoid fixed logo loader warning
MapleEve Jul 21, 2026
f64fd6c
fix(ui): stabilize fixed image diagnostics
MapleEve Jul 21, 2026
2f2463c
test(ui): make Source Report SOT contract formatting-stable
MapleEve Jul 21, 2026
e21f8af
fix(speakers): close explicit SQLite write transactions
MapleEve Jul 21, 2026
787fb29
fix(recordings): persist tag assignments atomically
MapleEve Jul 21, 2026
3407ff1
feat(source-report): align report panel with shadcn UI
MapleEve Jul 21, 2026
e3170e5
feat(recordings): add shadcn tag management
MapleEve Jul 21, 2026
dcdc680
refactor(auth): align login form with shadcn UI
MapleEve Jul 21, 2026
8b642e6
refactor(transcription): simplify skeleton styling
MapleEve Jul 21, 2026
5ebf8fb
refactor(dashboard): simplify system banner styling
MapleEve Jul 21, 2026
dfd5186
refactor(transcription): align section with shadcn UI
MapleEve Jul 21, 2026
017d463
style(tests): fix source report format gate
MapleEve Jul 30, 2026
a1bb68c
refactor(recordings): align AI rename with shadcn UI
MapleEve Jul 30, 2026
9936e98
test(ci): restore route and browser gates
MapleEve Jul 30, 2026
a0f075d
refactor(app): align route loading with shadcn UI
MapleEve Jul 30, 2026
b6400b1
refactor(dashboard): align library search with shadcn UI
MapleEve Jul 30, 2026
2636fce
refactor(onboarding): align setup flow with shadcn UI
MapleEve Jul 30, 2026
2d9d12c
refactor(app): align route skeletons with shadcn UI
MapleEve Jul 30, 2026
c15c936
refactor(recordings): align speaker editor with shadcn UI
MapleEve Jul 30, 2026
61b2ea3
refactor(data-sources): align field layout with shadcn UI
MapleEve Jul 30, 2026
532e697
fix(auth): complete shadcn auth states
MapleEve Jul 30, 2026
7fb6ba6
refactor(settings): align core surfaces with shadcn UI
MapleEve Jul 30, 2026
579b055
fix(dashboard): integrate transcription panel
MapleEve Jul 30, 2026
7dc349c
test(dashboard): reconcile integration contracts
MapleEve Jul 30, 2026
f53e1f5
feat(settings): add responsive settings layouts
MapleEve Jul 30, 2026
1b40a86
test(settings): allow shadcn field slots
MapleEve Jul 30, 2026
8891638
fix(dashboard): reconcile queued sync state
MapleEve Jul 30, 2026
33f801b
fix(dashboard): persist source filter state
MapleEve Jul 30, 2026
4f1d68b
test(e2e): isolate recording pagination database
MapleEve Jul 30, 2026
bf4aaa8
refactor(dashboard): align recording rows with shadcn UI
MapleEve Jul 30, 2026
ae48cbd
fix(dashboard): compose tag and favorites filters
MapleEve Jul 31, 2026
56b490d
feat(onboarding): complete SOT setup flow
MapleEve Jul 31, 2026
e7ad2f1
test(dashboard): assert runtime UI contracts
MapleEve Jul 31, 2026
11d5ee3
test(recordings): verify detail behavior semantically
MapleEve Jul 31, 2026
be11408
test(data-sources): verify rendered source detail behavior
MapleEve Jul 31, 2026
e629b12
test(dashboard): replace source contracts with runtime coverage
MapleEve Jul 31, 2026
faf4061
test(recordings): reuse SSR module setup
MapleEve Jul 31, 2026
b87696e
test(ui): migrate full regression coverage to runtime
MapleEve Jul 31, 2026
e973f45
test(data-sources): separate route startup readiness
MapleEve Jul 31, 2026
733f6e0
fix(data-sources): complete provider save readback
MapleEve Jul 31, 2026
bf86ea6
fix(e2e): harden canonical SOT gate runtime
MapleEve Jul 31, 2026
35d6640
feat(recordings): complete recording list
MapleEve Aug 20, 2026
13f3a2b
fix(recordings): close browser acceptance gaps
MapleEve Aug 20, 2026
f6efd87
fix(recordings): complete metadata rename
MapleEve Aug 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ jobs:
- name: Install dependencies
run: bun install --frozen-lockfile --ignore-scripts

- name: Install Playwright Chromium
run: bunx playwright install --with-deps chromium

- name: Run Vitest with coverage
run: bun run test:coverage

Expand Down
1 change: 1 addition & 0 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading