Commit Graph

3282 Commits (20c0453b9f13cec6cc05b51693f998c27f11004c)

Author SHA1 Message Date
William Grant 20c0453b9f fix: dont disable text area for outgoing message requests
we only want to disable some of the buttons
12 months ago
William Grant 8ae6dabfd1 feat: hide message preview in convo list item for outgoing requests 12 months ago
William Grant d74edc5b24 feat: disable composition for outgoing message requests
moved composition textarea to functional component
12 months ago
William Grant d6ad37ec38 feat: show description text when making a message request
disabled conversation header functionality
12 months ago
William Grant 6e3df83aed fix: overlayInvite errors 12 months ago
William Grant d4a8b555c6 Merge branch 'unstable' into feat/ses-825/onboarding2 12 months ago
William Grant aac90ccd96 feat: finished invite a friend overlay 12 months ago
William Grant 2b95e6a283 feat: session input styles are now separated into per styling
monospaced, biggerText, isTextArea
1 year ago
William Grant dd7f13ed1f feat: invite a friend screen is mostly done 1 year ago
Audric Ackermann 4eafe8c68c
Merge pull request #3080 from Bilb/fix-retrieve-snode-down
fix: randomly pick a snode to poll from until we build a better way with changes server side
1 year ago
William Grant 44cc8594a5 fix: saved qr codes will be black and white by default
qr code logos can now be svgs for better rendering performance
1 year ago
Audric Ackermann 51c307af25 chore: fix PR reviews 1 year ago
William Grant 8a4e5d52ff fix: add background colors to logos so the background matches 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
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 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
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 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 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