Commit Graph

184 Commits (e0d719457f2b180a4ce6156de2519ca1af69deaa)

Author SHA1 Message Date
Audric Ackermann a8372f1b8c
fix: show dialog before deleting group
also deal with leave/delete group silent retries on 401
5 months ago
Audric Ackermann df73ce6798
chore: lint, dedup yarn.lock & address PR comments 5 months ago
Audric Ackermann c3cfd37950
fix: clean up delete/leave group&communities button/menuitems 5 months ago
Audric Ackermann c72b9540b4
fix: use 'delete group' string in right overlay when kicked 5 months ago
Audric Ackermann 3ab94a7e00
feat: allow to not trigger toast on copyToClipboardButton
because the about window doesn't have a full redux store setup, and the
toasts need redux currently
6 months ago
Audric Ackermann cd49729779
chore: make dataTestIds for timer options human readable 6 months ago
Audric Ackermann 7d81fd169e
fix: add datatestid for radio button in PanelIconButton 6 months ago
Audric Ackermann d2dd98cd9d
fix: various PR reviews, fixes for integration tests 6 months ago
Audric Ackermann db22094898
fix: delete messages for groups by admin are marked as deleted 6 months ago
Audric Ackermann 4c4806df47
chore: latest crowdin fetch 7 months ago
Audric Ackermann c2e5c358f1
fix: fixed a bug with delete attachments before not working locally 7 months ago
Audric Ackermann e5724da28c
chore: fixed a bunch of compilation errors after merge
commit before fetching latest strings from crowdin
7 months ago
Audric Ackermann 7d6953812d
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 7 months ago
Audric Ackermann 7611f07b09
chore: address PR 184 reviews 8 months ago
Audric Ackermann 9119fef90a
fix: do not construct expireTimer string by hand 9 months ago
Audric Ackermann 802fe71629
fix: copy account id on right click on msg too 9 months ago
Audric Ackermann bb8ce5fc3b
fix: copy accountId & copy button on messageInfo did not write anything 9 months ago
Audric Ackermann d009ad0209
chore: lint 9 months ago
Audric Ackermann 1a05e78744 fix: always show disappearing desc for group in right panel
previously it was only shown when we were not the admin
9 months ago
Audric Ackermann 996a8d2ead fix: copy body & accountId from right panel msg info 9 months ago
Audric Ackermann 1f69e3b792 fix: add copy msgbody on right panel when msg has a body 9 months ago
Audric Ackermann aa4d024d30 fix: duration for audio/video and disappears in debug right panel 9 months ago
Ryan Miller 9abc90d65f fix: remove extra text from message info localized strings 9 months ago
Audric Ackermann a666c075a5 fix: relative strings localization, latest changes from crowdin 9 months ago
Audric Ackermann a7324a8d84 Merge remote-tracking branch 'upstream/unstable' into standardised_strings 9 months ago
Audric Ackermann 1789ac30c8 fix: break down i18n file and remove translations from redux 9 months ago
Audric Ackermann 5a7da00d00 feat: remove moment and replace with date-fns 9 months ago
yougotwill e6cf7ba488 Merge branch 'unstable' into fix/logs-from-ui-empty 9 months ago
yougotwill e22d044913 feat: added new save logs to desktop
use instead of showing the debug window
9 months ago
Ryan Miller 4ffa754802 feat: locale as args for modals and localized formatted html strings 9 months ago
Audric Ackermann cd3dccea02 fix: use date-fns for abbreviated expire timer 9 months ago
Audric Ackermann 1f366b6d8b fix: more i18n changes 9 months ago
yougotwill b1616d4e13 fix: updated DebugMessageInfo 9 months ago
Audric Ackermann 4f44eecd6b fix: update with latest changes from crowdin
not compiling yet
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
10 months ago
Ryan Miller 79f3f35977 feat: update strings usages and library 10 months ago
yougotwill 87b922daff fix: ran formatter 10 months ago
yougotwill 39d8ad11e5 fix: a whole bunch of circular depdencies
for various convo duck, convo interactions, convo model and opengroup types
10 months ago
William Grant 3b17e08ea6 fix: more review feedback part 2 11 months ago
Audric Ackermann 9b124d384e fix: featureFlag to show some buttons/toggle for QA of group chunk3 11 months ago
Audric Ackermann 9d9844aeb4 feat: make group v2 control messages disappear 12 months ago
Audric Ackermann 2ec6c7f29c feat: handle isDestroyed flag + "you were removed from XXX" 12 months ago
Audric Ackermann 6e137fe69f Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 12 months ago
William Grant e4b27988b0 feat: updated empty message image, typing animation and right panel slide durations 1 year ago
William Grant b6d5c24af4 feat: added updated group icon
add the ability to set custom icon sizes for some buttons
1 year ago
William Grant 20766c4aba feat: added conversation id to debugmessageinfo 1 year ago
William Grant 2e664bfa09 fix: right panel transition is now smoother
transition duration is now set via a function for integration testing  purposes
1 year ago
Audric Ackermann b887850388 chore: disable animations when running in integrationTests 1 year ago
William Grant bc196286bc Merge branch 'unstable' into feat/ses-1560/unit-tests 1 year ago
Ryan Miller 5f53b3fe8f feat: replace and add changed and new localized strings 1 year ago