Skip to content

Add settings page and enforce 2FA flows - #822

Merged
No767 merged 3 commits into
react-rewritefrom
settings-page
Jul 25, 2026
Merged

Add settings page and enforce 2FA flows#822
No767 merged 3 commits into
react-rewritefrom
settings-page

Conversation

@No767

@No767 No767 commented Jul 25, 2026

Copy link
Copy Markdown
Member

Summary

Adds in the complete settings page, alongside proper enforcement of the two-factor authentication flows and setup of the 2fa. Note that the settings page is not a traditional route, but actually a masked one. It lives in src/routes/dashboard/route.tsx, as it's a dialog that goes on top of whatever page you are. It's hosted by the /src/routes/dashboard/route.tsx component as it is always mounted and then just goes to get it via a search param instead. It's masked to read it as /dashboard/settings. The route src/route/dashboard/settings.tsx actually just deep links it back to the dialog for your reference.

The 2fa is also properly done, and tested. It actually works for once... This is probably one of the last major feature additions to the website I think. This is the farthest that the website has ever gotten. Even farthest than the Firebase version

Types of changes

What types of changes does your code introduce to the UC Merced's ACM Chapter Website?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (Updates to README.md, the documentation, etc)
  • Other (if none of the other choices apply)

Checklist

Put an x in the boxes that apply

  • If code changes were made then they have been tested.
  • All workflows pass with my new changes
  • This PR does not address a duplicate issue or PR

@netlify

netlify Bot commented Jul 25, 2026

Copy link
Copy Markdown

Deploy Preview for ucmacm ready!

Name Link
🔨 Latest commit 88deddc
🔍 Latest deploy log https://app.netlify.com/projects/ucmacm/deploys/6a64ee69f968320008ef4691
😎 Deploy Preview https://deploy-preview-822--ucmacm.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 84
Accessibility: 97
Best Practices: 92
SEO: 83
PWA: 80
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@sonarqubecloud

Copy link
Copy Markdown

@No767 No767 changed the title Add settings page and two-factor authentication flows Add settings page and enforce 2FA flows Jul 25, 2026
@No767
No767 merged commit d51f157 into react-rewrite Jul 25, 2026
10 checks passed
@No767
No767 deleted the settings-page branch July 25, 2026 17:14
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.

1 participant