William Grant
825c617794
feat: continue your session and link device to I have an account
2 years ago
William Grant
68f8d12aa5
feat: recovery phrase to recovery password
2 years ago
William Grant
e6dedc83fb
feat: finished fade animation between steps
...
moved useState props to redux, fixed back button
2 years ago
William Grant
f196bab2ea
feat: intial animation working correctly
2 years ago
William Grant
bcb926b6ed
feat: started initial work on onboarding step animation
2 years ago
William Grant
9750274240
feat: confirmed sign up with new display name works
2 years ago
William Grant
8a78762b95
fix: disable inputs when button is disabled
2 years ago
William Grant
2c83d41ccd
fix: error handling now works correctly for all stages
...
buttons also correctly disable themselves
2 years ago
William Grant
b87c265404
feat: fixed alignment of loading screen and updated enter new display name copy
2 years ago
William Grant
33a66e86d0
feat: dont show new account success when restoring
...
moved useRecoveryProgressEffect to a hooks folder
2 years ago
William Grant
9a5958c6f1
feat: moved large useEffect to it's own hook
...
useRecoveryProgressEffect
2 years ago
William Grant
7d1907527c
feat: display name screen shows correctly now
...
hide back button while loading
2 years ago
William Grant
6f84d5bede
feat: animated progress loader to spec
...
timeout display name fetch to 15 seconds, added display name inital screen still needs work
2 years ago
William Grant
eaa2ee1887
feat: added in loading animation when restoring an account
2 years ago
William Grant
71e3f82426
feat: added both recovery password icon types
2 years ago
William Grant
7cabdba00e
feat: added error messages to recovery password input
...
fixed remaining styling, improved errors for mnemonic code
2 years ago
William Grant
ef0f3ba434
feat: updated restore account screen with new design
2 years ago
William Grant
ed92122c3d
feat: finished styling success screen
...
need to test logic a bit more to make sure that I am happy
2 years ago
William Grant
99a6b103fe
feat: make sure to set the account create state to done
2 years ago
William Grant
ec7ab04d09
refactor: moved related function from registrationstages to createaccount
2 years ago
William Grant
0e643266cf
fix: replaced session input component with the new one
2 years ago
William Grant
8aac036bca
feat: updated display name
...
show error when display name is too long
2 years ago
William Grant
4e2101a9e5
feat: setup UI and state for account create display name step
2 years ago
William Grant
3eb7f241bf
feat: fix back button positioning relative to related component
...
we can now pass children to a container that holds the back button
2 years ago
William Grant
eff53a956c
feat: renamed stages components to match redux slices
...
setup stage, trying to fix back button position, moved out start logic from stages
2 years ago
William Grant
7d14efb073
fix: doc string comments for registration slice
2 years ago
William Grant
53dbfcca34
feat: updated back button icon
2 years ago
William Grant
f6a6b11f7b
feat: updated onboarding header
...
added external link buttons, removed accentText and added new svgs
2 years ago
William Grant
090ddc07a9
feat: rename onboarding stages for clarity
...
also comment on what changes need to be made within the different stages
2 years ago
William Grant
a9fcb51021
feat: extract back button to separate component
2 years ago
William Grant
7b175b210e
feat: replace context with redux slice
2 years ago
William Grant
4ffd98ae21
feat: updated hero image
...
we simplified the hero responsiveness
2 years ago
William Grant
48ec54ec31
feat: added responsive hero
...
cleaned up some sass and changed to styled components
2 years ago
William Grant
eaa9817d14
feat: created onboarding store and added modals slice
2 years ago
William Grant
b10873c64a
feat: updated tos and privacy policy on registration link
...
intial run at legal links modal
2 years ago
William Grant
18f5df6fd5
feat: migrate session inputs on registration screen to the new component
...
still need to do the slide animation
2 years ago
William Grant
3250a2819f
feat: moved spinners into new loading folder
...
converted session-loader sass to styled components
2 years ago
William Grant
b81d5a3d7a
refactor: clean up remaining global React import calls
...
import specific types from react package
2 years ago
William Grant
a098638bc0
refactor: remove unnecessary react imports
...
you don't need it from react 17
2 years ago
Audric Ackermann
41ca0666ce
chore: remove () => void for misused promises
2 years ago
Audric Ackermann
d43d6abbae
chore: replace tslint with eslint and fix linting issues
2 years ago
Audric Ackermann
0cbcecb508
fix: make avatar download job only take conversationId
...
and not the profileKey+url too as we need the db entry to be in sync
with the config wrapper data (otherwise the next commit would be made
with data out of date from the wrapper side)
3 years ago
Audric Ackermann
3827298078
Merge remote-tracking branch 'emily/integration_tests_2' into onboarding-with-integrationtest-2
3 years ago
Emily
9e3a569fac
Adding tests set nickname, call checks, change profile picture on linked device and unsend message check. Adding into data-testids for aforementioned tests and cleaning up typings
3 years ago
Audric Ackermann
0e286142f1
chore: add a redux settings slice, currently outdated banner inc
3 years ago
William Grant
367c0c94d0
Merge branch 'clearnet' into theming
3 years ago
William Grant
5b44565b5f
Merge branch 'clearnet' into theming
3 years ago
William Grant
557c2b8d28
feat: classic-dark is now the default theme
3 years ago
William Grant
13efc85d5a
feat: verified signin and registration pages
3 years ago
Audric Ackermann
8d946da490
fix: click on toast does not close dialogs
3 years ago