Skip to content
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

Nouveau design : dark theme #26

Merged
merged 5 commits into from
Jun 26, 2024

Conversation

Striffly
Copy link
Collaborator

No description provided.

@Striffly Striffly changed the base branch from main to features/new-design-navs June 26, 2024 05:02
@Striffly Striffly force-pushed the features/new-design-dark-theme branch 2 times, most recently from c280d6c to 83da2da Compare June 26, 2024 05:30
@Striffly Striffly force-pushed the features/new-design-dark-theme branch from 83da2da to 74698e5 Compare June 26, 2024 05:37
* 💄 Update Card user vote display layout

* 💄 Update Card user vote toggle layout

* 🍱 Update cross icon (for better scale with other svgs)

* 💄 MesVotes : add title

* Nouveau design : edits variés (#28)

* 💄 Update CardSwiper ribbon colors

* 🎨 Move some CSS custom properties to appropriate files (and remove the useless ones)

* 💄 Update html default font weight

* 🔧 Update MUI typography config

* 🔥 Remove useless theme gray color

* 💄 Card : Move list-style disc inside subtitle text
@arnaudsm arnaudsm merged commit b053d71 into features/new-design-navs Jun 26, 2024
1 check passed
arnaudsm pushed a commit that referenced this pull request Jun 26, 2024
* 💄 Improve BottomNav responsive layout, update icons

* 💄 🚧 Move ThemeSwitcher inside About page (WIP, need to update switch style)

* Nouveau design : dark theme (#26)

* 🎨 💄 Refacto & improve theme colors

* 💄 Update logo text vote color on theme switch

* 💄 ThemeSwitcher : convert px dimensions to rem

* 💬 About : update theme switch label

* Nouveau design : Mes votes (#27)

* 💄 Update Card user vote display layout

* 💄 Update Card user vote toggle layout

* 🍱 Update cross icon (for better scale with other svgs)

* 💄 MesVotes : add title

* Nouveau design : edits variés (#28)

* 💄 Update CardSwiper ribbon colors

* 🎨 Move some CSS custom properties to appropriate files (and remove the useless ones)

* 💄 Update html default font weight

* 🔧 Update MUI typography config

* 🔥 Remove useless theme gray color

* 💄 Card : Move list-style disc inside subtitle text
arnaudsm pushed a commit that referenced this pull request Jun 26, 2024
* 🐛 Fix Logo path inside README.md (#21)

* 💄 Reduce default line height

* 💄 Welcome : add margin top to start button

* 💄 Improve Result layout : add container to image, avoid having the name overlapped with other elements

* 🐛 💄 SharePopup : fix & improve rendering

* 💄 🚧 Implements new Votes page & Card component layouts (WIP)

* 💄 🚧 Improve header layout (WIP)

* 💄 Implements new Votes page background

* 💄 Implements card reverse layout (WIP)

* 💄 Add font-size clamp & rules, improves Votes page & Card component responsive layout

* 💄 Update theme colors & Navbar bg color

* 🍱 Votes : replace passer action icon

* 💄 Votes : improve ribbons container responsive dimensions

* 💄 Card : improve buttons height

* 💫 Votes : add hover animation to passer button

* 💫 Votes : improve CardSwiper grab animation (scale action buttons, update anim vars)

* Nouveau design : navs (#25)

* 💄 Improve BottomNav responsive layout, update icons

* 💄 🚧 Move ThemeSwitcher inside About page (WIP, need to update switch style)

* Nouveau design : dark theme (#26)

* 🎨 💄 Refacto & improve theme colors

* 💄 Update logo text vote color on theme switch

* 💄 ThemeSwitcher : convert px dimensions to rem

* 💬 About : update theme switch label

* Nouveau design : Mes votes (#27)

* 💄 Update Card user vote display layout

* 💄 Update Card user vote toggle layout

* 🍱 Update cross icon (for better scale with other svgs)

* 💄 MesVotes : add title

* Nouveau design : edits variés (#28)

* 💄 Update CardSwiper ribbon colors

* 🎨 Move some CSS custom properties to appropriate files (and remove the useless ones)

* 💄 Update html default font weight

* 🔧 Update MUI typography config

* 🔥 Remove useless theme gray color

* 💄 Card : Move list-style disc inside subtitle text
@arnaudsm arnaudsm mentioned this pull request Jun 26, 2024
Striffly added a commit that referenced this pull request Jun 28, 2024
* Nouveau design : page "Votes" (#24)

* 🐛 Fix Logo path inside README.md (#21)

* 💄 Reduce default line height

* 💄 Welcome : add margin top to start button

* 💄 Improve Result layout : add container to image, avoid having the name overlapped with other elements

* 🐛 💄 SharePopup : fix & improve rendering

* 💄 🚧 Implements new Votes page & Card component layouts (WIP)

* 💄 🚧 Improve header layout (WIP)

* 💄 Implements new Votes page background

* 💄 Implements card reverse layout (WIP)

* 💄 Add font-size clamp & rules, improves Votes page & Card component responsive layout

* 💄 Update theme colors & Navbar bg color

* 🍱 Votes : replace passer action icon

* 💄 Votes : improve ribbons container responsive dimensions

* 💄 Card : improve buttons height

* 💫 Votes : add hover animation to passer button

* 💫 Votes : improve CardSwiper grab animation (scale action buttons, update anim vars)

* Nouveau design : navs (#25)

* 💄 Improve BottomNav responsive layout, update icons

* 💄 🚧 Move ThemeSwitcher inside About page (WIP, need to update switch style)

* Nouveau design : dark theme (#26)

* 🎨 💄 Refacto & improve theme colors

* 💄 Update logo text vote color on theme switch

* 💄 ThemeSwitcher : convert px dimensions to rem

* 💬 About : update theme switch label

* Nouveau design : Mes votes (#27)

* 💄 Update Card user vote display layout

* 💄 Update Card user vote toggle layout

* 🍱 Update cross icon (for better scale with other svgs)

* 💄 MesVotes : add title

* Nouveau design : edits variés (#28)

* 💄 Update CardSwiper ribbon colors

* 🎨 Move some CSS custom properties to appropriate files (and remove the useless ones)

* 💄 Update html default font weight

* 🔧 Update MUI typography config

* 🔥 Remove useless theme gray color

* 💄 Card : Move list-style disc inside subtitle text

* ⚡ Votes : optimize Card bg update on swipe, comment action btns animations

* 💄 Votes : prevent having no Card displayed if speedrunning votes

* ⚡ Use Suspense for navigation

* ⚡ Votes : call context.choose asynchronously (prevent animation freeze)

* ⚡ Use optimized version of react-card-swiper

* 💄 🎨 Fix Votes progress bar display, move some CSS custom properties to variables file

* 💄 Votes : prevent changing actions btn bg color on mobile press

* 💄 Add Btn css component, update buttons appearance

* 💄 Votes : add transition delay to progress bar

* 💄 Increase default line-height

* 💄 TopModal : update titles & texts style

* 💄 Card : update vote icons color

* 💄 Update font weights

* 💄 Implements new Resultats layout

* 💄 Update Results bg color

* 💄 Implements new Welcome page layout

* ⚡ Use new optimized version of react-card-swiper

* 💄 Force scroll to top on page change

* 🐛 Fix Deputes order by ratio

* 💄 Multiple layout updates & fixs

* 💄 Improve responsive font sizes

* 💄 Improve Welcome page responsive layout

* 💄 Add font sizes fixs

* 💄 Add responsive fixs

* 💄 Increase btn size on mobile

* 💄 Resulatts : improve tab font-size

* ⚡ Compress welcome-illustration.svg

* 💄 Welcome : fix illustration responsive height

* 💄 Improve breakpoints & font-sizes

* ✨ Add calculate-rem SCSS function

* 🔥 Votes : remove useless blur class added to action btns

* 🔥 Votes : remove brighness filter added to swipe-card content

* 🔧 Upgrade Github actions images, use correct node-version

* ✨ ResultsListe : add total count

* 🔧 Add prettier config file, add prettier call inside stylelint config

* 🔥 Remove unused useGSAP from App.jsx

* 💄 Remove outline on link click / focus

* ⚡ Remove use of gsap

* ⚡ Use new optimized version of react-card-swiper

* 💄 Card : increase title line heigth, uppercase meta

* 💬 BottomNav : update votes label

* 💄 Add title class

* 💄 🎨 Implements new About page layout, improve links colors related code

* 🔧 Use another node version for github actions

* 💄 Replace Btn--purple with Btn--secondary

* 💩 Point to compiled version of react-card-swiper

* 💄 Update breakpoints

* 💄 Improve btn appearance

* 💄 About : fix social network btns appearance

* 💄 Welcome : improve btns size on desktop

* 🔧 Include vite base path to public imgs path

* 💄 NoVotesLeft : improve title & btn style

* 💄 Improve responsive breakpoints

* 🔥 ResultsListes : remove rotal votes count

* 💄 Welcome : fix btn padding

* 💄 About : center everything

* 💄 Votes : use brightness transition for next card instead of blue

* 💄 🎨 Move Votes progress bar to top, move some CSS custom properties to appropriate files

* ⏪ Revert "💄 Card : update vote icons color"

This reverts commit 29f7619.

* 💄 Update colors

* 💄 Votes : update ribbon font family

* 💄 Card : update toggle group bg color

* 💄 Update bg circles transparency

* 💄 Result : update bg color

* 💄 Result : update name line height

* 💄 Update btns padding top / bottom

* 💄 Results : update name & ratio font weight

* 💄 Update Btn white transparent bg color

* 💄 Update Btn font size

* 💄 Votes : add bg to progress bar

* 💄 Update links color

* 💄 Update Btn mobile font size

* 💄 Welcome : update btn appearance

* 💄 MesVotes : center empty notice

* 💄 About : add icon for votefinder.eu link

---------

Co-authored-by: Clément Gayot <[email protected]>
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.

2 participants