about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/status/components/card.js
AgeCommit message (Expand)Author
2023-02-25[Glitch] Rename JSX files with proper `.jsx` extensionRenaud Chaput
2023-02-03[Glitch] Run eslint --fixClaire
2022-10-11Rename flavours/glitch/util into flavours/glitch/utilsClaire
2022-10-11Move flavours/glitch/util/initial_state to flavours/glitch/initial_stateClaire
2022-04-06[Glitch] Replace deprecated String.prototype.substr()CommanderRoot
2020-07-10[Glitch] Replace repetitive blurhash code with component (#14267)Sasha Sorokin
2020-07-08[Glitch] Fix WebUI crash on sensitive preview card with no preview thumbnailThibG
2020-07-08[Glitch] Fix WebUI crash on sensitive preview card with no preview thumbnailThibG
2020-07-02[Glitch] Fix audio/video/images/cards not reacting to window resizes in web UIEugen Rochko
2020-06-30[Glitch] Change sensitive preview cards to not blur textThibG
2020-06-26[Glitch] Fix design issues with sensitive preview cardsThibG
2020-06-09[Glitch] Hide sensitive preview cards with blurhashThibG
2020-03-08[Glitch] Code style improvements in JavaScriptBèr Kessels
2019-10-27[Glitch] Add noopener and/or noreferrerBSKY
2019-09-09Use the `Icon` component instead of directly using `i` tagThibaut Girka
2019-08-04Move decodeIDNA to app/javascript/flavours/glitch/utilThibaut Girka
2019-03-05[Glitch] Perform deep comparison for card data when receiving new propsThibaut Girka
2019-02-10Avoid two-step rendering of statuses as much as possibleThibaut Girka
2019-01-10[Glitch] Display fallback link card thumbnail when none is givenThibaut Girka
2018-10-30[Glitch] Fix dimensions of preview cards, fix crash in web UI, fix warningThibaut Girka
2018-10-30[Glitch] Include preview cards in status entity in REST APIThibaut Girka
2018-09-10[Glitch] After click to embed video, autoplay itThibaut Girka
2018-09-10[Glitch] Click card to embed external contentThibaut Girka
2018-09-10[Glitch] Fix oEmbed image_modal src.Thibaut Girka
2018-09-10[Glitch] Ensure link thumbnails are not stretched to super low qualityThibaut Girka
2018-09-10[Glitch] Add embed_url to preview cardsThibaut Girka
2018-04-08[Glitch] Allow to open a modal for embedded photoThibaut Girka
2017-12-03Rename themes -> flavours ? ?kibigo!