William Grant
ed92122c3d
feat: finished styling success screen
...
need to test logic a bit more to make sure that I am happy
1 year ago
William Grant
547ab9b1b2
feat: start working on account create success screen
...
on conversations view
1 year ago
William Grant
8aac036bca
feat: updated display name
...
show error when display name is too long
1 year ago
William Grant
4e2101a9e5
feat: setup UI and state for account create display name step
1 year ago
William Grant
f6a6b11f7b
feat: updated onboarding header
...
added external link buttons, removed accentText and added new svgs
1 year ago
William Grant
9be21ce879
Merge branch 'unstable' into feat/ses-897/steps-create-account
1 year ago
William Grant
b10873c64a
feat: updated tos and privacy policy on registration link
...
intial run at legal links modal
1 year ago
Ryan Miller
45eae6e956
fix: add withAcceleratorPrefix function to remove accelerator prefixes from locale strings
1 year ago
Audric Ackermann
86d9150b45
fix: text in msg ctx menu disappearing timer
1 year ago
William Grant
75d51d09e2
feat: added SessionProgressBar
...
added copy for onboarding account loading
1 year ago
Audric Ackermann
33ddf51ba6
fix: add some debugging messageinfo (not released)
1 year ago
Audric Ackermann
571d593c38
fix: fix small ui issues after merge of multiple PRs
1 year ago
Audric Ackermann
24887dd05b
Merge branch 'feature/ses-145/leave-conversation-update' into userconfig_disappearingmessage
1 year ago
William Grant
aea4fd7ad9
Merge branch 'userconfig_disappearingmessage' into feature/ses-558/more-message-information
1 year ago
Audric Ackermann
2c479eb8d5
fix: make fileserver request retry
1 year ago
Audric Ackermann
a203ea79cd
Merge remote-tracking branch 'oxen/unstable' into userconfig_disappearingmessage
1 year ago
Audric Ackermann
5f53a44f6c
fix: do not show DaR/S followsetting button for legacy
1 year ago
Audric Ackermann
19e9e0311e
feat: add cleanup of old expire update in history
...
we only keep one from each sender
1 year ago
Audric Ackermann
543c80bbe3
fix: add most of new designs (own setting) for disappear v2 messages
1 year ago
Kee Jefferys
cf49839bde
Merge branch 'unstable' into follow-system-theme
1 year ago
Audric Ackermann
f65895f013
Merge pull request #2955 from KeeJef/settings-update
...
feat: Allow enter to break line in settings
1 year ago
Audric Ackermann
615722434b
feat: merge expiring stopwatch and messagestatus together
1 year ago
Kee Jefferys
358e95621d
fix: refactor and move various functions
1 year ago
Kee Jefferys
2fe29ca30e
feat: implement setting to follow system theme
...
feat: check theme congruence on startup and on native theme update
fix: make toggle and startup following work
fix: should return here, but this breaks things
2 years ago
William Grant
c9a8ea2b81
feat: removed MessageDetails and added MessageInfo
...
added other components
2 years ago
Kee Jefferys
143753566d
feat: alias saved messages with note to self
2 years ago
William Grant
4307372174
fix: unblockGroupToSend copy change
2 years ago
keejef
8f2a41bc13
feat: Allow enter to break line in settings
...
https://github.com/oxen-io/session-desktop/issues/1486
2 years ago
William Grant
85f270b67a
Merge branch 'unstable' into userconfig_disappearingmessage
2 years ago
Audric Ackermann
bc081df17d
Merge branch 'unstable' into feature/ses-476/remove-profile-picture
2 years ago
William Grant
43276b069e
Merge branch 'unstable' into userconfig_disappearingmessage
2 years ago
Audric Ackermann
84deed19f9
feat: add block msg requests from sogs
2 years ago
William Grant
ed2a372ca3
Merge branch 'unstable' into feature/ses-145/leave-conversation-update
2 years ago
William Grant
178ea03af7
fix: cleanup
2 years ago
William Grant
ebeaec2080
feat: initial work for set display picture modal done
...
still need to do logic and handle multiple modals on screen
2 years ago
Audric Ackermann
0e5ca3f731
chore: remove the unblockGroupToSend string as we cannot block a group.
2 years ago
Audric Ackermann
9a7ef4d373
Merge branch 'unstable' into userconfig_disappearingmessage
2 years ago
Audric Ackermann
594eee698b
Merge remote-tracking branch 'upstream/clearnet' into unstable
2 years ago
William Grant
d37aa42084
Merge branch 'unstable' into feature/ses-145/leave-conversation-update
2 years ago
Audric Ackermann
5d2d901aa0
Merge remote-tracking branch 'upstream/unstable' into userconfig_disappearingmessage
2 years ago
Audric Ackermann
43badfa134
fix: virtualize list of search result so input typing is fast
2 years ago
William Grant
d782a0214e
feat: dont save interaction error messages in communities
2 years ago
William Grant
7579ec98e8
feat: updated copy for interaction error messages show in a conversation
2 years ago
William Grant
38c6cb0d7d
feat: finished note to self and 1o1 conversation leaving and hiding
2 years ago
William Grant
9cd95bbcf1
fix: remove AdminLeaveClosedGroupDialog
...
added new leave group dialog strings
2 years ago
William Grant
c492fad4ee
feat: added support for tracking the confirmation process status and its type
...
attempting to show this status inside of the ConversationListItem message section, show confirmation modal when leaving private chats
2 years ago
Audric Ackermann
4637f4609a
Merge remote-tracking branch 'yougotwill/disappearing_messages' into userconfig_disappearingmessage
2 years ago
William Grant
ff4366002b
feat: converted quoteiconcontainer and to styled components
...
added support for generic file icon with consistent design. Still need to support know file types and metdata from the generic file component
2 years ago
William Grant
a07933a8ac
feat: image reply done
...
added localisation for attachment description
2 years ago
Audric Ackermann
c336ad0524
chore: pull translation from crowdin
2 years ago
Audric Ackermann
2a4bbbd587
feat: add the deleteContact and deleteConversation only menu items
2 years ago
William Grant
f3f83505e0
fix: duplicate copy
2 years ago
William Grant
a928aeb76c
feat: improvements to the disabled state and group non-admins settings
...
separated components in OverlayDisappearingMessages
2 years ago
William Grant
03bc6706f6
feat: added legacy mode timer notification copy
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
William Grant
7d0673f7f2
wip: added new legacy mode to panel, improved backwards compatibility
...
legacy mode support in conversation header, added typing for the expireUpdate, next is sending support
2 years ago
William Grant
ac844af691
feat: updated timer notification design and copy
2 years ago
William Grant
13f091eff3
feat: added function for calculating the expire start time
...
updated copy for setting change messages
2 years ago
William Grant
30196a131a
feat: added basic support for different disappearing message modes
...
added expirationType and lastDisappearingMessageChangeTimestamp to conversations table, left a few comments for future work
2 years ago
William Grant
6b06e4a70b
feat: added panel label for timer options
2 years ago
William Grant
46a8801d8e
fix: rebuilt disappearing messages header beause syncthing
2 years ago
William Grant
a42aff35fc
feat: added panel radio buttons that list timer options
2 years ago
Audric Ackermann
0080254286
fix: add NoticeBanner showing when legacy config message received
2 years ago
Audric Ackermann
3ecc89fab3
Merge remote-tracking branch 'upstream/master' into onboarding
2 years ago
Audric Ackermann
faeb95fefd
feat: add block/decline logic to msg request & wrapper
2 years ago
Audric Ackermann
ef6d9f1d51
feat: add empty states for each types of convo
2 years ago
Audric Ackermann
bf2456df8e
chore: do not store mentionedUs and unreadCount as attribute in convo
2 years ago
KeeJef
624433c318
WIP: Update Contributor/Building docs
...
Update error in contributing
2 years ago
Audric Ackermann
0951a9cd9f
Merge pull request #2500 from ianmacd/pr39
...
Retitle left panel 'Conversations', since that's what it displays.
3 years ago
Audric Ackermann
53c57efb89
Merge pull request #2525 from Bilb/fix-displayname-use-bytes
...
fix: displayName allowed length based on bytes rather than char
3 years ago
Audric Ackermann
74b706d121
Merge pull request #2534 from Bilb/add-settings-audio-notifications
...
Add support for audio notifications Windows/MacOS/Linux
3 years ago
Audric Ackermann
f2c8d8e027
fix: display "X active members" for communities in convo header
3 years ago
Audric Ackermann
4913e4d759
fix: center text Session on registration when overflowing in farsi
3 years ago
Audric Ackermann
1478fbf543
chore: update translations for farsi
...
and match more closely english translations from mobile
3 years ago
Audric Ackermann
c4fcac7ddf
feat: add support for audio notifications windows/macOS
3 years ago
Audric Ackermann
4e913f1439
fix: displayName allowed length based on bytes rather than char
3 years ago
Audric Ackermann
e2c3ccef84
Merge pull request #2539 from Bilb/add-toast-react-rate-limit
...
fix: add toast on rate limit hit for reactions
3 years ago
Audric Ackermann
135b9cf34d
fix: add toast on rate limit hit for reactions
3 years ago
Audric Ackermann
b30499568f
fix: copy of in various dialogs
3 years ago
Audric Ackermann
1fb082917f
fix: copy of login screen with password and setting screen
3 years ago
Audric Ackermann
d944379dd7
fix: update copy and clear account modal
3 years ago
Audric Ackermann
dcf2f96c9f
fix: address regression tests UI issues
3 years ago
Audric Ackermann
ffc7ed0b32
fix: aply latests UI tweaks and copy for menu-redesign
3 years ago
Ian Macdonald
e164bd9d5a
Retitle left panel 'Conversations', since that's what it displays.
3 years ago
Audric Ackermann
c2e3e3ca3f
Merge remote-tracking branch 'upstream/clearnet' into ui-redesigns
3 years ago
Audric Ackermann
3ffc470c40
fix: address reviews comment
3 years ago
Ian Macdonald
09654fe4d8
Remove limit on the number of pinned conversations a user may have.
3 years ago
Audric Ackermann
e464d6c573
Merge branch 'settings-redesign' into feature-menu-redesign
3 years ago
Audric Ackermann
0eac74dd07
Merge branch 'dev' into menu-redesign
3 years ago
Audric Ackermann
3915e946b4
Merge branch 'clearnet' into settings-redesign
3 years ago
Audric Ackermann
fed0f0cc2d
Merge pull request #2461 from Bilb/remove-asking-pruning-dialog-start
...
fix: remove the sogs pruning dialog on app start
3 years ago
Audric Ackermann
e14ff787d4
chore: update strings of moderator to admins until we have mods support
3 years ago
Audric Ackermann
55365f817d
Merge remote-tracking branch 'upstream/clearnet' into settings-redesign
3 years ago
Audric Ackermann
4367543224
fix: remove the sogs pruning dialog on app start
...
the settings in ON by default, and can be turned off from the settings
screen.
That dialog was only used until our existing users got asked the
question, which was 3 months ago.
3 years ago
Audric Ackermann
444282e2ec
fix: position of join button and style of disable buttons
...
also add a little animation to the menu button rotation
3 years ago
William Grant
469de252cb
fix: added current emoji to reaction list reactor description
3 years ago
Audric Ackermann
1e202fcdab
feat: add theme switcher +accent color from settings
...
not all of the logic is linked and not all of the colors are there as this is part of theming
3 years ago
William Grant
1a44f5cb66
feat: added additional reactor information to the ReactListModal
3 years ago
William Grant
7a80e18327
fix: improved react popup localisation, review fixes
3 years ago
Audric Ackermann
c54a438f7c
fix: add some aria labels and match QA test
3 years ago