Commit Graph

176 Commits (89e2115f95e00cdf9f1719b7e3e9383390cb14b5)

Author SHA1 Message Date
Audric Ackermann e5724da28c
chore: fixed a bunch of compilation errors after merge
commit before fetching latest strings from crowdin
6 months ago
Audric Ackermann 7d6953812d
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 6 months ago
Audric Ackermann 682bd1fe56
fix: remove need for redux theme from Localizer component 7 months ago
Audric Ackermann 7611f07b09
chore: address PR 184 reviews 8 months ago
Ryan Miller 70d83c1b7e chore: rename I18n component to Localizer 8 months ago
Ryan Miller 2f2c420026 feat: remove custom tag renderer and refactor hover emojis 8 months ago
Ryan Miller 017b4f564d chore: cleanup strings usages 8 months ago
Audric Ackermann 122751ffe3 fix: quitmodal warning was empty 8 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
Ryan Miller ce282cdb98 feat: only sanitize html tags from inputs if they are being used in a html renderer 8 months ago
Ryan Miller 4ffa754802 feat: locale as args for modals and localized formatted html strings 8 months ago
Ryan Miller 702501c453 feat: remove html renderer from all places and use I18n with strict tag stripping 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 b48bfef58d fix: toast strings are stripped as we don't render html there 8 months ago
Audric Ackermann be23ef0e92 Merge branch 'standardised_strings' of github.com:Aerilym/session-desktop into standardised_strings 8 months ago
Ryan Miller a26d8ef61f feat: create custom tag parser and tag renderer 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 e60d8c36a0 Merge branch 'unstable' into fix/ses-2426/block_contacts_height 9 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
9 months ago
Ryan Miller e2952322ba feat: add custom tags for i18n 9 months ago
yougotwill f0836de707 fix: remove unneeded maxWidth
correct text alignment for enter key settings for smaller screens
9 months ago
Ryan Miller 79f3f35977 feat: update strings usages and library 9 months ago
William Grant 55f5cf5c9b feat: added quit modal
when going back during critical onboarding steps it's better to restart the app entirely
10 months ago
William Grant 64b98a70d2 feat: added motion props to AnimatedFlex 11 months ago
William Grant fb68af94f1 fix: no need for reactnode or string type
reactnode supports strings
11 months ago
William Grant 69f4fd2892 feat: added heading component
improved join community suggested rooms stylings
11 months ago
William Grant 111541f228 fix: members list in the group overlay doesnt need a set bg color
removed !important from the transparent color assignment in the session radio
11 months ago
William Grant 8e5ac58bc1 fix: properly type button and input ref 11 months ago
Audric Ackermann 6e137fe69f Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 11 months ago
William Grant 2e2f526405 feat: added aria label support to buttons 11 months ago
William Grant fe64b26012 feat: improved about screen info
more info and copy to clipboard
11 months ago
William Grant 7d7911421e fix: borders on member list items and session radio 11 months ago
William Grant 33b68a2123 feat: created copy to clipboard button 11 months ago
William Grant 5e285043b7 feat: added flex gap support to Flex component 11 months ago
William Grant ccee83596e feat: updated profile modal with style changes
cleaned up old sass and used style components instead
11 months ago
William Grant f245f6d1d9 fix: added missing & selector to all pseudo events 11 months ago
William Grant 0d3c058137 feat: new sessionqrcode component
updated account id and recovery password qr codes with logos
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
William Grant 83e0a61799 fix: simplified SpacerStyled component
added matching css variable to each spacers docstring
1 year ago
William Grant 5cda16d845 fix: renamed button modal-confirm to ghost
moved SessionButton defaults into component
1 year ago
William Grant bc196286bc Merge branch 'unstable' into feat/ses-1560/unit-tests 1 year ago
William Grant e8e7c3a693 fix: lint fixes 1 year ago
Ryan Miller cb31dbcf6f feat: add br tag support to the i18n component for triggering html rendering 1 year ago
Ryan Miller 12ae04b7ec fix: rename SessionHtmlRenderer as prop to tag to work with styled components 1 year ago
Audric Ackermann d267e7ccdc fix: minor ui fixes 1 year ago
Ryan Miller 5f53b3fe8f feat: replace and add changed and new localized strings 1 year ago
Ryan Miller c8a19c1664 fix: add React.ElementType type to SessionHTMLRenderer and rename tag prop to as 1 year ago