Skip to content

Tailwind step zero#619

Merged
kokonut121 merged 5 commits into
masterfrom
tailwind-step-zero
May 7, 2026
Merged

Tailwind step zero#619
kokonut121 merged 5 commits into
masterfrom
tailwind-step-zero

Conversation

@kokonut121
Copy link
Copy Markdown
Collaborator

No description provided.

kokonut121 and others added 5 commits May 7, 2026 16:41
- Fix flashesV2.ejs missing comma that silently dropped error flashes
- Port form-state preservation from stale root signupV2.ejs into views/public/signupV2.ejs
- Define empty.ejs as a real bare-shell layout (DOCTYPE + Tailwind, no nav/footer)
- Remove stale root signupV2.ejs and teamV2.ejs drafts (views/public versions are canonical)

Prereq for the broader Tailwind V2 migration tracked in #609.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Add views/private/homepageV2.ejs using base.ejs layout: welcome, Tailwind experience bar, contributor controls, 5-subject ratings, Chart.js rating tracker, training-mode + classic-subject + USABO grids, site stats, dailySnippetV2, announcements panel, social-link bar
- Wire /homepage route to render homepageV2.ejs with expressLayouts middleware and layout: 'layouts/base.ejs'
- Drop the bottom search widget on the homepage (jQuery-MultiSelect + Bootstrap; nav already exposes /search and the search.ejs page migrates separately)
- Drop AOS scroll animations and jQuery thumbnail hover; replaced hover with Tailwind opacity-80 hover:opacity-100

Part of the broader Tailwind V2 migration tracked in #609. Legacy homepage.ejs remains in tree until the final cleanup pass.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
* tailwind v2 migration: homepage

- Add views/private/homepageV2.ejs using base.ejs layout: welcome, Tailwind experience bar, contributor controls, 5-subject ratings, Chart.js rating tracker, training-mode + classic-subject + USABO grids, site stats, dailySnippetV2, announcements panel, social-link bar
- Wire /homepage route to render homepageV2.ejs with expressLayouts middleware and layout: 'layouts/base.ejs'
- Drop the bottom search widget on the homepage (jQuery-MultiSelect + Bootstrap; nav already exposes /search and the search.ejs page migrates separately)
- Drop AOS scroll animations and jQuery thumbnail hover; replaced hover with Tailwind opacity-80 hover:opacity-100

Part of the broader Tailwind V2 migration tracked in #609. Legacy homepage.ejs remains in tree until the final cleanup pass.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* tailwind v2 migration: profile (#612)

- Add views/private/profileV2.ejs using base.ejs layout: name banner, Tailwind experience bar, info card (name/age/location/bio/achievements), Chart.js rating tracker + correct/wrong pie with custom plugin, Problem Rush highscore, Collected Tags grid (Physics/Chemistry/Biology)
- Wire /profile/:username route to render profileV2.ejs with expressLayouts
- Consolidate three duplicated EJS blocks for collected-tags rendering into a single forEach over subjects (no behavior change)

Part of the broader Tailwind V2 migration tracked in #609. Legacy profile.ejs remains in tree until the final cleanup pass.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
* tailwind v2 migration: homepage

- Add views/private/homepageV2.ejs using base.ejs layout: welcome, Tailwind experience bar, contributor controls, 5-subject ratings, Chart.js rating tracker, training-mode + classic-subject + USABO grids, site stats, dailySnippetV2, announcements panel, social-link bar
- Wire /homepage route to render homepageV2.ejs with expressLayouts middleware and layout: 'layouts/base.ejs'
- Drop the bottom search widget on the homepage (jQuery-MultiSelect + Bootstrap; nav already exposes /search and the search.ejs page migrates separately)
- Drop AOS scroll animations and jQuery thumbnail hover; replaced hover with Tailwind opacity-80 hover:opacity-100

Part of the broader Tailwind V2 migration tracked in #609. Legacy homepage.ejs remains in tree until the final cleanup pass.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* tailwind v2 migration: profile (#612)

- Add views/private/profileV2.ejs using base.ejs layout: name banner, Tailwind experience bar, info card (name/age/location/bio/achievements), Chart.js rating tracker + correct/wrong pie with custom plugin, Problem Rush highscore, Collected Tags grid (Physics/Chemistry/Biology)
- Wire /profile/:username route to render profileV2.ejs with expressLayouts
- Consolidate three duplicated EJS blocks for collected-tags rendering into a single forEach over subjects (no behavior change)

Part of the broader Tailwind V2 migration tracked in #609. Legacy profile.ejs remains in tree until the final cleanup pass.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

* tailwind v2 migration: profile (#615)

- Add views/private/profileV2.ejs using base.ejs layout: name banner, Tailwind experience bar, info card (name/age/location/bio/achievements), Chart.js rating tracker + correct/wrong pie with custom plugin, Problem Rush highscore, Collected Tags grid (Physics/Chemistry/Biology)
- Wire /profile/:username route to render profileV2.ejs with expressLayouts
- Consolidate three duplicated EJS blocks for collected-tags rendering into a single forEach over subjects (no behavior change)

Part of the broader Tailwind V2 migration tracked in #609. Legacy profile.ejs remains in tree until the final cleanup pass.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
* tailwind v2 migration: homepage

- Add views/private/homepageV2.ejs using base.ejs layout: welcome, Tailwind experience bar, contributor controls, 5-subject ratings, Chart.js rating tracker, training-mode + classic-subject + USABO grids, site stats, dailySnippetV2, announcements panel, social-link bar
- Wire /homepage route to render homepageV2.ejs with expressLayouts middleware and layout: 'layouts/base.ejs'
- Drop the bottom search widget on the homepage (jQuery-MultiSelect + Bootstrap; nav already exposes /search and the search.ejs page migrates separately)
- Drop AOS scroll animations and jQuery thumbnail hover; replaced hover with Tailwind opacity-80 hover:opacity-100

Part of the broader Tailwind V2 migration tracked in #609. Legacy homepage.ejs remains in tree until the final cleanup pass.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* tailwind v2 migration: profile (#612)

- Add views/private/profileV2.ejs using base.ejs layout: name banner, Tailwind experience bar, info card (name/age/location/bio/achievements), Chart.js rating tracker + correct/wrong pie with custom plugin, Problem Rush highscore, Collected Tags grid (Physics/Chemistry/Biology)
- Wire /profile/:username route to render profileV2.ejs with expressLayouts
- Consolidate three duplicated EJS blocks for collected-tags rendering into a single forEach over subjects (no behavior change)

Part of the broader Tailwind V2 migration tracked in #609. Legacy profile.ejs remains in tree until the final cleanup pass.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

* tailwind v2 migration: profile (#615)

- Add views/private/profileV2.ejs using base.ejs layout: name banner, Tailwind experience bar, info card (name/age/location/bio/achievements), Chart.js rating tracker + correct/wrong pie with custom plugin, Problem Rush highscore, Collected Tags grid (Physics/Chemistry/Biology)
- Wire /profile/:username route to render profileV2.ejs with expressLayouts
- Consolidate three duplicated EJS blocks for collected-tags rendering into a single forEach over subjects (no behavior change)

Part of the broader Tailwind V2 migration tracked in #609. Legacy profile.ejs remains in tree until the final cleanup pass.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
@kokonut121 kokonut121 requested a review from a team as a code owner May 7, 2026 23:58
@kokonut121 kokonut121 merged commit 6eae87b into master May 7, 2026
1 check passed
kokonut121 added a commit that referenced this pull request May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant