William Grant
|
acdeabf306
|
feat: fixed click on a quote to go to the original message
added animation support to attachments when opening it via a quote
|
2 years ago |
William Grant
|
d7bc8213d6
|
fix: community quotes now dont break the app
|
2 years ago |
William Grant
|
1609ebfe32
|
feat: separated quote components
removed reference warning component since it is no longer needed
|
2 years ago |
William Grant
|
a962ef2228
|
feat: getMessageQuoteProps now loads data from conversation.quotes state and loads correctly into the Quote
|
2 years ago |
William Grant
|
ab1cf7a658
|
feat: added propsForQuote to message model props
|
2 years ago |
William Grant
|
331a4e1e12
|
fix: resolved object is not extensible bug
forEach and async still don't play nice so used a regular for loop, added QuoteLookupType
|
2 years ago |
William Grant
|
a83bc64d0a
|
feat: added quote source data to the conversation state as a separate object
this should help performance when loading quotes in the UI since individual db lookups will no longer be required
|
2 years ago |
William Grant
|
0d5c72555b
|
feat: started updating reply to ui
finished text reply
|
2 years ago |
William Grant
|
8fb3f26376
|
feat: make timer value load an existing one from the conversation or the default
fixed session radio button flickering
|
3 years ago |
Audric Ackermann
|
77e5e38e46
|
chore: update lodash types, use prebuilt curbe25519-js
|
3 years ago |
William Grant
|
73ca99496d
|
feat: added DisappearingMessageModesWithState type
|
3 years ago |
William Grant
|
5d4238a3d8
|
feat: created getMessageExpirationProps selector and used in ExpirableReadableMessage
this stops us passing props down from the child components of ExpirableReadableMessage
|
3 years ago |
William Grant
|
dd40fba132
|
fix: remove panel-settings panel mode since it is not needed
|
3 years ago |
William Grant
|
96ae50869f
|
feat: added PropsForExpirationSettings type
|
3 years ago |
Audric Ackermann
|
2a4bbbd587
|
feat: add the deleteContact and deleteConversation only menu items
|
3 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 |
William Grant
|
ec3f62d12f
|
fix: updated child types from PropsExpiringMessges
use type and the ampersand operator instead of the interface with extends for better consistency with the rest of the code base
|
3 years ago |
William Grant
|
a928aeb76c
|
feat: improvements to the disabled state and group non-admins settings
separated components in OverlayDisappearingMessages
|
3 years ago |
William Grant
|
93cb972514
|
feat: updated hasOutdatedClient to track last user to send a legacy message
this makes the banner work properlly in closed groups
|
3 years ago |
William Grant
|
ea0a505dcf
|
fix: fixed state of overlay options depending on release status
|
3 years ago |
William Grant
|
bd900128f4
|
feat: added hasOutdated Client to convo model, use feature release check to process disappearing messages
trigger banner when receiving a legacy disappearing message via hasOutdatedClient
|
3 years ago |
William Grant
|
7fae5344f4
|
fix: include off in available modes in call cases
|
3 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
|
3 years ago |
William Grant
|
848c97938c
|
feat: disabled new disappearing message modes behind a timed feature release function
|
3 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
|
3 years ago |
William Grant
|
97ecc9e521
|
feat: fixed double expiration update message issue
started creating an inheritable expiration message class, improved start triggering logic
|
3 years ago |
William Grant
|
5c697572a7
|
feat: Call Notifications now expire properlly
include the direction in the expiration props, setting the start timer doesnt directly update the model
|
3 years ago |
William Grant
|
4ef3537a53
|
feat: timer notifications expire correctly when disappearing after sending
|
3 years ago |
William Grant
|
2d6d6b4134
|
feat: moved PropsForExpiringMessage to state ducks
|
3 years ago |
William Grant
|
e34e3d4a4b
|
fix: resolved some yarn ready issues
|
3 years ago |
William Grant
|
26995e1873
|
feat: added new togglable subtitle to header
|
3 years ago |
William Grant
|
13f091eff3
|
feat: added function for calculating the expire start time
updated copy for setting change messages
|
3 years ago |
William Grant
|
8dc7dac55e
|
feat: control available modes depending on the conversation
|
3 years ago |
William Grant
|
0700ac4813
|
fix: moved disappearing message types to utils
|
3 years ago |
William Grant
|
b12d086b22
|
feat: DisappearingMessageType -> DisappearingMessageConversationType
this is more explicit and allows use to use DisappearingMessageType in the message model
|
3 years ago |
William Grant
|
f4e5d89a15
|
fix: make sure to update state when the covnersation changes
|
3 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
|
3 years ago |
William Grant
|
8abd624c47
|
feat: updated right panel in a conversation to use overlay logic in preparation for disappearing messages
added panel buttons specific to this UI
|
3 years ago |
Audric Ackermann
|
0e286142f1
|
chore: add a redux settings slice, currently outdated banner inc
|
3 years ago |
Audric Ackermann
|
cbffc29950
|
fix: run tests for libsession-util integration and fix issue
|
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
|
b843d66084
|
feat: add the lastJoined and createdAt timestamp from wrapper logic
|
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
|
0050352470
|
chore: move selected convo selectors to another file
|
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 |
Audric Ackermann
|
f88acdb567
|
feat: remove blocked group tracking separately from the pubkeys
|
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 |
William Grant
|
a8b8692016
|
fix: improved reaction alignment based on avatar visibility
|
3 years ago |
Audric Ackermann
|
2a8d764bfb
|
fix tests
|
3 years ago |
Audric Ackermann
|
456d52ab1a
|
fix: make sure we do not use "group" or "private" without the enum
|
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
|
0b9f1a494a
|
fix: allow 99 unread count before going to 99+
|
3 years ago |
Audric Ackermann
|
e3006ae157
|
fix: do not return updated messages from markAllRead if not needed
|
3 years ago |
William Grant
|
de94d2e64a
|
fix: pr review - create selectors for isDarkTheme and isLight Theme
|
3 years ago |
William Grant
|
5b44565b5f
|
Merge branch 'clearnet' into theming
|
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
|
c75cf6e1af
|
fix: UI for link previews when the image is too less than 200px
|
3 years ago |
Audric Ackermann
|
51e03cf4e5
|
fix: rerender loop of react list modal
update redux related libraries
and update imports to use the RTK ones
|
3 years ago |
William Grant
|
b3885bf9d9
|
Merge branch 'clearnet' into theming
Link previews are broken for now
|
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
|
7e01c9f39a
|
feat: fixed link preview and message details styling
|
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
|
5dd00e4dc2
|
Merge branch 'theming' into theming_left_pane
|
3 years ago |
William Grant
|
39a710afad
|
Merge branch 'clearnet' into theming
|
3 years ago |
Audric Ackermann
|
c2e3e3ca3f
|
Merge remote-tracking branch 'upstream/clearnet' into ui-redesigns
|
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 |
Audric Ackermann
|
e8fe564a08
|
fix: show sogs without display name in convo list
also use the pollinfo to update whatever the displayname if needed
|
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
|
7c80f9e233
|
feat: move attachments outside of the message box
|
3 years ago |
Audric Ackermann
|
e125979b7a
|
fix: disable having some corner large and small for message bubbles
|
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
|
80d726659c
|
Merge branch 'clearnet' into reactions_fixes
|
3 years ago |