Commit Graph

11 Commits (9b110df1aa8144023ee8e4b974b6ec2f8dc14652)

Author SHA1 Message Date
William Grant e90e548715 feat: improved quoted message not found
consolidated quote props lookup into getMessageQuoteProps, only use the db message in the quote components
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
William Grant bdbdb477da feat: pass in all props to quote component
converted quote primary text to styled components
William Grant f0aeb59d54 feat: converted quote image to styled components
remove border on quote if there is an attachment
William Grant 1609ebfe32 feat: separated quote components
removed reference warning component since it is no longer needed
Audric Ackermann 242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver ()
* 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
Audric Ackermann 4e638d162d
fix the scroll to bottom with button and on send message
Audric Ackermann 792c23da87
cleanup scroll to unread of quote or search result on open
Audric Ackermann a3be2c347d
fixup open convo on search, quote click or hit the bottom
Audric Ackermann 1c46d81a20
rename authorPhoneNumber to what ever makes more sense
Audric Ackermann 28c7445dce
refactor most of the components to outside of their Session folder ()
* 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