You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .agents/quality.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,5 +141,6 @@ Tracks code quality per domain. Updated by automations as a side effect of featu
141
141
| 2026-05-11 | Reduce shared base JS below 150 kB (#1030). Replaced `next/dynamic` with `React.lazy` in providers, split lazy-loaded providers into separate chunk, disabled Sentry route manifest injection, consolidated client-side Sentry filters. Framework baseline: 152→150 kB gzipped. No test changes. Test totals unchanged: 139 Vitest files (1877 tests), 76 E2E specs (374 tests). |
142
142
| 2026-05-12 | Fix workspace home header mobile overflow (#1038). Added `flex-wrap` and responsive button labels to prevent header buttons from overflowing on mobile. Added 1 new E2E spec: `e2e/workspace-home-mobile-header.spec.ts` (1 test). Updated `workspace-home.stories.tsx` with shared header component and MobileViewport story. Test totals: 139 Vitest files (1877 tests), 77 E2E specs (375 tests). |
143
143
| 2026-05-12 | Add E2E tests for workspace home page interactions (#1041). Added 1 new E2E spec: `e2e/workspace-home.spec.ts` (6 tests) covering new page creation, filter by title, sort dropdown reorder, page list navigation, clear filter reset, and recently visited section. Test totals: 139 Vitest files (1877 tests), 78 E2E specs (381 tests). |
144
+
| 2026-05-12 | Add data-testid attributes to members components (#1058). Added testids to member-list, invite-form, pending-invite-list, and role-select. Updated e2e/members.spec.ts to use testid selectors instead of fragile text/CSS selectors. No new test files. Test totals unchanged: 139 Vitest files (1877 tests), 78 E2E specs (381 tests). |
0 commit comments