Commit Graph

105 Commits (862b8343e76b2e5b792803f02d0ca9605e5b4ad0)

Author SHA1 Message Date
William Grant 7d890973d5 fix: usemount imports have to be specific
otherwise we can get start errors due to an invalid import by react-use
1 year ago
William Grant 208d9cc0eb Merge branch 'unstable' into feat/ses-50/onboarding 2 years ago
William Grant dad09a75a6 fix: compressed all new svgs
tweaked svg styling
2 years ago
William Grant 7b221febc1 fix: moved some things outside of the OnboardContainer
this prevents refreshing of the entire styled component on render
2 years ago
William Grant c3334d09e4 fix: improved check for disabling continue button
more human readable
2 years ago
William Grant 04d053a0e9 fix: used better naming for value changed in restore account 2 years ago
William Grant bad21725d9 fix: dont pass redux args to restoration hook
we can use the selectors inside of it
2 years ago
William Grant ca0497051b fix: destructure args in sign in methods
cleaned up logging
2 years ago
William Grant c1a961477e fix: used better naming for value changed in create account
cleaned up logging
2 years ago
William Grant 86baed64ba fix: make useRecoveryProgressEffect use a switch for better readability 2 years ago
William Grant 6d7ebb7a86 fix: backbuttonwithinincontainer to backbuttonwithincontainer 2 years ago
William Grant 2265c59dcc fix: recover an account with a new display name if linking fails
added stop function to swarm polling
2 years ago
William Grant a59765d002 fix: padding resoluton for onboarding buttons 2 years ago
William Grant bc196286bc Merge branch 'unstable' into feat/ses-1560/unit-tests 2 years ago
William Grant 4c48056013 fix: moved resetRegistration out of utils to make unit testing easier 2 years ago
William Grant 1e40f1b608 fix: cleanup 2 years ago
William Grant 76390ceb9d fix: hero image is now correctly responsive for both width and height 2 years ago
William Grant a38555c03e fix: fixed animation for different steps
flatten the loading callback as well
2 years ago
William Grant a3841d1210 fix: dont fade animation between loading states 2 years ago
William Grant 500ab60ffa fix: cleaned up typings and flattened error callback 2 years ago
William Grant c9eac6c83e feat: handle failing to find a display name from the swarm
the user can enter it manually, improved error handling, logging, sync post login
2 years ago
William Grant 8e41d51632 feat: restoring an account from seed and fetching seems to work 2 years ago
William Grant e0ca888e85 fix: got correct order for restoring an account with fetch 2 years ago
William Grant 1b405f533e feat: working on restoring accounts with fetch
loads correctly but isn't saved to db and is lost on refresh
2 years ago
William Grant 8dceb93b09 feat: reset onboarding state when we return to the start stage
added better logging for create account flow
2 years ago
William Grant 5e79ebc239 fix: small fixes from broken branch as we try to debug 2 years ago
William Grant 5ce8170188 Merge branch 'feat/ses-50/onboarding' into feat/ses-899/user_profile_poll 2 years ago
William Grant 09133c3837 feat: restore account ids added 2 years ago
William Grant 8a807a5bf9 feat: new account ids added 2 years ago
William Grant cb6a63fc51 feat: start page and tos ids updated 2 years ago
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 59eeca88ae fix: add missing dispatch for set recovery pw error 2 years ago
William Grant baca07a83b feat: moved frontend errors to redux 2 years ago
William Grant 4de3570492 feat: got things working correctly with errors throwing before the timeout
still trying to debug loading the errors in the frontend
2 years ago
William Grant 7baf6c5886 feat: fixed processing the config message next is finishing the reg properly
we now fetch the display name correctly just need to refactor and test the error handling
2 years ago
William Grant 6a2af3e088 feat: added free function to libsession wrappers
almost processing the dump correctly
2 years ago
Audric Ackermann 095a9d33e5 fix: canDisplayImage needs check to be done on the thumbnail 2 years ago
William Grant a3262d7af9 feat: attempting to fetch the display name separate from the usual pipeline 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