You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(dashboard): team creation steps (#7038)
* create steps for new team flow
* fixup
* update Stack to use align and justify props + rename onTeamCreation to onComplete
* feat(trial): create team and subscribe to pro (#7040)
* add npm icon
* create getPrices action
* wip: TeamSubscription component
* extract useCreateCheckout
* add create checkout to team subscription step in new team flow
* fix
* feat(trial): Add onboarding questions (#7037)
* Update plugin to potentially fix input requires label error
* Start creating isolated styled components
* Use new components and update styles
* Replace styled with dashboard InputText element
* Move styles to styled component
* Create button abstraction for dashboard
* Update wrapper component
* Add more TOQ_DEBUG flags
* Add key to option
* Clean up handle sign in with providers
* Separate views into different files
* Split login between modal and page
* Comment modal header
* Remove comment
* Support placeholder for InputSelect
* Rename button to styled
* Replace styled function with Element and css prop
* Uppercase for consts
* Add target blank
* fix(trial): redirect to the dashboard home page for the created team (#7043)
* feat(trial): Create team (#7039)
* Update plugin to potentially fix input requires label error
* Start creating isolated styled components
* Use new components and update styles
* Replace styled with dashboard InputText element
* Move styles to styled component
* Create button abstraction for dashboard
* Update wrapper component
* Add more TOQ_DEBUG flags
* Add key to option
* Clean up handle sign in with providers
* Separate views into different files
* Split login between modal and page
* Comment modal header
* Remove comment
* Support placeholder for InputSelect
* Add external link and camera icons
* Style create team modal
* Add link
* Fix link with href instead of to
* feat(trial): Show create team modal after new signup (#7051)
* Add debug flag for duplicate account page
* Onboarding form field updates
* Add isInvalid prop to input
* Show create team modal after new user signed up
* Change var to uppercase to imply const
* Undo localstorage entry rename as it will trigger the modal again
* Fix property order
* Add aria attrs for validation and describing input with error
* feat(trial): Invite team members (#7049)
* Textarea component
* Teammember invite step styles
* Fix typo
* Email submission WIP
* Validate emails and send invitations
* Trigger onComplete after sending invites
* feat(dashboard): recent page empty state (#7053)
* adds loading option to page headers
* update recent page title if empty
* wip
* wip
* open/select templates
* adjust styling
* fix section title
* prevent columns from stretching
* feat(trial): save "role" and "usage" and add it to amplitude (#7059)
* feat: save users role and usage on signup
* add metadata when identifying user
* handle subscription status when trialing (#7061)
* signin: update usage options (#7062)
* feat(trial): tracking (#7068)
* track: open workspace select
* track: select workspace
* track: create workspace
* track: view create team modal
* track: new team - learn more
* track: new team - create team
* track: new team - invite members and skip team invite
* track: new team - start trial and skip trial
* track: empty recent actions
* track: remove active workspace change from action
* fix: null error and duplicate call (#7073)
* feat(trial): dont show create team modal after accepting invite (#7071)
* Update flags to view certain modals
* Clarify localStorage check with signup and invite flags
* fix(trial): Properly catch spaces in email addresses instead of removing them all (#7074)
* Properly catch spaces in email addresses instead of removing them all
* Substring is zero based so we need lenght minus one
* Update comment
* fix(dashboard): empty state (#7065)
* handle collections not existing
* remove duplicate call
Co-authored-by: Maria Clara <claarasantana@gmail.com>
Co-authored-by: Alex Moldovan <alex.n.moldovan@gmail.com>
0 commit comments