Commit Graph

176 Commits (unstable)

Author SHA1 Message Date
Audric Ackermann f196513c01
fix: do not shrink buttons in settings 7 months ago
Audric Ackermann 7611f07b09
chore: address PR 184 reviews 7 months ago
Audric Ackermann 9c2ef47988
fix: address PR review 7 months ago
Ryan Miller 70d83c1b7e chore: rename I18n component to Localizer 7 months ago
Audric Ackermann 0b579a5fa3 fix: small issues raised by QA for strings 7 months ago
Audric Ackermann de4ade8e34 Merge remote-tracking branch 'upstream/unstable' into standardised_strings 7 months ago
Will G 1306300e4c
Merge pull request #3178 from Bilb/fix-onboarding-integration-tests
Fix onboarding integration tests
7 months ago
Audric Ackermann 996db72f96
chore: address PR comments 7 months ago
Audric Ackermann e9a03bdfba
fix: wait for password input in settings page 7 months ago
Audric Ackermann 3d4a8ff8df chore: cleaned package.json & string TODOs 7 months ago
Audric Ackermann 9754a095be fix: use hidemenu desc & download file with filetype 7 months ago
Audric Ackermann a7324a8d84 Merge remote-tracking branch 'upstream/unstable' into standardised_strings 7 months ago
Audric Ackermann 8e129e28c7 feat: add block/unblock modal 8 months ago
yougotwill e22d044913 feat: added new save logs to desktop
use instead of showing the debug window
8 months ago
Ryan Miller 4ffa754802 feat: locale as args for modals and localized formatted html strings 8 months ago
Audric Ackermann 718b814902 fix: toast stripped function fetch cannot run on import 8 months ago
Audric Ackermann 1f366b6d8b fix: more i18n changes 8 months ago
Audric Ackermann 4f44eecd6b fix: update with latest changes from crowdin
not compiling yet
8 months ago
Audric Ackermann d152ce946b Merge remote-tracking branch 'upstream/unstable' into standardised_strings 8 months ago
yougotwill 53308f6183 fix: setting the password no longer requires a restart
make sure to set the password hash on storage after the database is updated
8 months ago
Will G cd706cd367
Merge pull request #3139 from yougotwill/fix/ses-2514/settings_icon_alignment 8 months ago
yougotwill e7fe246def fix: align recovery password shield on settings page 8 months ago
yougotwill e60d8c36a0 Merge branch 'unstable' into fix/ses-2426/block_contacts_height 8 months ago
Ryan Miller 005efc8952 Merge branch 'unstable' into standardised_strings_merge
# Conflicts:
#	.gitignore
#	_locales/en/messages.json
#	ts/components/DebugLogView.tsx
#	ts/components/SessionWrapperModal.tsx
#	ts/components/basic/SessionHTMLRenderer.tsx
#	ts/components/basic/SessionRadio.tsx
#	ts/components/buttons/MenuButton.tsx
#	ts/components/conversation/SessionConversation.tsx
#	ts/components/conversation/SubtleNotification.tsx
#	ts/components/conversation/TimerNotification.tsx
#	ts/components/conversation/composition/CompositionBox.tsx
#	ts/components/conversation/message/message-content/MessageText.tsx
#	ts/components/conversation/message/message-item/InteractionNotification.tsx
#	ts/components/conversation/message/reactions/ReactionPopup.tsx
#	ts/components/conversation/right-panel/overlay/OverlayRightPanelSettings.tsx
#	ts/components/conversation/right-panel/overlay/disappearing-messages/DisappearingModes.tsx
#	ts/components/conversation/right-panel/overlay/disappearing-messages/OverlayDisappearingMessages.tsx
#	ts/components/dialog/BanOrUnbanUserDialog.tsx
#	ts/components/dialog/DeleteAccountModal.tsx
#	ts/components/dialog/EditProfileDialog.tsx
#	ts/components/dialog/ModeratorsAddDialog.tsx
#	ts/components/dialog/OnionStatusPathDialog.tsx
#	ts/components/dialog/ReactListModal.tsx
#	ts/components/dialog/SessionSeedModal.tsx
#	ts/components/dialog/SessionSetPasswordDialog.tsx
#	ts/components/dialog/UserDetailsDialog.tsx
#	ts/components/leftpane/LeftPaneSectionHeader.tsx
#	ts/components/leftpane/LeftPaneSettingSection.tsx
#	ts/components/leftpane/conversation-list-item/InteractionItem.tsx
#	ts/components/leftpane/overlay/OverlayClosedGroup.tsx
#	ts/components/leftpane/overlay/OverlayCommunity.tsx
#	ts/components/leftpane/overlay/OverlayMessage.tsx
#	ts/components/leftpane/overlay/SessionJoinableDefaultRooms.tsx
#	ts/components/leftpane/overlay/choose-action/ContactsListWithBreaks.tsx
#	ts/components/leftpane/overlay/choose-action/OverlayChooseAction.tsx
#	ts/components/menu/Menu.tsx
#	ts/components/registration/RegistrationStages.tsx
#	ts/components/registration/RegistrationUserDetails.tsx
#	ts/components/registration/SignInTab.tsx
#	ts/components/registration/SignUpTab.tsx
#	ts/components/settings/SessionSettings.tsx
#	ts/components/settings/SessionSettingsHeader.tsx
#	ts/components/settings/ZoomingSessionSlider.tsx
#	ts/components/settings/section/CategoryAppearance.tsx
#	ts/components/settings/section/CategoryHelp.tsx
#	ts/components/settings/section/CategoryPermissions.tsx
#	ts/components/settings/section/CategoryPrivacy.tsx
#	ts/hooks/useParamSelector.ts
#	ts/mains/main_renderer.tsx
#	ts/models/message.ts
#	ts/node/menu.ts
#	ts/node/tray_icon.ts
#	ts/session/constants.ts
#	ts/session/disappearing_messages/timerOptions.ts
#	ts/session/utils/Toast.tsx
#	ts/state/selectors/search.ts
#	ts/test/session/unit/selectors/conversations_test.ts
#	ts/types/LocalizerKeys.ts
#	ts/types/Util.ts
#	ts/window.d.ts
#	yarn.lock
8 months ago
yougotwill fd7d6e322b fix: recovery qr toggle shortcut 8 months ago
Audric Ackermann 4b0b813362 fix: blocked list overflow by setting parent width correctly 8 months ago
Ryan Miller 79f3f35977 feat: update strings usages and library 8 months ago
William Grant 5a68985f4a fix: blocked list layout and list rendering overflow 8 months ago
yougotwill a2310439db fix: blocked list is now accessible on smaller screens
prevent name overflow
8 months ago
yougotwill 39d8ad11e5 fix: a whole bunch of circular depdencies
for various convo duck, convo interactions, convo model and opengroup types
8 months ago
yougotwill 3ad09b38a4 fix: update translation link
show external link on hover
9 months ago
William Grant 490e4957f4 feat: click on qr codes now opens the lightbox
lightbox now supports saving data blobs
9 months ago
William Grant d1a06a93de feat: option to save qr codes with no colors by default 10 months 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
10 months ago
William Grant 11b3a0ece1 feat: upgraded react-qrcode-logo to v3 10 months 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
10 months ago
William Grant 268266d808 fix: pick keys for icon prop in setting list item title since we dont use all of them 10 months ago
William Grant fb68af94f1 fix: no need for reactnode or string type
reactnode supports strings
10 months ago
William Grant 4f44a7a5fa feat: refactor theme state
added hooks for is light or dark theme and cleaned up any references
10 months ago
William Grant 4174ed5715 fix: resolve typos 10 months ago
William Grant 341fa8b774 feat: recovery password settings flow done
added aria label and datatestid support to SessionQRCode
10 months ago
William Grant afca070e76 feat: added copy to clipboard icon button 11 months ago
William Grant 9bf7126f02 fix: replace setAccountPasswordTitle with lockApp string 11 months ago
William Grant df515cacb6 feat: improved zoom slider behaviour and styling
updated rc-slider, fixes issue where zoom happens before you release the mouse
11 months ago
William Grant f245f6d1d9 fix: added missing & selector to all pseudo events 11 months ago
William Grant 452b1b8539 fix: use localised strings for qr password toggle button 11 months 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
11 months ago
William Grant 862b8343e7 feat: added hide password permenantly ui 11 months ago
William Grant bddac7a849 feat: added icons to all settings categories 11 months ago
William Grant 705d9622cd fix: recovery password text now uses primary text color for light modes 11 months ago