William Grant
|
4f44a7a5fa
|
feat: refactor theme state
added hooks for is light or dark theme and cleaned up any references
|
10 months ago |
William Grant
|
48fe7b4faa
|
fix: resolve outstanding react-use imports
|
11 months ago |
William Grant
|
97cd21a77e
|
Merge branch 'unstable' into feat/ses-899/user_profile_poll
|
1 year ago |
Audric Ackermann
|
095a9d33e5
|
fix: canDisplayImage needs check to be done on the thumbnail
|
1 year ago |
William Grant
|
fd4e1525cb
|
Merge branch 'unstable' into feat/ses-50/onboarding
|
1 year ago |
Audric Ackermann
|
53059135ee
|
fix: tsc does not overwrite workers compiled content
|
1 year ago |
William Grant
|
a098638bc0
|
refactor: remove unnecessary react imports
you don't need it from react 17
|
1 year ago |
Audric Ackermann
|
032e7640e2
|
chore: address pr reviews
|
1 year ago |
William Grant
|
3bf3bf73b1
|
feat: updated MessageContent with nested components
|
1 year ago |
Audric Ackermann
|
d43d6abbae
|
chore: replace tslint with eslint and fix linting issues
|
2 years ago |
Audric Ackermann
|
97647d4dc7
|
fix: padding for messagebox + onclick drop while selecting msgs
|
2 years ago |
Audric Ackermann
|
594eee698b
|
Merge remote-tracking branch 'upstream/clearnet' into unstable
|
2 years ago |
William Grant
|
d7bc8213d6
|
fix: community quotes now dont break the app
|
2 years ago |
Audric Ackermann
|
796ccf0582
|
feat: add handling and setting of the expireTimer for contacts
|
2 years ago |
Audric Ackermann
|
0050352470
|
chore: move selected convo selectors to another file
|
2 years ago |
William Grant
|
de94d2e64a
|
fix: pr review - create selectors for isDarkTheme and isLight Theme
|
3 years ago |
William Grant
|
e25a0dc5b2
|
feat: styled reactions
|
3 years ago |
William Grant
|
e5bfda37af
|
feat: primary color switching now persists
fixed isDarkMode, will need to confirm when we add ocean themes
|
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
|
0eac74dd07
|
Merge branch 'dev' into menu-redesign
|
3 years ago |
William Grant
|
e8d9676e94
|
fix: fixed reaction text alignment in the react list modal
this is pretty nuanced, when we have flex nowrap the descendants can be squished so we have to force no wrapping
|
3 years ago |
Audric Ackermann
|
b9cccfc2a8
|
feat: open convo a session sogs when joined from the UI
|
3 years ago |
William Grant
|
df73b5dd33
|
fix: improved reaction popup positioning for tooltip and box
|
3 years ago |
William Grant
|
8879893798
|
fix: wrap reactors list in popup so we don't have overflow
|
3 years ago |
William Grant
|
243f07858e
|
fix: others text in reaction popup on light theme should be black
|
3 years ago |
William Grant
|
7a80e18327
|
fix: improved react popup localisation, review fixes
|
3 years ago |
William Grant
|
05b7bdb956
|
fix: show correct count value for open group reactions
|
3 years ago |
William Grant
|
4889cb5b32
|
fix: ReactionList Senders is now an array since we want to handle opengroup reactions separately
we no longer need the messagehash and server id for rendering reactions in the UI, ignore reactions using the outdated type
|
3 years ago |
Will G
|
267f49ff1e
|
Emoji Reacts (#2320)
Add support for emoji reacts in conversations
Resolves #2375 and #1577
|
3 years ago |