Commit graph

17 commits

Author SHA1 Message Date
Paul
73d99e4518 feat(home): add snow 2021-12-23 13:16:43 +00:00
3nt3
b09ccd90ba
fix: add context menu to individual attachments if > 1 attached (#348) 2021-10-31 21:25:33 +00:00
brecert
999fc5b639
Fix major image bugs for chrome 93+
- fixed major bugs for chrome 93+ at the cost of minor issues that may appear (unsure, did not find any in testing)
- position scaled image to the left for firefox (firefox aspect-ratio still does not scale correctly)
- added `--width` and `--height` to the `Grid` for theme creators who may want to use such information easily
2021-09-08 07:01:11 -04:00
Michaili K
88c9775e23
Create separate ImageFile component for image attachments 2021-08-15 18:53:42 +02:00
Michaili K
1b4d1e73df
Add (basic implementation of) background for loading images 2021-08-15 12:59:00 +02:00
Paul
4c9554c5e9 Zero error milestone. 2021-07-30 22:40:49 +01:00
Paul
7586b365fe Format and automatically fix linted code. 2021-07-10 15:57:29 +01:00
Paul
392cb23541 Add spoilers back. 2021-07-10 15:55:21 +01:00
Paul
9846262e8b Fix attachment scaling. 2021-07-10 15:21:35 +01:00
bree
c1dc2b9a1d
Fix: image attachments not having minimum width 2021-07-09 11:09:55 -04:00
bree
f0397f8af8
remove content jumping when loading image and video attachments 2021-07-08 10:22:42 -04:00
Paul
b5a11d5c8f Use tabWidth 4 without actual tabs. 2021-07-05 11:25:20 +01:00
Paul
7bd33d8d34 Run prettier on all files. 2021-07-05 11:23:23 +01:00
bree
02bbf78dcd
Fix: attachment scaling and better image scaling
- attachment scaling now works for all forms of attachments
- switched to grid based action bar
- added onLoad class so image proportions are "trimmed" once the image has loaded to avoid moving the view around before loading
  - this may be possible to remove at some point
2021-07-05 04:32:05 -04:00
bree
b821684733
image attachments now have their width and height properly set 2021-07-03 01:47:46 -04:00
bree
036e9a330a
replace js image scaling with css for message attachments 2021-07-02 22:40:53 -04:00
Paul
d1bff98635 Port attachments and embeds. 2021-06-20 22:09:18 +01:00