Commit Graph

23 Commits (a8a564b4fe82f79cb184fa95eb63cf1637860fdf)

Author SHA1 Message Date
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues
Audric Ackermann dab9428c02 fix: address PR reviews
Audric Ackermann 7c80f9e233 feat: move attachments outside of the message box
Audric Ackermann cae4d46492
allow to save attachments even if there is multiple of them
This is a bit dirty for now

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