about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/components/media_gallery.js
AgeCommit message (Expand)Author
2023-02-25[Glitch] Rename JSX files with proper `.jsx` extensionRenaud Chaput
2023-02-03[Glitch] Run eslint --fixClaire
2023-01-05[Glitch] Add aria-hidden to 'Hide image' button in MediaGallery since the but...Holden Foreman
2022-11-28[Glitch] fix gif autoplay on iOSJames Adney
2022-10-11Move more modules from flavours/glitch/utils to flavours/glitchClaire
2022-10-11Rename flavours/glitch/util into flavours/glitch/utilsClaire
2022-10-11Move flavours/glitch/util/initial_state to flavours/glitch/initial_stateClaire
2021-05-09[Glitch] Make media_gallery.toggle_visible less confusing to translateMélanie Chauvel
2020-11-04Fix unsightly re-layout delay for media previewsThibaut Girka
2020-08-17Fix WebUI crash in edge case when media display size causes scrollThibaut Girka
2020-07-10[Glitch] Replace repetitive blurhash code with component (#14267)Sasha Sorokin
2020-07-02[Glitch] Fix audio/video/images/cards not reacting to window resizes in web UIEugen Rochko
2020-05-28[Glitch] Change wording from “Hide media” to “Hide image/images” in W...Mélanie Chauvel
2020-03-08[Glitch] Change the tooltip "Toggle visibility" to "Hide media" in web UIMélanie Chauvel (ariasuni)
2020-01-20[Glitch] Change reported media attachments to always be hidden in admin UIEugen Rochko
2019-10-27[Glitch] Add noopener and/or noreferrerBSKY
2019-09-09Move “export” before decoratorsThibaut Girka
2019-09-05[Glitch] Fix uncached media in web UI not being clickableEugen Rochko
2019-09-05[Glitch] Add "not available" label on unknown media attachmentsEugen Rochko
2019-06-26[Glitch] Add option to disable blurhash previewsThibG
2019-06-24[Glitch] Add media description as title to links of unknown media attachmentsEugen Rochko
2019-05-27[Glitch] Add keyboard shortcut to hide/show mediaThibaut Girka
2019-05-04[Glitch] Make the "mark media as sensitive" button more obvious in web UIEugen Rochko
2019-05-04[Glitch] Change account gallery in web UIEugen Rochko
2019-05-04[Glitch] Add blurhashEugen Rochko
2019-04-16Fix opening/closing gifv sometimes making the timeline scrollThibaut Girka
2019-03-11Remove leftover console.logThibaut Girka
2019-03-11add local setting to auto reveal media behind cwash lea
2019-02-10Avoid two-step rendering of statuses as much as possibleThibaut Girka
2019-01-10[Glitch] Stop gifv timeline preview explicitly when open the media galleryThibaut Girka
2018-11-25Render placeholder instead of image when MediaGallery container width isn't k...Thibaut Girka
2018-11-15In detailed status view, take displayMedia setting into account when changing...Thibaut Girka
2018-10-21Update mediaGallery component's width when opening CWsThibaut Girka
2018-10-01[Glitch] Add support for new display_media settingThibaut Girka
2018-09-21Prevent clicks on video from initiating selectionsThibaut Girka
2018-09-04Disable focus points for letterboxed mediaThibaut Girka
2018-09-04Media gallery styling closer to upstream'sThibaut Girka
2018-09-04[Glitch] Do not override ctrl/cmd+click in media galleryThibaut Girka
2018-08-27[Glitch] Add missing video descriptionsThibaut Girka
2018-07-10[Glitch] Fix Chrome issue with sizes="0px"Thibaut Girka
2018-05-21Fix width only being set for standalone mediaThibaut Girka
2018-05-21[Glitch] Use real container width in MediaGallery srcSetThibaut Girka
2018-05-07Hide media in report modal regardless of whether they are marked sensitiveThibaut Girka
2018-04-22Merge pull request #435 from ThibG/glitch-soc/features/public-modalsbeatrix
2018-04-20[Glitch] Show media modal on public pagesThibaut Girka
2018-04-19Only compute height dynamically for standalone mediaThibaut Girka
2018-04-19[Glitch] Center thumbnails on focus pointThibaut Girka
2018-04-19Use javascript to set MediaGallery height automaticallyThibaut Girka
2018-04-19Revert some glitch-specific refactoringThibaut Girka
2018-04-14[Glitch] Fix media button typeThibaut Girka