Commit Graph

5065 Commits (8bebf28eb7b37850a8d3de4174f1354a766e81ca)

Author SHA1 Message Date
William Grant 8bebf28eb7 fix: ses-2087 recovery password banner heading is too large 11 months ago
William Grant e41366b03c fix: brand logo in onboard header should not block buttons 11 months ago
William Grant bb8ab77b07 fix: repair placeholder selectors
required since upgrading styled-components
11 months ago
William Grant 1c121828fc fix: welcome message should use text-primary-color for light themes 11 months ago
William Grant f417424907 fix: replace setAccountPasswordTitle with lockApp string 11 months ago
William Grant ca14936b1e fix: use recoveryPasswordOutline for light themes
updated to use building block svgs
11 months ago
William Grant 80a7f15f0e fix: sessioninput color should be danger when there is an error
brought improvements from chunk 2
11 months ago
William Grant c93cc932fc fix: replaced eye svgs with better aligned ones
fixed style position
1 year ago
William Grant 2e664bfa09 fix: right panel transition is now smoother
transition duration is now set via a function for integration testing  purposes
1 year ago
William Grant 208d9cc0eb Merge branch 'unstable' into feat/ses-50/onboarding 1 year ago
William Grant efc790120a fix: hr in emptymessageview should not use 0.5px 1 year ago
William Grant 425319785f fix: prevent flickering on EmptyMessageView 1 year ago
William Grant ab544070dd fix: repaired rounding on upload profile image component 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
William Grant d05c3e41eb feat: converted stagedGenericAttachment to be functional 1 year ago
William Grant 7f031681f8 fix: remove unneeded catch block for checking if we are online
the inboxStore isnt set yet and we arent displaying the connected path light
1 year ago
William Grant 5a131c5785 fix: updated pollOnceForDisplayName
we can return the try result directly in the block since the finally will alway be executed
1 year ago
William Grant 6c93639c4b fix: turn off enableLogRedirect 1 year ago
William Grant c3334d09e4 fix: improved check for disabling continue button
more human readable
1 year ago
William Grant 04d053a0e9 fix: used better naming for value changed in restore account 1 year ago
William Grant bad21725d9 fix: dont pass redux args to restoration hook
we can use the selectors inside of it
1 year ago
William Grant ca0497051b fix: destructure args in sign in methods
cleaned up logging
1 year ago
William Grant c1a961477e fix: used better naming for value changed in create account
cleaned up logging
1 year ago
William Grant 86baed64ba fix: make useRecoveryProgressEffect use a switch for better readability 1 year ago
William Grant 6d7ebb7a86 fix: backbuttonwithinincontainer to backbuttonwithincontainer 1 year ago
William Grant 83e0a61799 fix: simplified SpacerStyled component
added matching css variable to each spacers docstring
1 year ago
William Grant 5cda16d845 fix: renamed button modal-confirm to ghost
moved SessionButton defaults into component
1 year ago
Audric Ackermann 99562a5073
Merge pull request #3075 from yougotwill/fix/ses-1734/link_device_fails
fix: recover an account with a new display name if linking fails
1 year ago
Audric Ackermann b887850388 chore: disable animations when running in integrationTests 1 year 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
Audric Ackermann 63fa2538fc chore: fix integration tests 1 year ago
Audric Ackermann 53aeb63894 fix: focustrap activates on mount to prevent throw 1 year ago
William Grant 0f6d80b847 Merge branch 'unstable' into feat/ses-50/onboarding 1 year ago
William Grant 1a114825b3 fix: remove pollOnceForOurDisplayName test
saved work in a branch but we need to use workers in unit tests before its work testing
1 year ago
William Grant d64623311f fix: remove registration test
we dont do redux based unit testing at this time
1 year ago
Audric Ackermann 85c247eaf0 fix: focustrap when no buttons are mounted right away 1 year ago
William Grant e727851fdc test: finished signInByLinkingDevice 1 year ago
William Grant e97ca2c7f3 test: validity check for signInByLinkedDevice done
made stubs for window whisper and storage
1 year ago
Audric Ackermann ab718c2343
Merge pull request #3071 from Bilb/fix-password-window-crash
Fix password window crash
1 year ago
Audric Ackermann 7f1e3ed8d8 feat: remove custom icon for toasts as only used once 1 year ago
Audric Ackermann f304a5239f fix: app start password window crash 1 year ago
William Grant 76e5260285 fix: set min height and width for unread acount for scroll button
single digits rendered weirdly
1 year ago
William Grant 7e6fb22907 test: registerSingleDevice
started on signInByLinkingDevice
1 year ago
William Grant ba0a10960b test: sanitizeSessionUsername
which is the core function of sanitizeDisplayNameOrToast in onboarding
1 year ago
William Grant 238713e907 test: displayNameIsValid 1 year ago
William Grant d06a294aaa feat: added stubbing for window.i18n 1 year ago
William Grant a139299cd1 fix: review feedback
use isClosedGroup, update comment
1 year ago
William Grant a3c80ad247 fix: legacy groups are unapproved so should allow all notifications
usually if its unapproved we cancel the notification until the request is accepted
1 year ago
Audric Ackermann 2d872cec43 fix: fix polling race with promises 1 year ago