Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the onboarding flow to remove the (currently non-functional) anonymous path and to show a dedicated end-of-onboarding thank-you message after feedback submission, aligning the UI with Issues #61 and #67. It also adds Nix/direnv developer environment files and updates ignore rules.
Changes:
- Remove the “Stay anonymous” option from the login screen and adjust onboarding privacy copy.
- Add a “Thank you” dialog shown after submitting the final feedback step instead of immediately returning to login.
- Add Nix flake + direnv config for a reproducible dev shell; update
.gitignoreaccordingly (and refreshyarn.lock).
Reviewed changes
Copilot reviewed 4 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
src/views/Login.tsx |
Removes anonymous path button; updates onboarding/privacy messaging and login CTA. |
src/views/onboarding/99_Feedback.tsx |
Adds thank-you dialog flow after “The End” submission. |
flake.nix |
Introduces a Nix flake-based dev shell for the project. |
flake.lock |
Pins nixpkgs revision for the flake. |
.envrc |
Enables direnv to load the flake dev shell automatically. |
.gitignore |
Ignores .direnv directory. |
yarn.lock |
Updates lockfile with additional/changed transitive dependencies. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or 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
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.
Fixes #61
Fixes #67