Commit Graph

276 Commits (490e4957f4ee0c5f99ee41ade39963a81308c4b1)

Author SHA1 Message Date
William Grant 490e4957f4 feat: click on qr codes now opens the lightbox
lightbox now supports saving data blobs
1 year ago
William Grant 009795eb3b feat: migrated lightbox to modal state 1 year ago
William Grant 3b17e08ea6 fix: more review feedback part 2 1 year ago
William Grant cf34db53c8 feat: added new hot key hook since useKey doesnt ignore special keys
replaced all alpha numeric shortcuts
1 year ago
William Grant 83a57a3bc6 fix: move shortcuts back into edit profile
use region comments
1 year ago
William Grant 903cfcb613 fix: added skinny brand icon instead of messing with ratios 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 4f44a7a5fa feat: refactor theme state
added hooks for is light or dark theme and cleaned up any references
1 year ago
William Grant c20bda442e fix: improved global window types for persistStore and inboxStore
we now await the persist store purge in deleteDbLocally
1 year ago
William Grant edeed6e4cc fix: separate p tag styles into a component from styledprofilename 1 year ago
William Grant d7a874d0fb fix: specify seconds in onion status glow duration comment 1 year ago
William Grant 3b90d7d1d1 fix: replace keyup event listener with usekey hook
focus password input on mount for convenience
1 year ago
William Grant 2906b3200e fix: use input ref for password value instead of document lookup on pasword modal 1 year ago
William Grant 6f77b9a17d Merge branch 'unstable' into feat/ses-825/onboarding2 1 year ago
William Grant aa87675ad4 feat: added aria label to edit profile qr code 1 year ago
William Grant 93d1a9d430 feat: profile modal flow done
refactored edit profile dialog and extracted out components and keyboard shortcuts
1 year ago
William Grant 4507669961 feat: added aria labels ot tos buttons in modal 1 year ago
William Grant 48fe7b4faa fix: resolve outstanding react-use imports 1 year ago
William Grant afca070e76 feat: added copy to clipboard icon button 1 year ago
William Grant 6477d73c7b feat: updated onion status and spinner aimations 1 year ago
William Grant 6039d9f526 feat: fixed update group name error and session recording light animations 1 year ago
William Grant 4ae133bb67 feat: only center textarea placeholder text and not value in sessioninput 1 year ago
William Grant 94abe60af1 feat: added SessionInput to Profile Modal
layout and style improvements, disable ui during name change, improved keyboard navigation
1 year ago
William Grant 698eb147f0 fix: rename fontSize and disableOnBlur on Sessioninput 1 year ago
William Grant e5625cac76 feat: updated SessionInput to support multiple font sizes
this replaces the bigger text option, new props required, tabIndex, inputRef
1 year ago
William Grant 33b68a2123 feat: created copy to clipboard button 1 year ago
William Grant ccee83596e feat: updated profile modal with style changes
cleaned up old sass and used style components instead
1 year ago
William Grant 70a987453d fix: sender name in react list modal is now truncated 1 year ago
William Grant 40d81d0c66 fix: admins should also be able to clear reactions in communities
not just moderators
1 year ago
William Grant b13e907753 fix: resolve cyclic imports in avatarplaceholder
bt moving types from data module identitykey, guardnode, snode, swarmnode to a separate file
1 year ago
William Grant 51a0fa3b1e fix: removed SeedModal code 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 51534d4cc9 feat: added new hide recovery password setting 1 year ago
William Grant 2eca1447ef fix: improve qr code icon
fixed styling of qr icon on profile modal
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 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 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 d4a8b555c6 Merge branch 'unstable' into feat/ses-825/onboarding2 1 year ago
William Grant 2b95e6a283 feat: session input styles are now separated into per styling
monospaced, biggerText, isTextArea
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 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