about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/ui/components/media_modal.js
AgeCommit message (Collapse)Author
2020-11-04[Glitch] Add expand/compress image button on image view boxMashiro
Port 6a2db10f767879b9072b6c020ebadac4f985ed34 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-10-26[Glitch] Add pop-out player for audio/video in web UIEugen Rochko
port d88a79b4566869ede24958fbff946e357bbb3cb9 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-01-24[Glitch] Add announcementsEugen Rochko
Port front-end changes from f52c988e12e464e7baefc2fdb48ddf4a95584664 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-10-10[Glitch] Fix media editing modal changing dimensions when image loadsEugen Rochko
Port 6ebd74f4fa640b9616ebb2730d97722799c6ed56 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-10-04[Glitch] Fix audio attachments opening in video modal from media tab in web UIEugen Rochko
Port c9b8ba50f8ad46e2f7821bb36af0c85e4b9a29df to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-09-09Use the `Icon` component instead of directly using `i` tagThibaut Girka
2019-09-09Move “export” before decoratorsThibaut Girka
As this is what upstream does. See also https://github.com/tc39/proposal-decorators/issues/69
2019-05-04[Glitch] Add button to view context to media modalEugen Rochko
Port eb63217210b0ab85ff1fcca9506d5e7931382a56 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-05-04[Glitch] Add blurhashEugen Rochko
Port front-end changes from fba96c808d25d2fc35ec63ee6745a1e55a95d707 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2018-09-11Fix media description in various media modalsThibaut Girka
2018-07-26Prevent scrolling main frame when navigating in image gallery with arrow keysThibaut Girka
2018-05-17[Glitch] Open video modal on public UIThibaut Girka
Port d9b2f84c92f24067b12be81837240bf6c8930236 to glitch-soc
2018-04-08[Glitch] Avoid using JS to set height in MediaModalThibaut Girka
Port fa5c867e0ec426fc01653e9022ba29783b2a826f to glitch-soc
2018-04-08[Glitch] Improved media modalThibaut Girka
Port 4e929b2d173fa22b722c58c0e9f8223eb4f44b0e to glitch-soc
2018-04-08[Glitch] Allow to open a modal for embedded photoThibaut Girka
Port bf7757cbbc7677fb46aee9a0a8d1b8a37ded7bb6 to glitch-soc
2017-12-03Rename themes -> flavours ? ?kibigo!