Redesign workout results page in Windows 2000 style#3
Open
whoisarjen wants to merge 1 commit intomainfrom
Open
Redesign workout results page in Windows 2000 style#3whoisarjen wants to merge 1 commit intomainfrom
whoisarjen wants to merge 1 commit intomainfrom
Conversation
Co-authored-by: Kamil Owczarek <80225782+whoisarjen@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Windows 2000 Style Redesign
Redesigns the
/[login]/workout/resultspage and related components to match the classic Microsoft Windows 2000 aesthetic.Changes
global.css— Added Win2k design tokens (#d4d0c8silver background,#0a246anavy title bar gradient) and CSS utilities:win2k-raised,win2k-sunken,win2k-btn,win2k-window,win2k-titlebar. Also overridesglass-interactiveto use the 3D beveled Win2k border look. Updated body font toTahoma/MS Sans Serif.NavbarOnlyTitle— Renders as a Win2k title bar with gradient navy background, window icon, and classic minimize/maximize/close chrome buttons.NavbarWorkout— Same Win2k title bar treatment with inline toolbarBack,Delete, andSavebuttons usingwin2k-btnstyle.BoxWorkout— List items now display with the 3D raised Win2k panel border.BoxExercise— Exercise panels usewin2k-windowwith a navywin2k-titlebarheader.BoxResult— Set rows usewin2k-raised/win2k-sunkenborders; form inputs use the classic sunken inset look.ButtonPlusIcon— Replaced rounded pill buttons with flatwin2k-btnstyle with label text.[id].tsx— Form fields, labels, and the finish-time modal all restyled to Win2k window/dialog conventions.