Commit Graph

3268 Commits (aac90ccd96e197db03ed5c3d2e332bdc8dd07d41)

Author SHA1 Message Date
William Grant aac90ccd96 feat: finished invite a friend overlay 1 year 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
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
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
William Grant 76f5ad1322 feat: consolidate remaining sessioneditable instances
fix styles for other overlays
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
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
2 years ago
William Grant e96519445d feat: removed overlayheader
moved some parts into the leftpanesectionheader
2 years ago
William Grant 38c390355d refactor: leftpanemessagesection is now a functional component 2 years ago
William Grant c93cc932fc fix: replaced eye svgs with better aligned ones
fixed style position
2 years ago
William Grant 2e664bfa09 fix: right panel transition is now smoother
transition duration is now set via a function for integration testing  purposes
2 years ago
William Grant 208d9cc0eb Merge branch 'unstable' into feat/ses-50/onboarding 2 years ago
William Grant efc790120a fix: hr in emptymessageview should not use 0.5px 2 years ago
William Grant 425319785f fix: prevent flickering on EmptyMessageView 2 years ago
William Grant ab544070dd fix: repaired rounding on upload profile image component 2 years ago
William Grant dad09a75a6 fix: compressed all new svgs
tweaked svg styling
2 years ago
William Grant 7b221febc1 fix: moved some things outside of the OnboardContainer
this prevents refreshing of the entire styled component on render
2 years ago
William Grant d05c3e41eb feat: converted stagedGenericAttachment to be functional 2 years ago
William Grant c3334d09e4 fix: improved check for disabling continue button
more human readable
2 years ago
William Grant 04d053a0e9 fix: used better naming for value changed in restore account 2 years ago
William Grant bad21725d9 fix: dont pass redux args to restoration hook
we can use the selectors inside of it
2 years ago
William Grant ca0497051b fix: destructure args in sign in methods
cleaned up logging
2 years ago
William Grant c1a961477e fix: used better naming for value changed in create account
cleaned up logging
2 years ago
William Grant 86baed64ba fix: make useRecoveryProgressEffect use a switch for better readability 2 years ago
William Grant 6d7ebb7a86 fix: backbuttonwithinincontainer to backbuttonwithincontainer 2 years ago
William Grant 83e0a61799 fix: simplified SpacerStyled component
added matching css variable to each spacers docstring
2 years ago
William Grant 5cda16d845 fix: renamed button modal-confirm to ghost
moved SessionButton defaults into component
2 years 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
2 years ago
Audric Ackermann b887850388 chore: disable animations when running in integrationTests 2 years ago
William Grant 2265c59dcc fix: recover an account with a new display name if linking fails
added stop function to swarm polling
2 years ago
Audric Ackermann 63fa2538fc chore: fix integration tests 2 years ago
Audric Ackermann 53aeb63894 fix: focustrap activates on mount to prevent throw 2 years ago
William Grant 0f6d80b847 Merge branch 'unstable' into feat/ses-50/onboarding 2 years ago
Audric Ackermann 85c247eaf0 fix: focustrap when no buttons are mounted right away 2 years ago
William Grant e727851fdc test: finished signInByLinkingDevice 2 years ago
Audric Ackermann ab718c2343
Merge pull request #3071 from Bilb/fix-password-window-crash
Fix password window crash
2 years ago
Audric Ackermann 7f1e3ed8d8 feat: remove custom icon for toasts as only used once 2 years ago
Audric Ackermann f304a5239f fix: app start password window crash 2 years ago
William Grant 76e5260285 fix: set min height and width for unread acount for scroll button
single digits rendered weirdly
2 years ago