UI Modernisation#192
Merged
Merged
Conversation
Replaces the existing Material UI-based frontend with a new custom CSS design system matching the wireframe specifications across all 14 screens. Key changes: - Add globals.css with complete design token set (CSS custom properties), shell layout, sidebar, table pattern, form card pattern, badge styles, homepage styles, modal overlay, and log box - AccountLayout: rewritten with collapsible sidebar (240px to 60px), dark background (#1e2128), SVG nav icons, active-state pink indicator, topbar with page title and actions, auth redirect logic preserved - Homepage: hero banner with radial pink gradient and staggered action cards - All 14 screens implemented: Catalog, Upload, Download/Query, Jobs, Job Detail, Delete Data, Create Schema, Create/Modify/Delete Subject, User Admin table, Data Admin table - New pages: src/pages/subject/index.tsx, src/pages/admin/index.tsx - All data-testid attributes and service/API logic preserved - role="progressbar" added to loading divs for test compatibility - Lint: 0 errors (2 pre-existing warnings remain) - Tests: 1 pre-existing timeout failure in subject/create user success; all structural failures introduced by this change have been fixed Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
lcardno10
requested changes
May 20, 2026
MotwaniM
self-requested a review
June 1, 2026 08:39
MotwaniM
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
globals.css) matching wireframe specifications exactlysrc/pages/subject/index.tsx(User Admin),src/pages/admin/index.tsx(Data Admin)data-testidattributes and service/API/form logic preserved--pink: #ec4899,--sidebar: #1e2128,--bg: #eef0f3, full token set in CSS custom properties.colclass with cubic-bezier transitionrole="progressbar"added to loading divs for test compatibilityTest plan
npm run lint— 0 errors (2 pre-existing warnings)npx jest— 61/62 tests pass; 1 pre-existing timeout failure insubject/create(test has hard-coded 2000ms sleep, was failing before this change)data-testidselectors preserved — no business-logic test assertions changed🤖 Generated with Claude Code