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 Email to Sign / In and Sign Up Page, Settings Page, User can delete all Messages #232

Merged
merged 42 commits into from
Aug 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
5fc3802
- Version
Gamius00 Jun 2, 2024
888d2c1
Merge remote-tracking branch 'origin/main'
Gamius00 Jun 4, 2024
344d475
Merge remote-tracking branch 'origin/main'
Gamius00 Jun 7, 2024
f2bc7eb
Merge remote-tracking branch 'origin/main'
Gamius00 Jun 9, 2024
90d9a49
Merge remote-tracking branch 'origin/main'
Gamius00 Jun 15, 2024
e14987e
- Fixed Syntax chnaged unused creationtime
Gamius00 Jun 15, 2024
681136b
- Fixed Error
Gamius00 Jun 15, 2024
5376643
- Changed async Func to normal Func
Gamius00 Jun 15, 2024
4bd0c3e
- Added profile pages
Gamius00 Jun 17, 2024
ef498bf
Merge branch 'main' into profile-redesign
FleetAdmiralJakob Jun 18, 2024
54fbcb5
- Email Update
Gamius00 Jun 18, 2024
415a4b9
- Email Update
Gamius00 Jun 19, 2024
7cecf67
- Added BackArrow
Gamius00 Jun 19, 2024
69d4f4d
Merge remote-tracking branch 'origin/main'
Gamius00 Jun 19, 2024
7d4b05d
Merge branch 'refs/heads/main' into profile-redesign
Gamius00 Jun 19, 2024
a9a8690
- Merged Main Branch into Profile
Gamius00 Jun 19, 2024
82b63a6
Merge branch 'main' into profile-redesign
FleetAdmiralJakob Jun 19, 2024
10f1d1c
Merge branch 'main' into profile-redesign
FleetAdmiralJakob Jun 22, 2024
5db507f
- Added a deleteAllMessages request message
Gamius00 Jul 2, 2024
091b23b
Merge remote-tracking branch 'origin/contrasts' into delete-all-messages
Gamius00 Jul 2, 2024
465f481
- Deleted unused import
Gamius00 Jul 2, 2024
d7b020d
- Changed typename User to Message
Gamius00 Jul 2, 2024
ebe38ca
Merge branch 'main' into contrasts
Gamius00 Jul 2, 2024
7ca5f63
User can change the Password
Gamius00 Jul 3, 2024
a8eaff9
Merge branch 'main' into contrasts
FleetAdmiralJakob Jul 3, 2024
6aa8461
Fixed Error: Uncaught Error: Update on nonexistent document ID jh765j…
Gamius00 Jul 3, 2024
59c9b7c
Added sonnertoast if the password change
Gamius00 Jul 3, 2024
53da4ef
Merge branch 'main' into profile-redesign
Gamius00 Jul 3, 2024
dd764f7
- Added Save (Firstname, Lastname)
Gamius00 Jul 6, 2024
f9bbaa1
Merge branch 'main' into profile-redesign
FleetAdmiralJakob Jul 7, 2024
411310b
- Updated reviewed things by jakob
Gamius00 Jul 7, 2024
d3a0067
Merge remote-tracking branch 'origin/profile-redesign' into profile-r…
Gamius00 Jul 7, 2024
98be76d
Merge branch 'main' into profile-redesign
FleetAdmiralJakob Jul 8, 2024
52476a6
- Added This feature is not available yet
Gamius00 Jul 9, 2024
c43a2ac
Merge remote-tracking branch 'origin/profile-redesign' into profile-r…
Gamius00 Jul 9, 2024
39e3aa4
Merge branch 'refs/heads/delete-all-messages' into profile-redesign
Gamius00 Jul 10, 2024
dc28a31
- Update UserData in Convex
Gamius00 Jul 10, 2024
2a1bb35
- Sent Date
Gamius00 Jul 11, 2024
d9963fe
Merge branch 'main' into profile-redesign
FleetAdmiralJakob Jul 11, 2024
9a7bbb8
- Changed Reviewed things & new pnpm version
Gamius00 Aug 1, 2024
d26d587
- Added a 0 to the date string in the messages
Gamius00 Aug 1, 2024
3756ac6
Merge branch 'main' into profile-redesign
FleetAdmiralJakob Aug 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
- Changed Reviewed things & new pnpm version
Gamius00 committed Aug 1, 2024
commit 9a7bbb80e2e270e7f7e668844ae98b27295d9977
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@
"sonner": "^1.5.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"zod": "3.23.8"
"zod": "^3.23.8"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
@@ -80,9 +80,9 @@
"ct3aMetadata": {
"initVersion": "7.30.0"
},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.6.0",
"engineStrict": true,
"engines": {
"pnpm": "9.5.0"
"pnpm": "9.6.0"
}
}
122 changes: 0 additions & 122 deletions src/components/password-dialog.tsx

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whats this file doing? Why not use the same dialog as for the add user dialog?

This file was deleted.