William Grant
208d9cc0eb
Merge branch 'unstable' into feat/ses-50/onboarding
1 year ago
Audric Ackermann
85c247eaf0
fix: focustrap when no buttons are mounted right away
1 year ago
William Grant
bc196286bc
Merge branch 'unstable' into feat/ses-1560/unit-tests
1 year ago
William Grant
97cd21a77e
Merge branch 'unstable' into feat/ses-899/user_profile_poll
1 year ago
Audric Ackermann
f6b1eac5ad
Merge pull request #2996 from KeeJef/unread-message-scroll-button-changes
...
Add unread message count indicator per conversation
1 year ago
Audric Ackermann
444e60ce89
fix: use 999+ for convo unread count, but 99+ for global one
1 year ago
William Grant
fd4e1525cb
Merge branch 'unstable' into feat/ses-50/onboarding
1 year ago
Audric Ackermann
cef59be005
fix: ellipsis on name rather than pubkey
...
also cleaned up our contexts a little bit
1 year ago
Audric Ackermann
53059135ee
fix: tsc does not overwrite workers compiled content
1 year ago
William Grant
b81d5a3d7a
refactor: clean up remaining global React import calls
...
import specific types from react package
1 year ago
William Grant
a098638bc0
refactor: remove unnecessary react imports
...
you don't need it from react 17
1 year ago
Audric Ackermann
5f0888d144
fix: make sure all dialog "cancel" cancel the dialog
1 year ago
Audric Ackermann
571d593c38
fix: fix small ui issues after merge of multiple PRs
1 year ago
Audric Ackermann
ae95649ad2
chore: lint
1 year ago
Audric Ackermann
24887dd05b
Merge branch 'feature/ses-145/leave-conversation-update' into userconfig_disappearingmessage
1 year ago
Audric Ackermann
615722434b
feat: merge expiring stopwatch and messagestatus together
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
d43d6abbae
chore: replace tslint with eslint and fix linting issues
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
William Grant
d40b2d16b8
fix: show interaction even if a user is typing
2 years ago
Audric Ackermann
fed58161a0
fix: address PR reviews and optimize search results
2 years ago
Audric Ackermann
f2cddb83c8
chore: broke apart big Message selectors into smaller ones
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
68a94117a0
fix log string in interactionItem
2 years ago
William Grant
b67d52382d
feat: updated right panel leave button
...
added community leave failed text, handle leaving conversation with no name
2 years ago
William Grant
38c6cb0d7d
feat: finished note to self and 1o1 conversation leaving and hiding
2 years ago
William Grant
de614109d0
feat: added lastMessageId to convo model to uniquely identify a lastMessage
2 years ago
William Grant
30b486c80e
feat: clear converation interactions if a new message appears in a chat
...
currently on checks text we need it to be more unique
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
96fcbf1345
feat: added start enum to interaction status
...
improved error handling, consolidated types
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
55a2767fce
feat: do not approve a convo before sending the first message
...
but still sync it's state through the createdAt with libsession util
2 years ago
Audric Ackermann
0050352470
chore: move selected convo selectors to another file
2 years ago
Audric Ackermann
1c50aacc34
chore: remove groupModerators sogs from the db, store in redux only
2 years ago
Audric Ackermann
bf2456df8e
chore: do not store mentionedUs and unreadCount as attribute in convo
2 years ago
William Grant
bc325a6ffe
fix: resolved unread notification and mentiond colors
3 years ago
William Grant
cf8a66a82b
fix: resolved all outstanding theming todos
3 years ago
William Grant
9ee89fd099
feat: made more progress with left pane and left more comments
3 years ago
William Grant
2cb7e72f68
feat: starting theming work on left pane and commented on areas that will need to be fixed
3 years ago
Audric Ackermann
970e719229
chore: move session radio group to styled components
...
also clean up unused css
and move some elements from OverlayClosedGroup to styled components
3 years ago
Audric Ackermann
242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver ( #2347 )
...
* Added Onionv4 support to file server, sogs and pn server
* Added blinded message support
* Updated endpoints for sogs and file server to remove legacy ones
3 years ago
warrickct
ee9156d4f8
Merge clearnet into message-request-ui
3 years ago
warrickct
d627b8e11d
Requesting flow working with sending message as acceptance.
3 years ago
audric
247cb7c065
cleanup dependencies
3 years ago