Commit Graph

186 Commits (b3fffc9caee87e531bfc37a1e65d944c693699b1)

Author SHA1 Message Date
Audric Ackermann b3fffc9cae
fix: fix the control messages not being marked as read sometimes 3 months ago
Audric Ackermann e33f2ed734
chore: useIsMessageSelectioMode hook when needed 3 months ago
Audric Ackermann 42f47c15f6
chore: move cleaning up of groupupdates 3 months ago
Audric Ackermann 5fd5db5a2d
chore: bring back the screenshot notification handling
as it is not removed from all platforms yet
3 months ago
Audric Ackermann 7cf3bcbcf1
chore: cleanup groupUpdates props 3 months ago
Audric Ackermann fac7960cc9
chore: cleanup expireationTimerUpdate msg 3 months ago
Audric Ackermann 35c77accac
chore: cleanup call notification message selectors 3 months ago
Audric Ackermann 7570bc6ba7
chore: cleanup data extraction notification 3 months ago
Audric Ackermann f3cfe57764
chore: cleanup requestresponse & communityinvitation control msg 3 months ago
Audric Ackermann a44dc50d41
chore: address PR comments 4 months ago
Audric Ackermann 6616ac4aa7
fix: fix up string unit tests 4 months ago
Audric Ackermann da39198f97
fix: strings do not load dict from json, but use built ts file 4 months ago
Audric Ackermann 2ef48f5526
chore: more details to requests constructors so we can share more
between wasm/swarm explorer/etc
4 months ago
Audric Ackermann d8bc48938b
fix: show deleted message when outgoing too 5 months ago
Audric Ackermann 53cdcfbe35
chore: address PR reviews 5 months ago
Audric Ackermann 7d6953812d
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 6 months ago
Audric Ackermann 7611f07b09
chore: address PR 184 reviews 8 months ago
Audric Ackermann 9c2ef47988
fix: address PR review 8 months ago
Ryan Miller 70d83c1b7e chore: rename I18n component to Localizer 8 months ago
Ryan Miller 9cf5e3f207 fix: type safety for generated i18n args 8 months ago
Audric Ackermann 1789ac30c8 fix: break down i18n file and remove translations from redux 8 months ago
Audric Ackermann 5a7da00d00 feat: remove moment and replace with date-fns 8 months ago
Ryan Miller 4ffa754802 feat: locale as args for modals and localized formatted html strings 8 months ago
Ryan Miller f7b21ab262 fix: plurals and tag strips in app 8 months ago
Audric Ackermann 0c015b4ea7 fix: group updates localization shares logic with component 8 months ago
Audric Ackermann cd3dccea02 fix: use date-fns for abbreviated expire timer 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
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 79f3f35977 feat: update strings usages and library 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
Audric Ackermann 6e137fe69f Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 11 months ago
William Grant 48fe7b4faa fix: resolve outstanding react-use imports 11 months ago
William Grant e6a26945d5 feat: updated message highlight durations 11 months ago
Audric Ackermann 1796e82bcb fix: add handling of revoked namespace messages 11 months ago
William Grant 1b6abb8b59 feat: restrict importing useMount from react-use directly
it causes app start crashes
12 months ago
Ryan Miller b831914f70 feat: update CallNotificaiton strings and enforce type safety 1 year ago
Ryan Miller 5f53b3fe8f feat: replace and add changed and new localized strings 1 year ago
William Grant 97cd21a77e Merge branch 'unstable' into feat/ses-899/user_profile_poll 1 year ago
Audric Ackermann cc4789cd0f fix: small UI fixes 1 year ago
William Grant fd4e1525cb Merge branch 'unstable' into feat/ses-50/onboarding 1 year ago
Audric Ackermann cef59be005 fix: ellipsis on name rather than pubkey
also cleaned up our contexts a little bit
1 year ago
William Grant 4774c8a669 fix: consolidate isDetailView into one type called hasDetailView
which we import in various components
1 year ago
Audric Ackermann 53059135ee fix: tsc does not overwrite workers compiled content 1 year ago
Audric Ackermann cbccc8c76c fix: notification text based on msg content 1 year ago
Audric Ackermann d6d9bec5ba fix: fixed a bunch of groupv2 chunk2 issues 1 year ago
Audric Ackermann 5867c5af7f fix: added type for all accessibility ids with react.d.ts 1 year ago
William Grant 9be21ce879 Merge branch 'unstable' into feat/ses-897/steps-create-account 1 year ago
Audric Ackermann 95cd0e86f1 Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk2 1 year ago