Commit Graph

155 Commits (ff85660aebc19c3d37b76238f54ec1bcafd99894)

Author SHA1 Message Date
yougotwill ff85660aeb fix: combine sanitizeDisplayNameOrToast and displayNameIsValid into one function 3 months ago
Audric Ackermann 16d835edf3
fix: resolve compilation issues after merge 4 months ago
Audric Ackermann 8480bc678c
Merge remote-tracking branch 'upstream/unstable' into release/1.15.0 4 months ago
yougotwill fd24a47b91 fix: create custom error for display name retrieval errors 4 months ago
yougotwill f9ccc317b6 fix: catch truncation errors when setting the display name
fixes incorrectly showing shorter display name error in integration tests
4 months ago
Audric Ackermann a44dc50d41
chore: address PR comments 4 months ago
Audric Ackermann 6616ac4aa7
fix: fix up string unit tests 4 months ago
Audric Ackermann da39198f97
fix: strings do not load dict from json, but use built ts file 4 months ago
Audric Ackermann 7d6953812d
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 7 months ago
Audric Ackermann 7611f07b09
chore: address PR 184 reviews 8 months ago
Audric Ackermann bf344329f8
fix: format 7/14 days to be a number of weeks for disappearing timer 8 months ago
Ryan Miller 70d83c1b7e chore: rename I18n component to Localizer 8 months ago
Audric Ackermann 25cf11f86a feat: call setName/setNameTruncated depending on usecase for nts 8 months ago
Audric Ackermann 122751ffe3 fix: quitmodal warning was empty 8 months ago
Audric Ackermann f5812b6fce chore: lint 9 months ago
Ryan Miller 4ffa754802 feat: locale as args for modals and localized formatted html strings 9 months ago
Audric Ackermann 4f44eecd6b fix: update with latest changes from crowdin
not compiling yet
9 months ago
yougotwill 5cad5a53f3 fix: have a too many words error when decoding a recovery passwrd 9 months ago
yougotwill 4478ee160d feat: stop polling if restoring and we push the back button 9 months ago
yougotwill d52461aecc fix: don't use name length for the recovery password input and trim it 9 months ago
yougotwill eaeabaf813 fix: dont trim display name when sanitizing
trim on submission
9 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
10 months ago
yougotwill cbf0a5b877 feat: convert privKeyBytes to hex
redux doesnt like uint8Array, rename shouldQuit to shouldQuitOnClick
10 months ago
William Grant e05d3a6874 fix: formatting fixes
use profile manager name validation in CreateAccount component
10 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
10 months ago
William Grant bc2e28b6b7 feat: use CONTACT_MAX_NAME_LENGTH
as max length for session inputs for user profile name
10 months ago
William Grant 5ef5fc59a8 fix: correctly trim usernames 10 months ago
William Grant 6fa6e5c189 feat: start of using updateOurProfileDisplayName in onboarding 10 months ago
William Grant 55f5cf5c9b feat: added quit modal
when going back during critical onboarding steps it's better to restart the app entirely
10 months ago
William Grant 9e9fffd9d2 fix: name showHide button props more explcitly 11 months ago
William Grant 7b634df2b5 fix: sanitizeDisplayNameOrToast setDisplayNameError to onDisplayNameError
since it can be useState or redux
11 months ago
William Grant 1e16be1be0 fix: use i18n for aria labels on the enter display name button 11 months ago
William Grant b938d2a353 fix: use i18n for continue button aria label 11 months ago
William Grant d6544efaa6 fix: ses-2089 update tos datatestid to open-url to match other platforms
backported from chunk 1 qa feedback
11 months ago
William Grant 4174ed5715 fix: resolve typos 12 months ago
William Grant 273fc42be4 feat: session input show hide button improvments
better aria labeling and dataTestIds
12 months ago
Audric Ackermann 6e137fe69f Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 12 months ago
William Grant 341fa8b774 feat: recovery password settings flow done
added aria label and datatestid support to SessionQRCode
12 months ago
William Grant d14024d718 feat: account restoration flow done
updated some testids and aria labels, consolidated continue buttons into one component
12 months ago
William Grant 293a733806 feat: account creation flow done
updated some testids and aria labels, SessionInput now has aria label support
12 months ago
William Grant 06b4ee0d7c feat: updated onboarding container and progress bar 12 months ago
William Grant 7349e27dc1 fix: prevent the buttons from flashing when the app starts 12 months ago
William Grant 94abe60af1 feat: added SessionInput to Profile Modal
layout and style improvements, disable ui during name change, improved keyboard navigation
12 months ago
William Grant 698eb147f0 fix: rename fontSize and disableOnBlur on Sessioninput 12 months ago
William Grant 7cd7dea2b6 fix: brand logo in onboard header should not block buttons 12 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
1 year ago
Audric Ackermann 4589bde672 chore: moved more types to ReduxTypes.d.ts 1 year ago
William Grant 208d9cc0eb Merge branch 'unstable' into feat/ses-50/onboarding 1 year ago
William Grant dad09a75a6 fix: compressed all new svgs
tweaked svg styling
1 year ago
William Grant 7b221febc1 fix: moved some things outside of the OnboardContainer
this prevents refreshing of the entire styled component on render
1 year ago