Commit Graph

25 Commits (f7d574ce20c21bc523584d7d99d88623fc4dc40c)

Author SHA1 Message Date
Audric Ackermann cef59be005 fix: ellipsis on name rather than pubkey
also cleaned up our contexts a little bit
2 months ago
William Grant 0ecdcd93a0 fix: drop shadow renders correctly
moved to individual text and image attachments, need to check the other attachment types
4 months ago
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 10 months ago
Audric Ackermann dab9428c02 fix: address PR reviews 2 years ago
Audric Ackermann 7c80f9e233 feat: move attachments outside of the message box 2 years ago
Audric Ackermann cae4d46492
allow to save attachments even if there is multiple of them
This is a bit dirty for now

Relates #2229
2 years ago
Audric Ackermann c7565fe7b3 Move scale/resize and attachment logic to typescript 2 years ago
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
3 years ago
audric 1048042f7d fix attachment pre-decrypting when out of view 3 years ago
audric cdd11eee47 speed up attachment loading by only loading those inview 3 years ago
audric a986931569 make attacments the same size that they are displayed on the UI 3 years ago
audric ee4ed2e075 fix attachment logic with ui redesign 3 years ago
audric 588ae85cda fix at lat types for attachment 3 years ago
Audric Ackermann 9a380b716b
put saveAttachemntToDisk outside of component 3 years ago
Audric Ackermann dd9341a196
remove i18n from props everywhere where possible 3 years ago
Audric Ackermann f7581cf4eb
increase prettier maxWidth to 100 3 years ago
Audric Ackermann edd984e0f5
make quotes stay empty when there object isEmpty() 4 years ago
Scott Nonnenberg b3ac1373fa Move left pane entirely to React 5 years ago
Scott Nonnenberg 1d2c3ae23c Download attachments in separate queue from message processing 5 years ago
Scott Nonnenberg 813924685e Link Previews 5 years ago
Scott Nonnenberg 0de54e125c Improve caption editor usability, new 'add attachment' affordance 5 years ago
Scott Nonnenberg a900792a06 Use thumbnails for smaller cells in image grids 5 years ago
Scott Nonnenberg ba711d8985 Show just first image if we receive mixed multi-attachment msg 5 years ago
Scott Nonnenberg 985b1d6aa6 New staged attachments UI, multiple image attachments per message 5 years ago
Scott Nonnenberg 99252702e1 Support receiving multiple images in one messages 6 years ago