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

5623 add an inviteteam onboarding step #5769

Merged
merged 39 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
00ac7ca
Replace title property
martmull Jun 5, 2024
0910d0d
WIP: Add InviteTeam page
martmull Jun 5, 2024
cce1556
Add separator line text component
martmull Jun 6, 2024
17548e6
Add actionLink to inviteTeam
martmull Jun 6, 2024
bf827e6
Add finish button
martmull Jun 6, 2024
2fddb82
Add new workspace State
martmull Jun 6, 2024
288accd
Update typeorm version to fix issue with index
martmull Jun 6, 2024
f69dfdf
Update SyncEmail step
martmull Jun 7, 2024
5bcc8c2
Update getCurrentUserQuery refetch policy
martmull Jun 7, 2024
bd6310c
Update email sanitization
martmull Jun 7, 2024
e7f8a49
Fix tests
martmull Jun 7, 2024
3259942
Disable invite team onboarding step when workspaceMember count > 1
martmull Jun 7, 2024
46acb7d
Fix tests
martmull Jun 7, 2024
c49ab80
Improve keyValuePair typing
martmull Jun 7, 2024
2344187
Remove workspace-state module
martmull Jun 7, 2024
a330eb1
Add onboardingStep value
martmull Jun 7, 2024
108cd43
Remove skip key values
martmull Jun 7, 2024
99910f3
Stop refetching currentUser only for workspace state
martmull Jun 7, 2024
3304333
Add an onboarding resolver
martmull Jun 10, 2024
096c51e
Fix hook
martmull Jun 10, 2024
342a65c
Fix skip inviteTeam
martmull Jun 10, 2024
1c35569
Add tests
martmull Jun 10, 2024
5ed4517
Remove useless stuff
martmull Jun 10, 2024
9fbba47
Fix wrong default layout display
martmull Jun 10, 2024
12bad71
Remove useless stuff
martmull Jun 10, 2024
2b6cad9
Fix tests
martmull Jun 10, 2024
32c8e8a
Fix ci
martmull Jun 10, 2024
9c7b501
Code review return
martmull Jun 10, 2024
27a0469
Split complex method
martmull Jun 10, 2024
3395a94
Organize files
martmull Jun 10, 2024
5de74e5
Fix storybook tests
martmull Jun 10, 2024
b76547c
Fix naming typo
martmull Jun 10, 2024
09be4b2
Code review: rename dto
martmull Jun 12, 2024
103da7d
Code review: use Light button
martmull Jun 12, 2024
0a44528
Code review: remove useEffect
martmull Jun 12, 2024
a3fdf8e
Add key enter action and focus first input
martmull Jun 12, 2024
3579592
Code review: Use Animated component
martmull Jun 12, 2024
c6fc433
Fix lint
martmull Jun 12, 2024
6eae0dd
Code review returns: Move key-value-pair-type definition from key val…
martmull Jun 12, 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"tslib": "^2.3.0",
"tsup": "^8.0.1",
"type-fest": "4.10.1",
"typeorm": "^0.3.17",
"typeorm": "^0.3.20",
"use-context-selector": "^2.0.0",
"use-debounce": "^10.0.0",
"uuid": "^9.0.0",
Expand Down
Loading
Loading