Commit Graph

23 Commits

Author SHA1 Message Date
Paul Makles
5f2311b09c feat: implement useClient from client controller 2022-06-28 19:59:58 +01:00
Paul Makles
37d5ba24c5 merge: branch 'quark/permissions' 2022-04-29 13:48:38 +01:00
Paul Makles
b2f4411850 feat: switch to revolt.js@6.0.0 + new revolt-api 2022-04-09 15:47:04 +01:00
Paul Makles
f65c9bdd5e fix: context menus are now bound by spread 2022-03-06 19:13:12 +00:00
Paul Makles
18761e2181 fix(iOS): actually fix context menus
closes #138
2022-03-05 14:41:41 +00:00
Paul Makles
56f2411652 feat(messaging): add basic support for text embeds 2022-01-15 14:11:08 +00:00
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