Merged
Conversation
92a2405 to
b2a7819
Compare
…n system - Delete all 4 CSS module files (common, collect, topnavbar, secondarynav) - Add brand/accent/signal color tokens to tailwind.config.js - Update Button default variant to use brand teal instead of blue - Add shadcn Select and Badge ui primitives; install @radix-ui/react-select - Migrate all 20 components to shadcn Card, DropdownMenu, Button, Badge - Replace nav CSS class string props with typed status/active props - All 25 tests pass, clean build Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add .worktrees/** to global ignores (was causing 13k false positives) - Disable all jsx-a11y rules (desktop Electron app, not a public website) - Fix label-has-associated-control violations in InputCollect.tsx and CustomDesignComponent.tsx by adding htmlFor/id pairs - Upgrade @typescript-eslint/no-explicit-any to error level; existing uses already had eslint-disable comments from prior work - Run lint-fix (prettier formatting across 52 files) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Collaborator
Author
|
merging into main. thanks @jdpigeon! |
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.
This is a continuation of the efforts to modernize BrainWaves with the latest tech.
Key features of this modernization are:
Also trying our hand at using Claude Code and Manus to assist with the modernization efforts