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

Jasper 176: User Profile Settings/Dark Mode #124

Merged
merged 4 commits into from
Jan 6, 2025

Conversation

JTraill
Copy link

@JTraill JTraill commented Jan 2, 2025

Pull Request for JIRA Ticket: ----176----

Description

⚙️ User settings off-canvas and dark mode 🌑

Added in the missing generic user profile setting area. I decided to make it an off-canvas as I really love the experience it provides for the user.
For now I have added in the dark mode which leverages local storage, but if we feel like it is unneeded, it can be removed.
Note: the dark mode will work best for vuetify pages

feat: add user profile settings offcanvas
feat: add dark mode
build: add fakerjs to help with unit testing in the future

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Ran debug and start
  • Unit tests

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

https://fakerjs.dev/

profile-canvas-2.mp4

@JTraill JTraill self-assigned this Jan 2, 2025
@JTraill JTraill marked this pull request as ready for review January 2, 2025 17:28
@JTraill
Copy link
Author

JTraill commented Jan 2, 2025

Converting js test files to ts

Copy link

sonarqubecloud bot commented Jan 2, 2025

@WadeBarnes WadeBarnes merged commit ff92125 into master Jan 6, 2025
3 checks passed
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.

3 participants