Audric Ackermann
|
7611f07b09
|
chore: address PR 184 reviews
|
7 months ago |
Audric Ackermann
|
bf344329f8
|
fix: format 7/14 days to be a number of weeks for disappearing timer
|
7 months ago |
Ryan Miller
|
70d83c1b7e
|
chore: rename I18n component to Localizer
|
7 months ago |
Audric Ackermann
|
25cf11f86a
|
feat: call setName/setNameTruncated depending on usecase for nts
|
7 months ago |
Audric Ackermann
|
122751ffe3
|
fix: quitmodal warning was empty
|
7 months ago |
Audric Ackermann
|
f5812b6fce
|
chore: lint
|
8 months ago |
Ryan Miller
|
4ffa754802
|
feat: locale as args for modals and localized formatted html strings
|
8 months ago |
Audric Ackermann
|
4f44eecd6b
|
fix: update with latest changes from crowdin
not compiling yet
|
8 months ago |
yougotwill
|
5cad5a53f3
|
fix: have a too many words error when decoding a recovery passwrd
|
8 months ago |
yougotwill
|
4478ee160d
|
feat: stop polling if restoring and we push the back button
|
8 months ago |
yougotwill
|
d52461aecc
|
fix: don't use name length for the recovery password input and trim it
|
8 months ago |
yougotwill
|
eaeabaf813
|
fix: dont trim display name when sanitizing
trim on submission
|
8 months ago |
yougotwill
|
66fa34b165
|
feat: use testkey for user profile update in onboarding for testing a display name
remove privateKeyBytesHex since we don't use it
|
9 months ago |
yougotwill
|
cbf0a5b877
|
feat: convert privKeyBytes to hex
redux doesnt like uint8Array, rename shouldQuit to shouldQuitOnClick
|
9 months ago |
William Grant
|
e05d3a6874
|
fix: formatting fixes
use profile manager name validation in CreateAccount component
|
9 months ago |
William Grant
|
d252662630
|
fix: truncate submitted display names
we dont look for libsession throws when setting a display name.
libsession now truncates by default
|
9 months ago |
William Grant
|
bc2e28b6b7
|
feat: use CONTACT_MAX_NAME_LENGTH
as max length for session inputs for user profile name
|
9 months ago |
William Grant
|
5ef5fc59a8
|
fix: correctly trim usernames
|
9 months ago |
William Grant
|
6fa6e5c189
|
feat: start of using updateOurProfileDisplayName in onboarding
|
9 months ago |
William Grant
|
55f5cf5c9b
|
feat: added quit modal
when going back during critical onboarding steps it's better to restart the app entirely
|
9 months ago |
William Grant
|
9e9fffd9d2
|
fix: name showHide button props more explcitly
|
10 months ago |
William Grant
|
7b634df2b5
|
fix: sanitizeDisplayNameOrToast setDisplayNameError to onDisplayNameError
since it can be useState or redux
|
10 months ago |
William Grant
|
1e16be1be0
|
fix: use i18n for aria labels on the enter display name button
|
10 months ago |
William Grant
|
b938d2a353
|
fix: use i18n for continue button aria label
|
10 months ago |
William Grant
|
d6544efaa6
|
fix: ses-2089 update tos datatestid to open-url to match other platforms
backported from chunk 1 qa feedback
|
10 months ago |
William Grant
|
4174ed5715
|
fix: resolve typos
|
11 months ago |
William Grant
|
273fc42be4
|
feat: session input show hide button improvments
better aria labeling and dataTestIds
|
11 months ago |
William Grant
|
341fa8b774
|
feat: recovery password settings flow done
added aria label and datatestid support to SessionQRCode
|
11 months ago |
William Grant
|
d14024d718
|
feat: account restoration flow done
updated some testids and aria labels, consolidated continue buttons into one component
|
11 months ago |
William Grant
|
293a733806
|
feat: account creation flow done
updated some testids and aria labels, SessionInput now has aria label support
|
11 months ago |
William Grant
|
06b4ee0d7c
|
feat: updated onboarding container and progress bar
|
11 months ago |
William Grant
|
7349e27dc1
|
fix: prevent the buttons from flashing when the app starts
|
11 months ago |
William Grant
|
94abe60af1
|
feat: added SessionInput to Profile Modal
layout and style improvements, disable ui during name change, improved keyboard navigation
|
11 months ago |
William Grant
|
698eb147f0
|
fix: rename fontSize and disableOnBlur on Sessioninput
|
11 months ago |
William Grant
|
7cd7dea2b6
|
fix: brand logo in onboard header should not block buttons
|
11 months ago |
William Grant
|
7d890973d5
|
fix: usemount imports have to be specific
otherwise we can get start errors due to an invalid import by react-use
|
11 months ago |
William Grant
|
208d9cc0eb
|
Merge branch 'unstable' into feat/ses-50/onboarding
|
12 months ago |
William Grant
|
dad09a75a6
|
fix: compressed all new svgs
tweaked svg styling
|
12 months ago |
William Grant
|
7b221febc1
|
fix: moved some things outside of the OnboardContainer
this prevents refreshing of the entire styled component on render
|
12 months ago |
William Grant
|
c3334d09e4
|
fix: improved check for disabling continue button
more human readable
|
12 months ago |
William Grant
|
04d053a0e9
|
fix: used better naming for value changed in restore account
|
12 months ago |
William Grant
|
bad21725d9
|
fix: dont pass redux args to restoration hook
we can use the selectors inside of it
|
12 months ago |
William Grant
|
ca0497051b
|
fix: destructure args in sign in methods
cleaned up logging
|
12 months ago |
William Grant
|
c1a961477e
|
fix: used better naming for value changed in create account
cleaned up logging
|
12 months ago |
William Grant
|
86baed64ba
|
fix: make useRecoveryProgressEffect use a switch for better readability
|
12 months ago |
William Grant
|
6d7ebb7a86
|
fix: backbuttonwithinincontainer to backbuttonwithincontainer
|
12 months ago |
William Grant
|
2265c59dcc
|
fix: recover an account with a new display name if linking fails
added stop function to swarm polling
|
1 year ago |
William Grant
|
a59765d002
|
fix: padding resoluton for onboarding buttons
|
1 year ago |
William Grant
|
bc196286bc
|
Merge branch 'unstable' into feat/ses-1560/unit-tests
|
1 year ago |
William Grant
|
4c48056013
|
fix: moved resetRegistration out of utils to make unit testing easier
|
1 year ago |