Audric Ackermann
|
9156ec83a7
|
fix: make inviteAsAdmin a useState and not featureFlag
|
3 months ago |
Audric Ackermann
|
64a3360def
|
fix: use nickname for group update messages if available
|
5 months ago |
Audric Ackermann
|
9507cded10
|
fix: refresh new Overlay of group with changes from unstable
|
5 months ago |
Audric Ackermann
|
d2dd98cd9d
|
fix: various PR reviews, fixes for integration tests
|
5 months ago |
Audric Ackermann
|
89e2115f95
|
chore: fix datatestids
|
5 months ago |
Audric Ackermann
|
3087604c1a
|
fix: address most PR reviews
|
5 months ago |
Audric Ackermann
|
143759ff92
|
fix: we want the sorting order to be jumpy for groups
apparently
|
5 months ago |
Audric Ackermann
|
f4d0e369c9
|
fix: send group update promote message and display them
|
6 months ago |
Audric Ackermann
|
9c098ff3a8
|
fix: group member list is all unselected by default
|
6 months ago |
Audric Ackermann
|
745a20d1bc
|
fix: fetched latest strings. app starts
|
6 months ago |
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
|
74aa448631
|
chore: commit before merge unstable
|
7 months ago |
Audric Ackermann
|
7611f07b09
|
chore: address PR 184 reviews
|
8 months ago |
Audric Ackermann
|
9c2ef47988
|
fix: address PR review
|
8 months ago |
Audric Ackermann
|
0b579a5fa3
|
fix: small issues raised by QA for strings
|
8 months ago |
Audric Ackermann
|
5a7da00d00
|
feat: remove moment and replace with date-fns
|
8 months ago |
Audric Ackermann
|
4f44eecd6b
|
fix: update with latest changes from crowdin
not compiling yet
|
9 months ago |
Audric Ackermann
|
d152ce946b
|
Merge remote-tracking branch 'upstream/unstable' into standardised_strings
|
9 months ago |
yougotwill
|
2b448dc596
|
fix: if a group is missing a joinedAt value we use fallback value
so we can poll for it and display it in the convo list
|
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 |
yougotwill
|
f5c396ee0a
|
fix: made group members list match contacts list style on create group page
|
9 months ago |
William Grant
|
9f779a86c7
|
fix: revert virtualized group members list
since it caused overflow, disabled buttons when making a group
|
9 months ago |
yougotwill
|
07cfa67cc9
|
fix: no overflow in group members list in overlay
|
9 months ago |
yougotwill
|
182f5605a5
|
fix: replace MAX_GROUP_NAME_LENGTH
using libsession BASE_GROUP_MAX_NAME_LENGTH
|
9 months ago |
William Grant
|
8915971c48
|
fix: more review feedback
|
11 months ago |
William Grant
|
819d67aa97
|
fix: improvements to closedGroupOverlay including virtualize member list
createClosedGroupWithErrorHandling errorHandler changed to onError, simplify search checks
|
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
|
6477d73c7b
|
feat: updated onion status and spinner aimations
|
11 months ago |
William Grant
|
f68fc684fe
|
feat: improved search for create group
|
11 months ago |
William Grant
|
698eb147f0
|
fix: rename fontSize and disableOnBlur on Sessioninput
|
11 months ago |
William Grant
|
e5625cac76
|
feat: updated SessionInput to support multiple font sizes
this replaces the bigger text option, new props required, tabIndex, inputRef
|
11 months ago |
Audric Ackermann
|
6f7e576604
|
feat: add notice banner for deprecating group and inviting users
|
11 months ago |
William Grant
|
2b95e6a283
|
feat: session input styles are now separated into per styling
monospaced, biggerText, isTextArea
|
1 year ago |
William Grant
|
76f5ad1322
|
feat: consolidate remaining sessioneditable instances
fix styles for other overlays
|
1 year ago |
William Grant
|
e96519445d
|
feat: removed overlayheader
moved some parts into the leftpanesectionheader
|
1 year ago |
Ryan Miller
|
5f53b3fe8f
|
feat: replace and add changed and new localized strings
|
1 year ago |
William Grant
|
3250a2819f
|
feat: moved spinners into new loading folder
converted session-loader sass to styled components
|
1 year ago |
William Grant
|
a098638bc0
|
refactor: remove unnecessary react imports
you don't need it from react 17
|
1 year ago |
Audric Ackermann
|
1c6182a235
|
Merge branch 'closed-group-chunk2' of github.com:Bilb/session-desktop into closed-group-chunk2
|
1 year ago |
Audric Ackermann
|
2371dba5ee
|
Merge branch 'unstable' into closed-group-chunk2
|
1 year ago |
Audric Ackermann
|
fda6ca315c
|
fix: allow contacts without didApproveMe to be invited to group
|
1 year ago |
William Grant
|
22402a5f73
|
refactor: rename overlaymode to leftoverlaymode
|
1 year ago |
Audric Ackermann
|
e5c76d3b70
|
feat: group message requests kind of working
still need to have them visible in the msg request only
|
1 year ago |
Audric Ackermann
|
b8876ebbfe
|
feat: add subaccount auth
|
2 years ago |
Audric Ackermann
|
b53264593b
|
feat: preload name of group from usergroup wrapper
until we get the groupinfo name from polling
|
2 years ago |
Audric Ackermann
|
cce1e89cdf
|
fix: fallback to roboto if Loor does not have glyphs
|
2 years ago |
Audric Ackermann
|
d43d6abbae
|
chore: replace tslint with eslint and fix linting issues
|
2 years ago |
Audric Ackermann
|
fed58161a0
|
fix: address PR reviews and optimize search results
|
2 years ago |
Audric Ackermann
|
d7bcf1026f
|
fix: refactor snodeRPC to use snode batching
|
2 years ago |