Closed
Conversation
- Migrate from Create React App to Rspack with SWC - Add dark mode support with theme toggle - Redesign UI with improved mobile responsiveness - Add GitHub Actions for deployment and PR previews - Convert class components to functional with hooks - Add CLAUDE.md for project documentation - Various bug fixes and styling improvements Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Replace rspack with rsbuild for bundling (rsbuild.config.mjs) - Add vitest with 17 unit tests across 4 test files - App: theme rendering and localStorage persistence - AwesomeInput: search input, results, focus handling - AwesomeSearch: loading state, menu rendering, controls - AwesomeReadme: loading state, GitHub link, TOC button - Fix 100vh causing scroll issues on mobile (use min-height) - Hide GitHub corner on mobile at 768px breakpoint - Add responsive images (max-width: 100%) - Update GitHub Actions: node 20, add test step, publish from dist/ - Clean up junk dependencies (i, npm, shebang-regex, web-vitals) https://claude.ai/code/session_01SzHAe3x8wH4SmbKcpHZJY7
Resolved conflicts between main's rsbuild/React 18/vitest migration and this branch's mobile UI redesign. Kept our redesigned components with mobile improvements, adopted main's React 18, rsbuild config, and CI/CD workflow. https://claude.ai/code/session_01SzHAe3x8wH4SmbKcpHZJY7
Preview DeploymentYour PR has been deployed for preview! Preview URL: https://awesomelists.top/pr-preview/pr-9 This preview will be updated on each push to this PR. |
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.
No description provided.