Commit Graph

5158 Commits (71cc46dfe40f99ec5e65b89a24d90c87b0a31e1a)

Author SHA1 Message Date
William Grant 01bdc6e1cf fix: make sure qr code fits the canvas contents 1 year ago
William Grant 7d890973d5 fix: usemount imports have to be specific
otherwise we can get start errors due to an invalid import by react-use
1 year ago
William Grant 3e1bf049e5 fix: remove extra window 1 year ago
William Grant d346f28942 feat: extracted password to new modal
added shiny hook to password protect anywhere
1 year ago
William Grant b6d5c24af4 feat: added updated group icon
add the ability to set custom icon sizes for some buttons
2 years ago
William Grant 20c0453b9f fix: dont disable text area for outgoing message requests
we only want to disable some of the buttons
2 years ago
William Grant 8ae6dabfd1 feat: hide message preview in convo list item for outgoing requests 2 years ago
William Grant d74edc5b24 feat: disable composition for outgoing message requests
moved composition textarea to functional component
2 years ago
William Grant d6ad37ec38 feat: show description text when making a message request
disabled conversation header functionality
2 years ago
William Grant c54b4d208e fix: was logging the push but not the dump 2 years ago
William Grant 6e3df83aed fix: overlayInvite errors 2 years ago
William Grant 18ef4a62c6 feat: log dumps for debugging restoring accounts
some config messages are not handled correctly and we need to know why
2 years ago
William Grant d4a8b555c6 Merge branch 'unstable' into feat/ses-825/onboarding2 2 years ago
Audric Ackermann 009bc18903
Merge pull request #3094 from Aerilym/change_max_avatar_size
Change max avatar size to match other platforms
2 years ago
William Grant aac90ccd96 feat: finished invite a friend overlay 2 years ago
Ryan Miller c0bb39d4e3
fix: add filesize constant 2 years ago
Ryan Miller 2fb88cfba8
fix: change max avatar size to match other platforms 2 years ago
William Grant 2b95e6a283 feat: session input styles are now separated into per styling
monospaced, biggerText, isTextArea
2 years ago
William Grant 74986eca04 fix: note to self messages from other devices should be outgoing 2 years ago
William Grant dd7f13ed1f feat: invite a friend screen is mostly done 2 years 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
2 years 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
2 years ago
Audric Ackermann 51c307af25 chore: fix PR reviews 2 years ago
Audric Ackermann faa24ce9a6 fix: lint 2 years ago
William Grant 8a4e5d52ff fix: add background colors to logos so the background matches 2 years ago
William Grant 04dc4fe861 fix: the modal header now always centers content correctly 2 years ago
William Grant 0d3c058137 feat: new sessionqrcode component
updated account id and recovery password qr codes with logos
2 years ago
William Grant ab093ffc62 feat: replace react-qr-svg with react-qrcode-logo
updated error correction to 25%
2 years ago
William Grant 551ee4221b fix: cleaned up unused localised strings
since we swapped some toast messages for input messages
2 years 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
2 years ago
William Grant 76f5ad1322 feat: consolidate remaining sessioneditable instances
fix styles for other overlays
2 years ago
Audric Ackermann 4589bde672 chore: moved more types to ReduxTypes.d.ts 2 years ago
Audric Ackermann fb99c3491c chore: remove calls to Storage from settings.tsx 2 years ago
Audric Ackermann 49ab04d2fd chore: move SessionSettingsCategory to .d.ts file
and remove the enum (instead use string union)
2 years ago
William Grant cd3bc727c2 feat: updated ContactsListWithBreaks to show text when empty 2 years ago
William Grant 093da15ba3 feat: updated style for choose action overlay
created new ActionRow component
2 years ago
Audric Ackermann 7f7f0fe26c fix: clear swarms from snodes not in pool on full fetch 2 years ago
William Grant 2a75a715a3 feat: update continue button styles
only show button when users enters something
2 years ago
William Grant 31ef730c8c fix: correct type for style prop on SessionInput 2 years ago
William Grant edb9a24863 feat: new message description and added zendesk link 2 years ago
William Grant 2d7b957d8c feat: closed group pubkeys cannot be used to create new messages 2 years ago
William Grant 20766c4aba feat: added conversation id to debugmessageinfo 2 years ago
William Grant 4decf22241 feat: improved error messaging when starting a new message 2 years ago
William Grant 2f2c214cf5 feat: added some localised strings the create convo screens 2 years ago
William Grant 64bd7b8e5e fix: restore copyOpenGroupURL key
it is still used
2 years 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
Ryan Miller 87fb1701d4
chore: rename fetch functions 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 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
2 years ago
William Grant 5a131c5785 fix: updated pollOnceForDisplayName
we can return the try result directly in the block since the finally will alway be executed
2 years ago
William Grant 6c93639c4b fix: turn off enableLogRedirect 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
Audric Ackermann 52ebcfdbab fix: randomly pick a snode topollfrom until we build a better way 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
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
2 years ago
William Grant d64623311f fix: remove registration test
we dont do redux based unit testing at this time
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
William Grant e97ca2c7f3 test: validity check for signInByLinkedDevice done
made stubs for window whisper and storage
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
William Grant 7e6fb22907 test: registerSingleDevice
started on signInByLinkingDevice
2 years ago
William Grant ba0a10960b test: sanitizeSessionUsername
which is the core function of sanitizeDisplayNameOrToast in onboarding
2 years ago
William Grant 238713e907 test: displayNameIsValid 2 years ago
William Grant d06a294aaa feat: added stubbing for window.i18n 2 years ago
William Grant a139299cd1 fix: review feedback
use isClosedGroup, update comment
2 years ago
William Grant a3c80ad247 fix: legacy groups are unapproved so should allow all notifications
usually if its unapproved we cancel the notification until the request is accepted
2 years ago
Audric Ackermann 2d872cec43 fix: fix polling race with promises 2 years ago
William Grant b291f80117 fix: alignment of ShowHideButton 2 years ago
Audric Ackermann ca597d31fd fix: address PR reviews 2 years ago
Audric Ackermann b5d7a0e5e5 fix: no initial focus set for focustrap 2 years ago
Audric Ackermann ae96936a1a fix: add logs during polling 2 years ago
William Grant a59765d002 fix: padding resoluton for onboarding buttons 2 years ago
Audric Ackermann cfcbc013e5 fix: make sure we only try to delete data once 2 years ago
Audric Ackermann 425e63a4ce fix: message sent status displayed for last outgoing message 2 years ago