App router推奨構成に修正 tailwind導入 そのほかいろいろ#24
Draft
Stasshe wants to merge 31 commits intorippro:masterfrom
Draft
Conversation
- Remove polar: true from AtCoderGraph to display horizontal bar chart correctly - Convert event/[id] page to server component and add generateStaticParams() for static generation
- Disable accessibility module warning by setting accessibility.enabled to false - Simplify exporting module initialization
…nent to utilize dynamic event data - Created JSON files for RUPC 2018, 2019, and 2024 event details. - Updated EventList component to load event data dynamically from JSON files. - Implemented schedule rendering for RUPC 2015 and 2013 events. - Introduced a new utility to load event data from disk and map it for use in the application. - Added types for event data to improve type safety and clarity.
…dコンポーネントからReactを削除
- Created MDX files for ACPC events in 2012, 2015, 2016, 2017, 2018 - Created MDX files for RUPC events from 2011 to 2019 and for 2024 - Implemented event data parsing and rendering in eventMdx.ts - Updated yarn.lock with new dependencies and versions
- Deleted Navigator.module.css and AtCoderGraph.module.css as they were not utilized. - Updated Navigator.tsx to use Tailwind CSS classes instead of CSS modules for styling buttons. - Modified AtCoderGraph.tsx to replace CSS module styles with Tailwind CSS utility classes. - Added Tailwind CSS configuration files (tailwind.config.ts and postcss.config.mjs) to set up Tailwind CSS in the project. - Updated yarn.lock to include new dependencies for Tailwind CSS and its plugins.
…lobals.cssを整理し、Tailwind CSSのインポートを修正
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.
Improve code readability and maintainability through extensive refactoring. Introduce dynamic event data handling for competitions, enhancing user experience and performance. Update styles to utilize Tailwind CSS and streamline component structures.
#23 の変更をすべて含むため、このPRをマージする場合は23は不要となります