Commit Graph

145 Commits (e69ffc6bbe947c04b41f9aec90e3784bcc7ad651)

Author SHA1 Message Date
yougotwill 3ad09b38a4 fix: update translation link
show external link on hover
1 year ago
William Grant 490e4957f4 feat: click on qr codes now opens the lightbox
lightbox now supports saving data blobs
1 year ago
William Grant d1a06a93de feat: option to save qr codes with no colors by default 1 year ago
William Grant b459bf9570 fix: generate colors for the QR code in a hook that also converts svgs to data urls
we no longer need to update the svgs manually
1 year ago
William Grant 11b3a0ece1 feat: upgraded react-qrcode-logo to v3 1 year ago
William Grant 59e6074429 fix: since the pass hash is in the items table we can call it from storage
added storage function getPasswordHash and use everywhere, warn user to restart the app
1 year ago
William Grant 268266d808 fix: pick keys for icon prop in setting list item title since we dont use all of them 1 year ago
William Grant fb68af94f1 fix: no need for reactnode or string type
reactnode supports strings
1 year ago
William Grant 4f44a7a5fa feat: refactor theme state
added hooks for is light or dark theme and cleaned up any references
1 year ago
William Grant 4174ed5715 fix: resolve typos 1 year ago
William Grant 341fa8b774 feat: recovery password settings flow done
added aria label and datatestid support to SessionQRCode
1 year ago
William Grant afca070e76 feat: added copy to clipboard icon button 1 year ago
William Grant 9bf7126f02 fix: replace setAccountPasswordTitle with lockApp string 1 year ago
William Grant df515cacb6 feat: improved zoom slider behaviour and styling
updated rc-slider, fixes issue where zoom happens before you release the mouse
1 year ago
William Grant f245f6d1d9 fix: added missing & selector to all pseudo events 1 year ago
William Grant 452b1b8539 fix: use localised strings for qr password toggle button 1 year ago
William Grant fb3a87a5f5 feat: added new hide recovery password modal
when we turn on the setting we prevent any recovery phrase ui from loading and return null
1 year ago
William Grant 862b8343e7 feat: added hide password permenantly ui 1 year ago
William Grant bddac7a849 feat: added icons to all settings categories 1 year ago
William Grant 705d9622cd fix: recovery password text now uses primary text color for light modes 1 year ago
William Grant bb27570a90 fix: make qr code update correctly if theme changes
even if visible, there is some flickering with the logo that I have been unable to fix.
1 year ago
William Grant a629fa560c feat: created new recovery phrase ui and qr code with toggling
also allow setting description to render html so we can have line breaks
1 year ago
William Grant fd722d1f2f feat: swapped out seed modal for settings category page
still work on category component but password protection works nicely
1 year ago
William Grant d4a8b555c6 Merge branch 'unstable' into feat/ses-825/onboarding2 1 year ago
Audric Ackermann 51c307af25 chore: fix PR reviews 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
Audric Ackermann 4589bde672 chore: moved more types to ReduxTypes.d.ts 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 bc196286bc Merge branch 'unstable' into feat/ses-1560/unit-tests 2 years ago
Audric Ackermann f5deb69df9 chore: make SessionSettingsView a functional component 2 years ago
Audric Ackermann 452d48b36e feat: dont password protect the settings except the seed one 2 years ago
William Grant 68f8d12aa5 feat: recovery phrase to recovery password 2 years ago
William Grant 9be21ce879 Merge branch 'unstable' into feat/ses-897/steps-create-account 2 years ago
Audric Ackermann 5b58a5194b fix: make onClickClose on confirmModal mandatory 2 years ago
William Grant b81d5a3d7a refactor: clean up remaining global React import calls
import specific types from react package
2 years ago
William Grant a098638bc0 refactor: remove unnecessary react imports
you don't need it from react 17
2 years ago
Audric Ackermann 5f0888d144 fix: make sure all dialog "cancel" cancel the dialog 2 years ago
William Grant aea4fd7ad9 Merge branch 'userconfig_disappearingmessage' into feature/ses-558/more-message-information 2 years ago
Kee Jefferys cf49839bde
Merge branch 'unstable' into follow-system-theme 2 years ago
Kee Jefferys 358e95621d fix: refactor and move various functions 2 years ago
William Grant f64f88c013 feat: new useDisappearingMessageSettingText hook
fixed styling on panel components
2 years ago
Kee Jefferys 2fe29ca30e feat: implement setting to follow system theme
feat: check theme congruence on startup and on native theme update

fix: make toggle and startup following work

fix: should return here, but this breaks things
2 years ago
Kee Jefferys b8ef827e62 fix: update usage of string and bool in radio group 2 years ago
Kee Jefferys ff09d8e104 fix: disable eslint, refactor function 2 years ago
Keejef 95117afeea fix: Refactor settings to use Redux
Refactor setting to use boolean which is stored in redux
2 years ago
keejef 8f2a41bc13 feat: Allow enter to break line in settings
https://github.com/oxen-io/session-desktop/issues/1486
2 years ago
Audric Ackermann 84deed19f9 feat: add block msg requests from sogs 2 years ago
Audric Ackermann c796afe4c8 Merge remote-tracking branch 'upstream/unstable' into integration_tests_2 2 years ago
Emily b7e0d08a25 Adds data-testid to toggle to enable read receipts 2 years ago
Audric Ackermann 41ca0666ce chore: remove () => void for misused promises 2 years ago