William Grant
|
83f84c26e7
|
feat: changed getHTMLDirection into a util hook useHTMLDirection
|
2 years ago |
William Grant
|
61149a5ca3
|
feat: use a selector for htmlDirection and pass it down as props instead of using state
this is more inline with class component conventions
|
2 years ago |
William Grant
|
ac4a00d415
|
fix: remove unused selector
|
2 years ago |
William Grant
|
7be11cd973
|
feat: moved html direction logic into i18n util
updated Flex component with RTL support, create getWritingDirection selector
|
2 years ago |
William Grant
|
7542a42fa6
|
feat: started adding rtl support to composition input
updated buttons, emoji panel, @mentions
|
2 years ago |
Audric Ackermann
|
fed58161a0
|
fix: address PR reviews and optimize search results
|
2 years ago |
Audric Ackermann
|
bec667ebee
|
fix: remove row_number ordering when looking up message
|
2 years ago |
Audric Ackermann
|
3eb629e33e
|
fix: cleanup convo selectors to hope to improve performances
|
2 years ago |
Audric Ackermann
|
f2cddb83c8
|
chore: broke apart big Message selectors into smaller ones
|
2 years ago |
Audric Ackermann
|
461b192f37
|
fix: mod and admin actions on message context menu for communities
|
2 years ago |
Audric Ackermann
|
77e5e38e46
|
chore: update lodash types, use prebuilt curbe25519-js
|
2 years ago |
Audric Ackermann
|
2a4bbbd587
|
feat: add the deleteContact and deleteConversation only menu items
|
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
|
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
|
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 |
William Grant
|
a8b8692016
|
fix: improved reaction alignment based on avatar visibility
|
3 years ago |
Audric Ackermann
|
456d52ab1a
|
fix: make sure we do not use "group" or "private" without the enum
|
3 years ago |
Audric Ackermann
|
0b9f1a494a
|
fix: allow 99 unread count before going to 99+
|
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
|
2f0e993af3
|
feat: moved constants into a constants folder
|
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
|
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
|
edefa21a2b
|
feat: we can now toggle to the classic dark theme
fixed ocean dark colors and updating theme setting logic
|
3 years ago |
Audric Ackermann
|
17742539af
|
fix: disable typing and message request on sogs without `write`
|
3 years ago |
Audric Ackermann
|
c2e3e3ca3f
|
Merge remote-tracking branch 'upstream/clearnet' into ui-redesigns
|
3 years ago |
Audric Ackermann
|
1d45aa6f45
|
fix: show loading spinner while sogs is fetching initial messages
|
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 |
Audric Ackermann
|
55365f817d
|
Merge remote-tracking branch 'upstream/clearnet' into settings-redesign
|
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 |
William Grant
|
05b7bdb956
|
fix: show correct count value for open group reactions
|
3 years ago |