Commit Graph

21 Commits (d43d6abbae51649aad5973cd19bef544fb3f6752)

Author SHA1 Message Date
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 11 months ago
Audric Ackermann 0050352470 chore: move selected convo selectors to another file 1 year 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 9e37985d03 enable no-unused local and imports and fix tslint 3 years ago
Audric Ackermann 9a380b716b
put saveAttachemntToDisk outside of component 3 years ago
Audric Ackermann 5c8bb358c6
mmeoise callbacks for right panel attachments 3 years ago
Audric Ackermann 511adcf388
refactored right panel to hook 3 years ago
Audric Ackermann c8aa73626e
do not load right panel data unless it is visibl 3 years ago
Audric Ackermann f7581cf4eb
increase prettier maxWidth to 100 3 years ago
Scott Nonnenberg b3ac1373fa Move left pane entirely to React 5 years ago
Scott Nonnenberg 7e2d7b5e60 Media Gallery: Support for dark theme 6 years ago
Scott Nonnenberg 2988da0981 Turn on all of Microsoft's recommend lint rules
Biggest changes forced by this: alt tags for all images, resulting in
new strings added to messages.json, and a new i18n paramter/prop added
in a plot of places.

Another change of note is that there are two new tslint.json files under
ts/test and ts/styleguide to relax our rules a bit there. This required
a change to our package.json script, as manually specifying the config
file there made it ignore our tslint.json files in subdirectories
6 years ago
Daniel Gasienica a8cd0b782e Rename `DocumentListItem::isLast` to `shouldShowSeparator` 6 years ago
Daniel Gasienica 05f67dc04a Hide separator for last document list entry 6 years ago
Daniel Gasienica 5789b3eb75 Add `Attachment.isVoiceMessage` 6 years ago
Daniel Gasienica 87d374ea78 Remove `@prettier` pragmas 6 years ago
Daniel Gasienica b27fdd1559 Use `pointer` cursor for `DocumentListItem` 6 years ago
Daniel Gasienica feff820cd4 Prefer custom styles over `strong` 6 years ago
Daniel Gasienica c3e04ecf87 Remove use of `LoadingIndicator` 6 years ago
Daniel Gasienica 0d676a65b8 Open media gallery item in lightbox 6 years ago
Daniel Gasienica cb94d09ef9 Rename media gallery items 6 years ago