major: visual redesign#173
Open
AdamJ wants to merge 37 commits into
Open
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ban board or edit a kanban item
Replace ProjectManagement's inline add/edit card with a shared ProjectSheet component, mirroring ClientSheet. Same Sheet handles both add and edit modes via mode prop.
ProjectList.tsx (the actual /projectlist page) had its own inline add/edit form, separate from ProjectManagement.tsx. Replace it with ProjectSheet, add isBillable support to the shared sheet.
Replace inline add/edit cards in CategoryManagement.tsx and the /categories page with a shared CategorySheet, mirroring ClientSheet/ProjectSheet (mode prop for add/edit).
Update tech stack tables and markdown theme override example to reflect tailwind.config.ts removal and CSS-based @theme config.
Run official @tailwindcss/upgrade codemod. Move theme config (semantic colors, Radix scales, radius, animations, container) from tailwind.config.ts into @theme/@layer base in src/index.css. Switch PostCSS to @tailwindcss/postcss (drops autoprefixer). Codemod renamed deprecated utilities across components (outline-none -> outline-hidden, shadow-sm -> shadow-xs, etc). Update components.json to drop deleted tailwind.config.ts ref.
Theme wrapper's .radix-themes class overrode --color-background set by Tailwind v4 @theme, breaking bg-background app-wide.
Documents Tailwind v4 CSS-first token setup and warns against adding a second design system (radix-ui/themes) that conflicts with shadcn theme tokens.
Only gray, mauve, slate, red, purple, violet, indigo, blue, cyan, green, brown, orange are used. Removes 18 unused light/dark scale imports and their @theme mappings (~250 lines), no behavior change.
This was
linked to
issues
Jun 11, 2026
Open
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
This is a complete redesign of the Timetraked user interface.
Type of Change
Related Issue
Closes #
Changes Made
nesting)
Checklist
Documentation
README.mdCHANGELOG.mdupdated accordinglyGeneral
mainnpm run test,npm run lint, andnpm run buildNotes for Reviewers