Commit Graph

31 Commits (1789ac30c829a61fb2e52cd7649950c83babd793)

Author SHA1 Message Date
William Grant 009795eb3b feat: migrated lightbox to modal state
William Grant 97cd21a77e Merge branch 'unstable' into feat/ses-899/user_profile_poll
Audric Ackermann ca069a1e36 Merge remote-tracking branch 'oxen/unstable' into fix-resize-images-thumbnail
Kee Jefferys 7debc8f79c fix: check pending status
Kee Jefferys 0d8f6d1813 feat: make whole attachment clickable
Audric Ackermann 095a9d33e5 fix: canDisplayImage needs check to be done on the thumbnail
William Grant 3250a2819f feat: moved spinners into new loading folder
converted session-loader sass to styled components
William Grant a098638bc0 refactor: remove unnecessary react imports
you don't need it from react 17
William Grant 19b883291f fix: use styled for generic attachment shadow
renamed attachment container to image grid container
William Grant 3512e60726 feat: add drop shadow to all selected message elements
William Grant 0ecdcd93a0 fix: drop shadow renders correctly
moved to individual text and image attachments, need to check the other attachment types
William Grant aea4fd7ad9 Merge branch 'userconfig_disappearingmessage' into feature/ses-558/more-message-information
William Grant 7f4475c975 Merge branch 'unstable' into userconfig_disappearingmessage
William Grant 537897dedb feat: added duration to media attachments
added showLightboxFromAttachmentProps for future use
William Grant b1d604236e fix: no any in useSelectors
for getMessageAttachmentProps and getIsMessageSelected
William Grant a268aeb6d1 fix: type state correctly when using useSelector
Ruben Garcia af9f6c7586 docs: tab to spaces
Ruben Garcia 1b91d84b09 Changes to save multiple attachments in same message with a different name.
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues
William Grant d888999543 fix: use StyledMessageHighlighter in MessageAttachment only when it is rendered
Audric Ackermann d512a1a131 fix: various UI margins and dedup official sogs join
William Grant b3885bf9d9 Merge branch 'clearnet' into theming
Link previews are broken for now
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 02612280c3
fix multi select including audio messages
Ian Macdonald 6613161b20
Don't nanny the user. Allow all file types as attachments.
The Android client already has no such restrictions, and these are
ineffective anyway, as they are based on the file's name, not its
payload.
audric 247cb7c065 cleanup dependencies
audric e515ce3ca5 Merge remote-tracking branch 'upstream/clearnet' into cleanup-attachment
audric e97ac5d7c7 make the DL spinner a styled component
audric 72409e3f1f make sure to keep error state of attachment DL failing
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