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
|
027b412fb2
|
feat: save conversation interaction errors to a message history
|
2 years ago |
William Grant
|
9cd95bbcf1
|
fix: remove AdminLeaveClosedGroupDialog
added new leave group dialog strings
|
2 years ago |
William Grant
|
de614109d0
|
feat: added lastMessageId to convo model to uniquely identify a lastMessage
|
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 |
Audric Ackermann
|
6f6620f622
|
fix: skip new group messages when receved after group was removed
|
3 years ago |
Audric Ackermann
|
ce186517a3
|
chore: lint code
|
3 years ago |
Audric Ackermann
|
0e286142f1
|
chore: add a redux settings slice, currently outdated banner inc
|
3 years ago |
Audric Ackermann
|
3ecc89fab3
|
Merge remote-tracking branch 'upstream/master' into onboarding
|
3 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
|
3 years ago |
Audric Ackermann
|
faeb95fefd
|
feat: add block/decline logic to msg request & wrapper
|
3 years ago |
Audric Ackermann
|
ef6d9f1d51
|
feat: add empty states for each types of convo
|
3 years ago |
Audric Ackermann
|
3ff7281b6a
|
chore: remove isGroup from the redux stored entry
as it is always = !isPrivate
|
3 years ago |
Audric Ackermann
|
f3975b545a
|
feat: use priority for hidden and pinned conversation
|
3 years ago |
Audric Ackermann
|
c3e9d503e4
|
fix: unread count and forced unread is synced
|
3 years ago |
Audric Ackermann
|
1c50aacc34
|
chore: remove groupModerators sogs from the db, store in redux only
|
3 years ago |
Audric Ackermann
|
bf2456df8e
|
chore: do not store mentionedUs and unreadCount as attribute in convo
|
3 years ago |
Audric Ackermann
|
f5efb52fea
|
feat: remove closedgroupv3 uneeded stuff for now
also move the room stuff which can be kept in memory into another redux
slice
|
3 years ago |
Audric Ackermann
|
3c58f9c1e4
|
feat: add a hidden flag for convos and use it with the contactswrapper
|
3 years ago |
mdPlusPlus
|
1d6ed17ac7
|
Fix typos via codespell
|
3 years ago |
Audric Ackermann
|
22329bc745
|
chore: cleanup FIXMEs and remove sig_timestamp as we cannot rely on it
we use timestamp instead of sig_timestamp for store requests
|
3 years ago |
Audric Ackermann
|
2a8d764bfb
|
fix tests
|
3 years ago |
Audric Ackermann
|
32e00227a4
|
Merge pull request #2532 from Bilb/fix-deleted-messages-all-at-once
To merge once theming is done: handle deleted messages & deleted reacts all at once
|
3 years ago |
Audric Ackermann
|
e3006ae157
|
fix: do not return updated messages from markAllRead if not needed
|
3 years ago |
William Grant
|
557c2b8d28
|
feat: classic-dark is now the default theme
|
3 years ago |
William Grant
|
2f0e993af3
|
feat: moved constants into a constants folder
|
3 years ago |
Audric Ackermann
|
0cc7994c12
|
fix: speed up expiration/deletion of messages by batching updates in UI
|
3 years ago |
Audric Ackermann
|
f4c91d0c91
|
fix: link preview rendering
|
3 years ago |
Audric Ackermann
|
e62c1599a5
|
Merge branch 'clearnet' into feat-move-attachments-outside-messagebox
|
3 years ago |
William Grant
|
e14f4832aa
|
feat: added primaryColor to the redux store
|
3 years ago |
William Grant
|
e575bed6ea
|
feat: added sun icon for light color mode
renamed SectionType Moon to ColorMode
|
3 years ago |
William Grant
|
edefa21a2b
|
feat: we can now toggle to the classic dark theme
fixed ocean dark colors and updating theme setting logic
|
3 years ago |
William Grant
|
a54fb65d0b
|
Merge branch 'theming' into theming_left_pane
|
3 years ago |
William Grant
|
3c4fc8d919
|
Merge branch 'clearnet' into theming
|
3 years ago |
Audric Ackermann
|
17742539af
|
fix: disable typing and message request on sogs without `write`
|
3 years ago |
William Grant
|
9ee89fd099
|
feat: made more progress with left pane and left more comments
|
3 years ago |
William Grant
|
6cd81e06f2
|
Merge branch 'ui-redesigns' into theming
|
3 years ago |
Audric Ackermann
|
3ffc470c40
|
fix: address reviews comment
|
3 years ago |
Audric Ackermann
|
1d45aa6f45
|
fix: show loading spinner while sogs is fetching initial messages
|
3 years ago |
Audric Ackermann
|
e464d6c573
|
Merge branch 'settings-redesign' into feature-menu-redesign
|
3 years ago |
Audric Ackermann
|
ffc4ca9f81
|
fix: do not autofocus settings section by default but Message
|
3 years ago |
Audric Ackermann
|
0eac74dd07
|
Merge branch 'dev' into menu-redesign
|
3 years ago |
William Grant
|
b704b8202d
|
feat: added colors file with all declared theme and primary colors
added hexColorToRBG utility so that we can handle rgba colors using the same variables
|
3 years ago |
William Grant
|
131ee22099
|
Merge branch 'settings-redesign' into theming
|
3 years ago |
Audric Ackermann
|
55365f817d
|
Merge remote-tracking branch 'upstream/clearnet' into settings-redesign
|
3 years ago |
William Grant
|
691b567916
|
Merge branch 'settings-redesign' into theming
|
3 years ago |
Audric Ackermann
|
30e3cb8755
|
feat: fix other types of messages now that there is no box around
|
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 |