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

Add settings page #234

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Add settings page #234

wants to merge 4 commits into from

Conversation

MaHaWo
Copy link
Collaborator

@MaHaWo MaHaWo commented Mar 7, 2025

  • add settings page to the the userland tabs
  • add separate component for it
  • use endpoints mentioned in Add a "change my password" page #226
  • currently no confirmation of changes with current password, but you have to type new pw and new email twice. that enough?

closes #226

@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2025

Codecov Report

Attention: Patch coverage is 0% with 83 lines in your changes missing coverage. Please review.

Project coverage is 26.50%. Comparing base (da3434f) to head (34cdbb9).

Files with missing lines Patch % Lines
frontend/src/lib/components/UserSettings.svelte 0.00% 72 Missing and 1 partial ⚠️
frontend/src/lib/translations.ts 0.00% 9 Missing ⚠️
frontend/src/lib/components/UserLandingPage.svelte 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #234      +/-   ##
==========================================
- Coverage   29.72%   26.50%   -3.23%     
==========================================
  Files         115      116       +1     
  Lines        4508     5056     +548     
  Branches      100      101       +1     
==========================================
  Hits         1340     1340              
- Misses       3084     3631     +547     
- Partials       84       85       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

sonarqubecloud bot commented Mar 7, 2025

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 a "change my password" page
2 participants