Commit Graph

13578 Commits (5cd7262fa22f35e711919acfe023afcf89a30ee4)
 

Author SHA1 Message Date
Ryan Miller 87fb1701d4
chore: rename fetch functions 12 months ago
William Grant 38c390355d refactor: leftpanemessagesection is now a functional component 12 months ago
William Grant c93cc932fc fix: replaced eye svgs with better aligned ones
fixed style position
12 months ago
William Grant 036f9ebdc8 chore: bump libsession_util_nodejs to v0.3.4
fixes builds on windows
12 months ago
William Grant 2e664bfa09 fix: right panel transition is now smoother
transition duration is now set via a function for integration testing  purposes
12 months ago
William Grant 208d9cc0eb Merge branch 'unstable' into feat/ses-50/onboarding 12 months ago
William Grant efc790120a fix: hr in emptymessageview should not use 0.5px 12 months ago
William Grant 425319785f fix: prevent flickering on EmptyMessageView 12 months ago
William Grant ab544070dd fix: repaired rounding on upload profile image component 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 94bd2ba0e9 chore: bump libsession_util_nodejs to v0.3.3
typings for free() on a wrapper which we use to clear in memory only wrappers in some cases
12 months ago
William Grant d05c3e41eb feat: converted stagedGenericAttachment to be functional 12 months 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
12 months ago
William Grant 5a131c5785 fix: updated pollOnceForDisplayName
we can return the try result directly in the block since the finally will alway be executed
12 months ago
William Grant 6c93639c4b fix: turn off enableLogRedirect 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
Audric Ackermann 52ebcfdbab fix: randomly pick a snode topollfrom until we build a better way 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 83e0a61799 fix: simplified SpacerStyled component
added matching css variable to each spacers docstring
12 months ago
William Grant 5cda16d845 fix: renamed button modal-confirm to ghost
moved SessionButton defaults into component
12 months ago
Audric Ackermann c681916eea
Merge pull request #3077 from oxen-io/clearnet
Session 1.12.2
12 months ago
Audric Ackermann ab971ab702
Merge pull request #3076 from oxen-io/unstable
Session 1.12.2
12 months ago
Audric Ackermann e58f88f1f0 chore: bump Session to 1.12.2 12 months 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
12 months ago
Audric Ackermann 1d71c00515
Merge pull request #3074 from Bilb/fix-focustrap-default-button
fix: focustrap when no buttons are mounted right away
12 months 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 7329920837
Merge pull request #3073 from oxen-io/clearnet
Fix password window crash and add min-width to the unread counter
1 year ago
Audric Ackermann 97ef4b6436
Merge pull request #3072 from oxen-io/unstable
Fix password window crash and add min-width to the unread counter
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 24c034d305
Merge pull request #3070 from yougotwill/fix/ses-1603/min_width_height
fix: set min height and width for unread acount for scroll button
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