-
-
Notifications
You must be signed in to change notification settings - Fork 1
Redesign: Migrate to Tailwind CSS with brutalist UI #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
Remove theme.ts, providers.tsx, and old favicon in preparation for Tailwind CSS migration. Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Remove @chakra-ui/react, @emotion/react, @emotion/styled - Add tailwindcss, @tailwindcss/postcss, postcss - Add postcss.config.mjs for Tailwind v4 Co-Authored-By: Claude Opus 4.5 <[email protected]>
Add brutalist design system with: - Custom color palette (purple, coral, gold tones) - Component classes (btn-*, input-brutal, tag-brutal, etc.) - Framer Motion animation variants Co-Authored-By: Claude Opus 4.5 <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
c228a6b to
20c7b45
Compare
- useErrorForm: DSN validation, tags, form state, payload generation - useBatchMode: interval execution, progress tracking, countdown Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Toast: notification system with auto-dismiss - ConfirmModal: confirmation dialog with animations - ErrorPreview: JSON preview panel Co-Authored-By: Claude Opus 4.5 <[email protected]>
- DsnInput: DSN field with validation and shake animation - FormFields: priority, message, fingerprint, error count fields - TagInput: custom tags with add/remove animations - BatchModePanel: interval mode toggle and progress - SkipConfirm: confirmation bypass toggle Co-Authored-By: Claude Opus 4.5 <[email protected]>
Background decorative elements with floating, rotating, and bobbing animations using Framer Motion. Co-Authored-By: Claude Opus 4.5 <[email protected]>
20c7b45 to
00bf93d
Compare
Replace monolithic ErrorGenerator with modular architecture: - Uses custom hooks for state management - Composes form and UI components - Handles hydration with useMounted pattern Co-Authored-By: Claude Opus 4.5 <[email protected]>
- page.tsx: add geometric decorations, hydration-safe animations - layout.tsx: use absolute imports, new CSS path Co-Authored-By: Claude Opus 4.5 <[email protected]>
Three-tone SVG favicon with purple, coral, and gold squares matching the new design system. Co-Authored-By: Claude Opus 4.5 <[email protected]>
00bf93d to
4d5ce52
Compare
Co-Authored-By: Claude Opus 4.5 <[email protected]>
01877a8 to
17785e7
Compare
Add useEffect cleanup to clear interval on unmount, preventing memory leaks when component unmounts during batch execution. Fix stale closure in stop() by reading state from functional update instead of captured closure values. Co-Authored-By: Claude <[email protected]>
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
Changes
Infrastructure:
Architecture:
useErrorFormanduseBatchModecustom hooks@/aliasUI/UX:
Test plan
Preview
🤖 Generated with Claude Code