Commit Graph

13376 Commits (20766c4abab460ce03ad60179e4d376fb86220ff)
 

Author SHA1 Message Date
William Grant 20766c4aba feat: added conversation id to debugmessageinfo 1 year ago
William Grant 4decf22241 feat: improved error messaging when starting a new message 1 year ago
William Grant 2f2c214cf5 feat: added some localised strings the create convo screens 1 year ago
William Grant 64bd7b8e5e fix: restore copyOpenGroupURL key
it is still used
1 year ago
William Grant 30118c3426 feat: added monospace textarea support to sessioninput
this will replace the sessionideditable eventually still needs error handling etc
1 year ago
William Grant e96519445d feat: removed overlayheader
moved some parts into the leftpanesectionheader
1 year ago
William Grant 38c390355d refactor: leftpanemessagesection is now a functional component 1 year ago
William Grant c93cc932fc fix: replaced eye svgs with better aligned ones
fixed style position
1 year ago
William Grant 036f9ebdc8 chore: bump libsession_util_nodejs to v0.3.4
fixes builds on windows
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 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
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 e58f88f1f0 chore: bump Session to 1.12.2 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 1d71c00515
Merge pull request #3074 from Bilb/fix-focustrap-default-button
fix: focustrap when no buttons are mounted right away
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 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