Commit Graph

337 Commits (unstable)

Author SHA1 Message Date
yougotwill 72940c6221 fix: dont use white for the copy url button in the modal 5 months ago
Audric Ackermann b36e18b6f4
fix: time&date format are not dependent on crowdin supported locales 7 months ago
Audric Ackermann 2a87d077e5
chore: title for display picture set was incorrect 7 months ago
Audric Ackermann 9ddd50f82c
test: add data-testid to all context menu items 7 months ago
Audric Ackermann 95f2f42243
fix: openUrl modal confirm action should say "open"
and not "open url"
7 months ago
Audric Ackermann 197ea88861
fix: addressing more PR reviews 7 months ago
Audric Ackermann 7611f07b09
chore: address PR 184 reviews 7 months ago
Audric Ackermann 9c2ef47988
fix: address PR review 7 months ago
Audric Ackermann 2a1d969fa5
fix: delete account failed modal strings 7 months ago
Audric Ackermann b6d5dd20fa
fix: spacing in modal for emoji clear all 7 months ago
Ryan Miller 70d83c1b7e chore: rename I18n component to Localizer 7 months ago
Audric Ackermann 59303cf7d0 fix: use correct strings for nickname dialog desc/actions
also force the maxwidth so we have a narrower dialog
7 months ago
Audric Ackermann 25cf11f86a feat: call setName/setNameTruncated depending on usecase for nts 7 months ago
Ryan Miller 9cf5e3f207 fix: type safety for generated i18n args 7 months ago
Ryan Miller 92857101cd fix: password modal strings 7 months ago
Audric Ackermann 796eb43583 fix: latest crowdin fetches
still some issues, need to fix the emoji translated string
7 months ago
Audric Ackermann de4ade8e34 Merge remote-tracking branch 'upstream/unstable' into standardised_strings 7 months ago
Audric Ackermann 6068b63afc
fix: fix remove password show errors 7 months ago
Ryan Miller 017b4f564d chore: cleanup strings usages 7 months ago
Ryan Miller b8494b6948 chore: fix strings 7 months ago
Audric Ackermann 8c0f6ea4e0 fix: title for change group name & members dialog 7 months ago
Audric Ackermann 122751ffe3 fix: quitmodal warning was empty 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 1789ac30c8 fix: break down i18n file and remove translations from redux 8 months ago
Audric Ackermann 8e129e28c7 feat: add block/unblock modal 8 months ago
Audric Ackermann f5812b6fce chore: lint 8 months ago
Audric Ackermann 68a1953389 fix: don't trim entered passwords 8 months ago
Audric Ackermann 2dcacb3932 fix: disable password buttons/enter when no pw given 8 months ago
Ryan Miller f9fb345599 feat: window i18n types and docs with safe setup and fallbacks 8 months ago
Ryan Miller 4ffa754802 feat: locale as args for modals and localized formatted html strings 8 months ago
Audric Ackermann 95476fba2f feat: move openUrl modal to its own as maxHeight is linked to url len 8 months ago
Audric Ackermann 718b814902 fix: toast stripped function fetch cannot run on import 8 months ago
Audric Ackermann b48bfef58d fix: toast strings are stripped as we don't render html there 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 c101f4eeb5 fix: multiline inputs now grow instead of scroll when the content is tall 8 months ago
yougotwill 7708bc97c1 fix: make sure to show scroll bar on fixed height session input 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
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 7f2660e615 fix: return to qr view on profile modal when exiting the lightbox 8 months ago
yougotwill 8260f0481b fix: session input with textarea now centers content correctly 8 months ago
yougotwill eaeabaf813 fix: dont trim display name when sanitizing
trim on submission
8 months ago
Ryan Miller 79f3f35977 feat: update strings usages and library 8 months ago
William Grant 145b722369 feat: fixed member layout in update group modals 8 months ago
William Grant 3192bcc1c2 feat: fixed member layout in invite contancts and remove mods modals 8 months ago
yougotwill 8ea7daae45 fix: overflow in session modal title
user details dialog is now a fixed width
9 months ago
yougotwill 87b922daff fix: ran formatter 9 months ago
yougotwill 39d8ad11e5 fix: a whole bunch of circular depdencies
for various convo duck, convo interactions, convo model and opengroup types
9 months ago