Commit Graph

9 Commits

Author SHA1 Message Date
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 2023-07-26 11:26:46 +02:00
Audric Ackermann 0050352470 chore: move selected convo selectors to another file 2023-03-24 16:48:50 +11:00
William Grant dd58d29450 feat: huge refactor of the quote styling for theming 2022-09-29 11:33:03 +10:00
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
2022-08-08 09:50:48 +10:00
Audric Ackermann 2478a78794
move mentions and emojify to a functional component 2022-02-08 11:17:39 +11:00
Audric Ackermann 19722b6bdc
remove other emoji dependency and use unicode to render them in message
Relates #2151
2022-02-08 10:43:56 +11:00
audric 247cb7c065 cleanup dependencies 2022-01-18 15:21:36 +11:00
Audric Ackermann 1c46d81a20
rename authorPhoneNumber to what ever makes more sense 2022-01-06 10:54:50 +11:00
Audric Ackermann 28c7445dce
refactor most of the components to outside of their Session folder (#2072)
* refactor most of the components to outside of their Session folder

* finish moving overlay and memberListItem to react hook

* fix bug with kicked member len >2 not being displayed

also sort admins first in UpdateGroupMembers dialog

* fix admin leaving text of groupNotification

* add a useFocusMount hook to focus input fields on mount

* make click avatar convo item open only user dialog

* cleanup config default.json

* make sure to use convoController to build sync message

* disable showing pubkey on opengroups

* add a pause on audio playback

Fixes #2079
2021-12-14 15:15:12 +11:00
Renamed from ts/components/conversation/Quote.tsx (Browse further)