about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/status
AgeCommit message (Collapse)Author
2018-10-18Fix fav/boosts hotkeys not working on detailed statusesThibaut Girka
2018-10-07Do not scroll timelines when *closing* media modalsThibaut Girka
Media modals push an history state so that pressing back on mobile closes them. We made sure to not scroll when opening them, but not when *closing* them, which caused some issues in rare cases.
2018-10-05[Glitch] Add a confirmation dialog when hitting reply and the compose box ↵Thibaut Girka
isn't empty
2018-09-29Merge pull request #681 from ThibG/glitch-soc/fixes/accessibilityDavid Yip
Port various accessibility improvements from upstream
2018-09-16Fix thread CW expansion not being reset when changing threadsThibaut Girka
2018-09-10[Glitch] After click to embed video, autoplay itThibaut Girka
Port 478ca39e5e8463044a259388459da56d2141e104 to glitch-soc
2018-09-10[Glitch] Click card to embed external contentThibaut Girka
Port front-end changes from f7765acf9d92951a616f41b738d5d23ede58c162 to glitch-soc
2018-09-10[Glitch] Fix oEmbed image_modal src.Thibaut Girka
Port 25b0d7538eb83c5fd02409ca22345c9af752b3ed to glitch-soc
2018-09-10[Glitch] Ensure link thumbnails are not stretched to super low qualityThibaut Girka
Port front-end changes from c36b9cc5a6cf3feacb925213f5530c90dd31fa7a to glitch-soc
2018-09-10[Glitch] Add embed_url to preview cardsThibaut Girka
Port front-end changes from c083816c2479dcdfa6674c47a75a8293bf64a947 to glitch-soc
2018-09-04Media gallery styling closer to upstream'sThibaut Girka
2018-09-03Add admin links to status and account menus (fixes #673)Thibaut Girka
If the current logged-in user is an admin, add quick links to the admin interface in account and toot dropdown menu. Suggestion by @ashkitten
2018-08-31[Glitch] Give focused status a sensible aria-label for screen readersThibaut Girka
Port 248df68c36a2f1ffd9c214afe7d1b0c62b4a5f27 to glitch-soc
2018-08-31[Glitch] Add aria-label to column regionsThibaut Girka
Port 66dbb59aa16981643e3bfa3f94d441bc3166eab3 to glitch-soc
2018-08-31Add option to not automatically unfold content warnings matching a regexpThibaut Girka
Fixes #678
2018-08-31Add a setting to automatically unfold all content warningsThibaut Girka
2018-08-31[Glitch] Show compose form on delete & redraft when in mobile layoutThibaut Girka
Port 025fbb8285cdedf495d9e4d015db611b0c622cbb to glitch-soc
2018-08-27[Glitch] Add missing video descriptionsThibaut Girka
Port ac092d03e7a781d27aff9cb9ea4637be9c5f2a2a to glitch-soc
2018-08-17[Glitch] Defer scrollIntoView after DOM is drawnThibaut Girka
2018-07-30Don't reset scroll position when opening a modalThibaut Girka
2018-07-10Add client-side custom filter support to glitch-socThibaut Girka
Port cdb101340a20183a82889f811d9311c370c855e5 to glitch-soc, but without dropping support for regexp filters yet.
2018-06-16[Glitch] Add redraft functionThibaut Girka
Port bd0791d800902cdbdf6666e65d201df3ec22789c to glitch-soc
2018-05-31Make active bookmarks red (fixes #493)Thibaut Girka
2018-05-25[Glitch] Use .star-icon instead of hardcoding color in detailed statusesThibaut Girka
Port 2587fcdd27613e52d620e3c93bb089932be48db0 to glitch-soc
2018-05-17[Glitch] Open video modal on public UIThibaut Girka
Port d9b2f84c92f24067b12be81837240bf6c8930236 to glitch-soc
2018-05-16[Glitch] Feature: Direct message from StatusesThibaut Girka
Port 904a2479dd2085dfc94f33746ad6f7a755e72609 to glitch-soc
2018-04-22Add show more/less toggle for entire threads in web UIThibaut Girka
Inspired from b6003afcdb1b89eb967a2b211e3b4e26aed9ac9d but using component properties instead of redux store for hidden/revealed state.
2018-04-22Refactor the infamous three-valued boolean into two booleans, trying to ↵Thibaut Girka
simplify the logic
2018-04-22Merge pull request #432 from ThibG/glitch-soc/features/reblog-privatebeatrix
Glitchsoc-specific changes to allow boosting own private toots
2018-04-19Glitchsoc-specific changes to allow boosting own private tootsThibaut Girka
2018-04-19[Glitch] Make detailed status' media gallery standaloneThibaut Girka
2018-04-14[Glitch] Responsively enforce 16:9 ratio on video thumbnails in web UIThibaut Girka
Port the video-player part of 036dd98abb1fe6ae1d25ff0f3ecffe4dd9a79ea3 to glitch-soc. MediaGallery part ignored since it has diverged quite a bit. This fixes #423
2018-04-13Merge pull request #419 from ThibG/glitch-soc/features/bookmarksDavid Yip
Bookmarks
2018-04-12Merge pull request #416 from ThibG/glitch-soc/features/media-modalDavid Yip
Port various media modal improvements to glitch-soc
2018-04-11Add glitch-soc front-end support for bookmarksThibaut Girka
Unlike boosts and like, there is no confirmation dialog as misclicking can be recovered without another user seeing it.
2018-04-09Fix video modalThibaut Girka
2018-04-08[Glitch] Allow to open a modal for embedded photoThibaut Girka
Port bf7757cbbc7677fb46aee9a0a8d1b8a37ded7bb6 to glitch-soc
2018-04-08Fix video playback in glitch-soc detailed statusesThibaut Girka
2017-12-26use 'flavours/glitch/' prefix in new importscwm
2017-12-26Add mute, block, conversation mute actions to detailed status dropdown menucwm
2017-12-21Add data-status-by back to DetailedStatus component. Fixes #273.David Yip
2017-12-09remove trailing spacescwm
2017-12-09fixes, functioning nowcwm
2017-12-09add initial components based off of tootsuite pr #1507cwm
2017-12-04Merge branch 'gs-master' into glitch-themeDavid Yip
2017-12-03Rename themes -> flavours ? ?kibigo!