-
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
Add Email to Sign / In and Sign Up Page, Settings Page, User can delete all Messages #232
Merged
+1,020
−104
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
5fc3802
- Version
Gamius00 888d2c1
Merge remote-tracking branch 'origin/main'
Gamius00 344d475
Merge remote-tracking branch 'origin/main'
Gamius00 f2bc7eb
Merge remote-tracking branch 'origin/main'
Gamius00 90d9a49
Merge remote-tracking branch 'origin/main'
Gamius00 e14987e
- Fixed Syntax chnaged unused creationtime
Gamius00 681136b
- Fixed Error
Gamius00 5376643
- Changed async Func to normal Func
Gamius00 4bd0c3e
- Added profile pages
Gamius00 ef498bf
Merge branch 'main' into profile-redesign
FleetAdmiralJakob 54fbcb5
- Email Update
Gamius00 415a4b9
- Email Update
Gamius00 7cecf67
- Added BackArrow
Gamius00 69d4f4d
Merge remote-tracking branch 'origin/main'
Gamius00 7d4b05d
Merge branch 'refs/heads/main' into profile-redesign
Gamius00 a9a8690
- Merged Main Branch into Profile
Gamius00 82b63a6
Merge branch 'main' into profile-redesign
FleetAdmiralJakob 10f1d1c
Merge branch 'main' into profile-redesign
FleetAdmiralJakob 5db507f
- Added a deleteAllMessages request message
Gamius00 091b23b
Merge remote-tracking branch 'origin/contrasts' into delete-all-messages
Gamius00 465f481
- Deleted unused import
Gamius00 d7b020d
- Changed typename User to Message
Gamius00 ebe38ca
Merge branch 'main' into contrasts
Gamius00 7ca5f63
User can change the Password
Gamius00 a8eaff9
Merge branch 'main' into contrasts
FleetAdmiralJakob 6aa8461
Fixed Error: Uncaught Error: Update on nonexistent document ID jh765j…
Gamius00 59c9b7c
Added sonnertoast if the password change
Gamius00 53da4ef
Merge branch 'main' into profile-redesign
Gamius00 dd764f7
- Added Save (Firstname, Lastname)
Gamius00 f9bbaa1
Merge branch 'main' into profile-redesign
FleetAdmiralJakob 411310b
- Updated reviewed things by jakob
Gamius00 d3a0067
Merge remote-tracking branch 'origin/profile-redesign' into profile-r…
Gamius00 98be76d
Merge branch 'main' into profile-redesign
FleetAdmiralJakob 52476a6
- Added This feature is not available yet
Gamius00 c43a2ac
Merge remote-tracking branch 'origin/profile-redesign' into profile-r…
Gamius00 39e3aa4
Merge branch 'refs/heads/delete-all-messages' into profile-redesign
Gamius00 dc28a31
- Update UserData in Convex
Gamius00 2a1bb35
- Sent Date
Gamius00 d9963fe
Merge branch 'main' into profile-redesign
FleetAdmiralJakob 9a7bbb8
- Changed Reviewed things & new pnpm version
Gamius00 d26d587
- Added a 0 to the date string in the messages
Gamius00 3756ac6
Merge branch 'main' into profile-redesign
FleetAdmiralJakob File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading status checks…
- Email Update
- Added Email to Sign Up Page - Added Email to Convex / Clerk
commit 54fbcb5bfa71aa560a7c662a56e7d69cd18daa57
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -244,6 +244,23 @@ export function SignUpForm() { | |||||||||
> | ||||||||||
This is optional, so you can stay anonymous. | ||||||||||
</span> | ||||||||||
<FormField | ||||||||||
control={form.control} | ||||||||||
name="email" | ||||||||||
render={({ field }) => ( | ||||||||||
<FormItem className="flex-2"> | ||||||||||
<FormLabel>Email</FormLabel> | ||||||||||
<FormControl> | ||||||||||
<Input placeholder="email" type="text" {...field} /> | ||||||||||
</FormControl> | ||||||||||
<FormDescription> | ||||||||||
This is optional but if you forgot your password we can send you | ||||||||||
a Email | ||||||||||
Gamius00 marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
</FormDescription> | ||||||||||
<FormMessage /> | ||||||||||
</FormItem> | ||||||||||
)} | ||||||||||
/> | ||||||||||
<FormField | ||||||||||
control={form.control} | ||||||||||
name="password" | ||||||||||
|
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Set the value of the emailfield