Ryan Miller
|
017b4f564d
|
chore: cleanup strings usages
|
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 |
William Grant
|
d6ad37ec38
|
feat: show description text when making a message request
disabled conversation header functionality
|
11 months ago |
Ryan Miller
|
5f53b3fe8f
|
feat: replace and add changed and new localized strings
|
1 year ago |
William Grant
|
fd4e1525cb
|
Merge branch 'unstable' into feat/ses-50/onboarding
|
1 year ago |
Audric Ackermann
|
53059135ee
|
fix: tsc does not overwrite workers compiled content
|
1 year ago |
Ryan Miller
|
0e44cc9e0c
|
Merge branch 'standardised_strings' of github.com:Aerilym/session-desktop into standardised_strings
|
1 year ago |
Ryan Miller
|
87986914c9
|
chore: disappearing messages string changes
|
1 year ago |
William Grant
|
9be21ce879
|
Merge branch 'unstable' into feat/ses-897/steps-create-account
|
1 year ago |
Audric Ackermann
|
2a798aed92
|
fix: show timer fixed when off update
|
1 year ago |
William Grant
|
a098638bc0
|
refactor: remove unnecessary react imports
you don't need it from react 17
|
1 year ago |
William Grant
|
f64f88c013
|
feat: new useDisappearingMessageSettingText hook
fixed styling on panel components
|
2 years ago |
William Grant
|
22b0ab5f2f
|
feat: updated panel buttons
add params to panel state to be used in future, not tested yet
|
2 years ago |
William Grant
|
0212166fcc
|
feat: moved disappearing logic to a feature folder
only moved types and timerOptions so far
|
2 years ago |
William Grant
|
cafa9d80ec
|
fix: remove all unneeded tslint comments
fixed some eslint errors
|
2 years ago |
William Grant
|
c73be8aecc
|
fix: use convoId instead of convoName in dep array
for what subtitle to show when changing convos
|
2 years ago |
William Grant
|
fa263430ae
|
fix: remove else and return early
in handleRightPanelToggle
|
2 years ago |
William Grant
|
d6cc4f9c75
|
feat: use custom hook useIsRightPanelShowing
in functional components
|
2 years ago |
William Grant
|
dfe0f6866a
|
fix: conversationheadertitle shortens pubkey
|
2 years ago |
William Grant
|
029db2d73f
|
refactor: useselectedconversationexpirationtype to useselectedconversationdisappearingmode
|
2 years ago |
William Grant
|
250e3d0238
|
refactor: rename expirationType on convo to expirationMode
this means convo has expirationMode and messages have expirationType
|
2 years ago |
William Grant
|
6c47fd274f
|
fix: show disappearing messages subtitle in convo header
when it is toggled on
|
2 years ago |
William Grant
|
e00ea8d55f
|
fix: make sure disappearing messages is the first item in the conversation header subtitle
|
2 years ago |
William Grant
|
82bb74a9df
|
fix: header subtitle correctly supports legacy again
|
2 years ago |
William Grant
|
9d8cca1970
|
feat: convert between conversation and message model disappearing modes in key locations
remove disappearing messages from convo header context menu
|
2 years ago |
William Grant
|
48b1dd4d95
|
fix: resolve useEffect memory leaks in header title component
|
2 years ago |
William Grant
|
c067ac9fc4
|
fix: simplified legacy support in conversationheadertitle
|
2 years ago |
William Grant
|
7342488689
|
fix: conversation header subtitles rerender on every loop
|
2 years ago |
William Grant
|
33a6380683
|
fix: more lint issues
|
2 years ago |
William Grant
|
aad3a3aba2
|
fix: resolved missing selected conversation hooks
still need to fix more issues
|
2 years ago |
Audric Ackermann
|
1d9279c79c
|
chore: merge conversation selectors into a single file
as the circular dependency was causing a createSelector called with
undefined issue on startup without user loggedin
|
2 years ago |
Audric Ackermann
|
4637f4609a
|
Merge remote-tracking branch 'yougotwill/disappearing_messages' into userconfig_disappearingmessage
|
2 years ago |
William Grant
|
992d3d34e4
|
fix: mispell of ConversationHeaderSubtitle
|
2 years ago |
William Grant
|
2fbee2197a
|
fix: checking the subtitle array without casting as bool will produce a string in react
|
2 years ago |
William Grant
|
dd40fba132
|
fix: remove panel-settings panel mode since it is not needed
|
2 years ago |
William Grant
|
a10822bc74
|
feat: improved robustness of changing the conversation header subtitle
the previous logic relied on the length of the subtitles array which didn't account for when it changed depending on the conversation we were on
|
2 years ago |
William Grant
|
a1a3d68e45
|
feat: added data test ids
|
2 years ago |
William Grant
|
8c345cede0
|
fix: added onclick function to subtitle
fixed opening correct settings option depending on header option displayed
|
2 years ago |
William Grant
|
afaaedac3e
|
feat: added proper note to self support
note to self is always delete after send
|
2 years ago |
William Grant
|
157ec74cc1
|
feat: improved conversation header title
|
2 years ago |
William Grant
|
a1e956b3a9
|
feat: made the conversation header subititle into its own component
|
2 years ago |
William Grant
|
64ce39398b
|
feat: conversationHeaderTitle is now keyboard accessible
SessionIconButton is now keyboard accessible if a tabIndex is set to > -1
|
2 years ago |
William Grant
|
4dbbada728
|
feat: added notice banner component
show notice when conversation is in legacy mode, extracted some UI components from the ConversationHeader, updated featureReleaseTimestamp
|
2 years ago |