Commit Graph

13605 Commits (b40cf49acffe551dfcd24c27fabe5fd0bce4418f)
 

Author SHA1 Message Date
Audric Ackermann 51c307af25 chore: fix PR reviews 12 months ago
Audric Ackermann faa24ce9a6 fix: lint 12 months ago
William Grant 8a4e5d52ff fix: add background colors to logos so the background matches 1 year ago
William Grant 3cb0255019 feat: compressed qr logo images 1 year ago
William Grant 04dc4fe861 fix: the modal header now always centers content correctly 1 year ago
William Grant 0d3c058137 feat: new sessionqrcode component
updated account id and recovery password qr codes with logos
1 year ago
William Grant ab093ffc62 feat: replace react-qr-svg with react-qrcode-logo
updated error correction to 25%
1 year ago
William Grant 551ee4221b fix: cleaned up unused localised strings
since we swapped some toast messages for input messages
1 year ago
Audric Ackermann 42bea0264c fix: improve retrieve timeout to 10s
also:
- add comments about not adding the limit:256 on snode list fetch
- fix an issue when no audio are found when starting a webrtc call
1 year ago
William Grant 76f5ad1322 feat: consolidate remaining sessioneditable instances
fix styles for other overlays
1 year ago
Audric Ackermann 4589bde672 chore: moved more types to ReduxTypes.d.ts 1 year ago
Audric Ackermann fb99c3491c chore: remove calls to Storage from settings.tsx 1 year ago
Audric Ackermann 49ab04d2fd chore: move SessionSettingsCategory to .d.ts file
and remove the enum (instead use string union)
1 year ago
William Grant cd3bc727c2 feat: updated ContactsListWithBreaks to show text when empty 1 year ago
William Grant 093da15ba3 feat: updated style for choose action overlay
created new ActionRow component
1 year ago
Audric Ackermann 7f7f0fe26c fix: clear swarms from snodes not in pool on full fetch 1 year ago
William Grant 2a75a715a3 feat: update continue button styles
only show button when users enters something
1 year ago
William Grant 31ef730c8c fix: correct type for style prop on SessionInput 1 year ago
William Grant edb9a24863 feat: new message description and added zendesk link 1 year ago
William Grant 2d7b957d8c feat: closed group pubkeys cannot be used to create new messages 1 year ago
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
Audric Ackermann 48a245e13c
Merge pull request #3082 from Aerilym/chore/rename_fetch_functions
Rename fetch functions
1 year ago
William Grant e96519445d feat: removed overlayheader
moved some parts into the leftpanesectionheader
1 year ago
Ryan Miller 87fb1701d4
chore: rename fetch functions 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
Audric Ackermann 52ebcfdbab fix: randomly pick a snode topollfrom until we build a better way 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