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

Proper use of theme colors + Improved navbar #279

Merged
merged 15 commits into from
Nov 18, 2024

Conversation

Samuel-Therrien-Beslogic
Copy link
Contributor

@Samuel-Therrien-Beslogic Samuel-Therrien-Beslogic commented Nov 8, 2024

  • The project passes automated tests (build, linting, etc.).
  • You updated the project's documentation with new changes.
  • You've linked any issue this PR closes
  • You reviewed your own PR and made sure there's no test/debug code or any obvious mistakes.

Make sure that the code wasn't copied from elsewhere (check one):

  • This is your own original code
  • You have made sure that we have permission to use the copied code and that we follow its licensing

Includes #282 , #283 and #284 , please review and merge those first

This PR properly configures bootstrap to leverage the design system we use as much as possible (except for the few TODOs left in code) as well as tweaking the configurations for rsuite and MUI as necessary to match. The goal being to follow the Figma design document with minimal specialized code in components.

The navbars have been revamped to match the Figma design document as closely as possible.

@Samuel-Therrien-Beslogic Samuel-Therrien-Beslogic changed the title WIP Proper use of theme colors Nov 8, 2024
- leaked achor CSS with !Important
- Reduced a layer of div inside anchor
- Fixed squised images
- Fixed completely broken Card display in mobile view
@@ -15,7 +14,7 @@
}

@media screen and (min-width: $large-width) {
.header-card {
.header-card.header-card {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Validate if doubling is still needed now that we don't re-import global style

@Samuel-Therrien-Beslogic
Copy link
Contributor Author

I could also split-off translation keys changes, not sure if worth.

@Samuel-Therrien-Beslogic Samuel-Therrien-Beslogic changed the title Proper use of theme colors Proper use of theme colors + Improved navbar Nov 18, 2024
@Samuel-Therrien-Beslogic Samuel-Therrien-Beslogic merged commit 1047098 into main Nov 18, 2024
2 checks passed
@Samuel-Therrien-Beslogic Samuel-Therrien-Beslogic deleted the bugfix/proper-use-of-theme-colors branch November 18, 2024 00:24
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.

Add theming references to our Global style As a user, I want to see all the cards with the same color
1 participant