Audric Ackermann
|
53059135ee
|
fix: tsc does not overwrite workers compiled content
|
1 year ago |
Ryan Miller
|
d405efbc01
|
fix: enforce password check before modal view for recovery phrase
|
1 year ago |
Audric Ackermann
|
2a798aed92
|
fix: show timer fixed when off update
|
1 year ago |
Audric Ackermann
|
5b58a5194b
|
fix: make onClickClose on confirmModal mandatory
|
1 year ago |
Audric Ackermann
|
5f0888d144
|
fix: make sure all dialog "cancel" cancel the dialog
|
1 year ago |
Audric Ackermann
|
24887dd05b
|
Merge branch 'feature/ses-145/leave-conversation-update' into userconfig_disappearingmessage
|
1 year ago |
William Grant
|
dbd95fbf35
|
fix: sessionconfirm on click callback accepts arguments
now delete modal supports delete for me or everyone
|
1 year ago |
William Grant
|
28517b7624
|
feat: sessionradio now supports being positioned on the right
used in delete message modal
|
1 year ago |
William Grant
|
5dd62f7dd7
|
feat: started adding options to session confirm modal
for delete button in more message info
|
1 year ago |
Audric Ackermann
|
36c297f368
|
chore: wrap text of dialog desc when more than 90c long
|
1 year ago |
William Grant
|
cafa9d80ec
|
fix: remove all unneeded tslint comments
fixed some eslint errors
|
2 years ago |
William Grant
|
85f270b67a
|
Merge branch 'unstable' into userconfig_disappearingmessage
|
2 years ago |
William Grant
|
43276b069e
|
Merge branch 'unstable' into userconfig_disappearingmessage
|
2 years ago |
Audric Ackermann
|
509dd76b49
|
chore: share gh actions logic between workflows
|
2 years ago |
Audric Ackermann
|
c796afe4c8
|
Merge remote-tracking branch 'upstream/unstable' into integration_tests_2
|
2 years ago |
William Grant
|
5285d4240a
|
fix: resolved missing selected conversation hooks imports
|
2 years ago |
William Grant
|
41af1e7865
|
Merge branch 'unstable' into userconfig_disappearingmessage
|
2 years ago |
Audric Ackermann
|
41ca0666ce
|
chore: remove () => void for misused promises
|
2 years ago |
Audric Ackermann
|
ab946e69b1
|
fix: finish updating dependencies
|
2 years ago |
Audric Ackermann
|
d43d6abbae
|
chore: replace tslint with eslint and fix linting issues
|
2 years ago |
William Grant
|
ed2a372ca3
|
Merge branch 'unstable' into feature/ses-145/leave-conversation-update
|
2 years ago |
Audric Ackermann
|
9a7ef4d373
|
Merge branch 'unstable' into userconfig_disappearingmessage
|
2 years ago |
wafflesvsfrankie
|
53558932a7
|
Merge branch 'oxen-io:clearnet' into integration_tests_2
|
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
|
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
|
5d2d901aa0
|
Merge remote-tracking branch 'upstream/unstable' into userconfig_disappearingmessage
|
2 years ago |
Audric Ackermann
|
3eb629e33e
|
fix: cleanup convo selectors to hope to improve performances
|
2 years ago |
William Grant
|
e7f3bb5abf
|
fix: if there is no last message, we still want to display the interaction status
loading state shows correctly in all cases, cleanup as well
|
2 years ago |
William Grant
|
24776c0d5c
|
feat: moved convo model interaction props into the lastMessage logic
this makes it easier to interact with since if an interaction fails we save it to the db as a message
|
2 years ago |
William Grant
|
ad08372f2a
|
feat: added headerReverse prop to SessionConfirm modal
adjusted styling and rendering of confirmation text and sub text
|
2 years ago |
William Grant
|
9cd95bbcf1
|
fix: remove AdminLeaveClosedGroupDialog
added new leave group dialog strings
|
2 years ago |
William Grant
|
45ed2d5c05
|
fix: rename useConversationInteractionState to useConversationInteractionPropsById
extracted useLastMessageFromConvo to param selectors and renamed to useLastMessage, moved InteractionItem into MessageItem
|
2 years ago |
William Grant
|
454e382ce4
|
feat: moved interaction logic to use conversation model
added fail text color to interaction item
|
2 years ago |
William Grant
|
8a7007e7c3
|
feat: added interaction properties to conversation modal and started UI changes in ConversationListItem based on confirming an interaction
still to to port the original modal checks to use thd convo props
|
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
|
461b192f37
|
fix: mod and admin actions on message context menu for communities
|
2 years ago |
Audric Ackermann
|
4637f4609a
|
Merge remote-tracking branch 'yougotwill/disappearing_messages' into userconfig_disappearingmessage
|
2 years ago |
William Grant
|
d706ecdead
|
fix: show authorName in reply ui
|
2 years ago |
William Grant
|
d7bc8213d6
|
fix: community quotes now dont break the app
|
2 years ago |
Emily
|
75c42356c7
|
Adding in data test-id to path light and fixing disappearing messages test
|
2 years ago |
Audric Ackermann
|
2068737cdd
|
fix: break down deleteContact based on convo type
|
2 years ago |
Audric Ackermann
|
3827298078
|
Merge remote-tracking branch 'emily/integration_tests_2' into onboarding-with-integrationtest-2
|
2 years ago |
Emily
|
9e3a569fac
|
Adding tests set nickname, call checks, change profile picture on linked device and unsend message check. Adding into data-testids for aforementioned tests and cleaning up typings
|
2 years ago |
Audric Ackermann
|
2a4bbbd587
|
feat: add the deleteContact and deleteConversation only menu items
|
2 years ago |
Audric Ackermann
|
6f6620f622
|
fix: skip new group messages when receved after group was removed
|
2 years ago |
Audric Ackermann
|
bac2887c28
|
fix: update with latest libsession util
|
2 years ago |
Audric Ackermann
|
44483b7d23
|
fix: use releaseFeature from disappearing message PR as featureFlag
|
2 years ago |
Audric Ackermann
|
8edb1275c2
|
fix: keep updating dumps even if user config feature is off
|
2 years ago |
Audric Ackermann
|
051c4bb262
|
fix: merge the confSyncDumpJob into the confSyncJob
|
2 years ago |