-
Notifications
You must be signed in to change notification settings - Fork 0
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
Profile Pages #2
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fc1508d
to
9bd3858
Compare
77b31ce
to
66b85ee
Compare
crutan
approved these changes
Feb 5, 2025
crutan
added a commit
that referenced
this pull request
Feb 11, 2025
* start of profile pages * more profile pages * fix width * more profile pages * fix width * Lint fixes * Fixed build * connect profile info to update user api * connect developer profile page * security password page * validation on info and security forms * lint * add password visibility toggle * display errors when updating user pwd does not work * simplify password match logic a bit * remove standalone flag * lint * simplify --------- Co-authored-by: Alex Swindler <Alex.Swindler@nrel.gov> Co-authored-by: Caleb Rutan <caleb.rutan@deptagency.com>
perryr16
added a commit
that referenced
this pull request
Feb 11, 2025
* organizations settings skeleton * first cut at the options form * Profile Pages (#2) * start of profile pages * more profile pages * fix width * more profile pages * fix width * Lint fixes * Fixed build * connect profile info to update user api * connect developer profile page * security password page * validation on info and security forms * lint * add password visibility toggle * display errors when updating user pwd does not work * simplify password match logic a bit * remove standalone flag * lint * simplify --------- Co-authored-by: Alex Swindler <Alex.Swindler@nrel.gov> Co-authored-by: Caleb Rutan <caleb.rutan@deptagency.com> * include four snackbar color options (#7) * include four snackbar color options * add soft styles for snackbars * lint * Organization Cycle CRUD and Progress (#8) * org cycles modal without progress * uploader service check progress loop * progress observable functional * shorten org settings component names, go to kebab case on all * options component and working service updater * lint:fix * dry snackbar service a bit more, have success snackbar auto-dismiss * use omit to shrink update settings type * move success snackbar calls to org service --------- Co-authored-by: Katherine Fleming <2205659+kflemin@users.noreply.github.com> Co-authored-by: Alex Swindler <Alex.Swindler@nrel.gov> Co-authored-by: Ross Perry <perryr16@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
start of Profile pages: info, security, developer, admin