about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components
AgeCommit message (Collapse)Author
2019-01-06add list title editingash lea
2019-01-02Fix some image paths in SCSS filesThibaut Girka
2018-12-21[Glitch] Allow joining several hashtags in a single columnThibaut Girka
Port 4c03e05a4e1a237f8a414a0861c03abe3269dbc8 to glitch-soc This introduces new requirements in the API: `/api/v1/timelines/tag/:tag` now accepts new params: `any`, `all` and `none` It now returns status matching tag :tag or any of the :any, provided that they also include all tags in `all` and none of `none`.
2018-12-20Make drawer markup and styling closer to upstreamThibaut Girka
WARNING: This may break some custom skins! `.drawer > .contents` has been moved to `.drawer > .drawer__pager > .drawer__iner`, and the waves have been moved from `.drawer > .contents` to `.drawer__inner__mastodon`!
2018-12-19[Glitch] Improved appearance of notification filter on safariThibaut Girka
Port 2e1b5edfea1b03f64c69266f979caee228fa90b7 to glitch-soc
2018-12-18Allow disabling media confirmation from the confirmation dialog itselfThibaut Girka
2018-12-18[Glitch] Put "Media Only" option in column settings instead of content area ↵Thibaut Girka
headline Port 4f42238c294f92dbd87db3d83f9514344fcd1f8a to glitch-soc
2018-12-18[Glitch] Add media timelineThibaut Girka
Port 7403e5d306d36c83bfb80cd900235373186cd51a to glitch-soc
2018-12-18[Glitch] Make notifications quick-filter use consistent style with profile tabsThibaut Girka
Port 12ab15e584e78d209b59a893405a0cde83f49035 to glitch-soc
2018-12-17[Glitch] Minor scrollable list fixesThibaut Girka
* Make sure loading indicator has enough vertical space * Respect reduce_motion setting for loading indicator Port 4ede51743e5b9121a49e9131f91cf012fab410f8 to glitch-soc
2018-11-28Add error boundary component to catch Web UI crashesThibaut Girka
2018-11-28Switch “cycling” reply policy link to set of radio inputsThibaut Girka
Fixes #832
2018-11-27[Glitch] Volume sliders for videosThibaut Girka
Port f978afa4871c22caecb625a0b3eba533edfa309b to glitch-soc
2018-11-16Fix composer not displaying on iPadThibaut Girka
2018-11-13[Glitch] Use local instead of global loading indicator for timelines, ↵Thibaut Girka
account timelines Port dd00cd19d2536ce70442d74d72986721427691a5 to glitch-soc
2018-11-09Fix drawer waves being displayed in the list editorThibaut Girka
2018-11-09[Glitch] Implement adding a user to a list from their profileThibaut Girka
Port bb5558de627ca9bc26949570025f6193cd7cbd98 to glitch-soc
2018-10-31[Glitch] Port some of upstream's getting started footer linksThibaut Girka
2018-10-30[Glitch] Include preview cards in status entity in REST APIThibaut Girka
Port 795f0107d23c1c9bd039f6449fa1e094ab7653a7 to glitch-soc
2018-10-09Fix CW icon color in local-settings modalThibaut Girka
2018-10-09Add support for hints (or extended descriptions) in local-settings pagesThibaut Girka
2018-10-09When screen width is too narrow, hide local-settings page text, keep only iconsThibaut Girka
2018-10-09Add icons for each of the local-setting pagesThibaut Girka
2018-10-08Switch from selects to radio buttons for local settings, improve stylingThibaut Girka
2018-10-02Make hidden media clickable in account media galleryThibaut Girka
2018-10-02[Glitch] Honour displayMedia setting in accountMedia galleryThibaut Girka
Inspired by b79ab15859e7f8383526afd147e8416d2df2f7a7
2018-09-21Fix background being transparent for verified link fieldsThibaut Girka
2018-09-21[Glitch] Display verified links in glitch flavorThibaut Girka
Port front-end changes from f4d549d30081478b1fe2bde9d340262e132bb891 to glitch-soc
2018-09-20[Glitch] Redesign forms, verify link ownership with rel="me"Thibaut Girka
Port SCSS changes from f4d549d30081478b1fe2bde9d340262e132bb891
2018-09-13[Glitch] Highlight active tab in action barThibaut Girka
Port 7b7c26063e3fcf9e75a61780d81bd60b7c398ead to glitch-soc
2018-09-11Fix incorrect disabled boost button color when reduce-motion is setThibaut Girka
2018-09-10Fix status embed card links colorThibaut Girka
2018-09-10[Glitch] Click card to embed external contentThibaut Girka
Port front-end changes from f7765acf9d92951a616f41b738d5d23ede58c162 to glitch-soc
2018-09-07Add unread notifications badge to the mobile navbarThibaut Girka
2018-09-07Add unread notifications badge to the navigation barThibaut Girka
2018-09-07Fix dropdown arrow positionThibaut Girka
2018-09-05Fix public profile's “show more” links stylingThibaut Girka
2018-09-05Fix videos being croppedThibaut Girka
2018-09-04Media gallery styling closer to upstream'sThibaut Girka
2018-09-01Fix composer not displaying on chrome mobile (fixes #696)Thibaut Girka
2018-08-31[Glitch] Move "compose" on mobile to floating action buttonThibaut Girka
Port e72db6d9dd53a9d44f641bdf6bce7e64548e7d94 to glitch-soc
2018-08-29[Glitch] Reduce padding of profile metadata boxes to allow more textThibaut Girka
Port 9463bba5fb6873fa70e05f239079ee1a0072b70c to glitch-soc
2018-08-22[Glitch] Display replies count in web UIThibaut Girka
Port 4df9cabb22cbed8f9cd8af45325ecdcc7c72d6cb to glitch-soc
2018-08-22Add hashtag trendline support to glitch-soc flavourThibaut Girka
Port Mastodon's hashtag stats thing to glitch-soc. This doesn't change how hashtags are ordered, and doesn't add a trending hashtags section, but it does change how hashtag searches are rendered, displaying a trend line alongside each hashtag.
2018-08-20Make the privacy dropdown button not look strange when using top placementThibaut Girka
Inspired by 8fe1f8d4cecb9f2f749c1e1e77b2439dd640ddc5
2018-08-18Add focal points support in the composerThibaut Girka
2018-08-01Port profile redesign to glitch-socThibaut Girka
Port bb71538bb503159177d46d8956bd466973c0876b to glitch-soc
2018-07-30[Glitch] Improve WebUI account action barThibaut Girka
Mostly a port of 2ccef52a4f5be49e5c3b2256a3c5d4f193a3fe32 to glitch-soc
2018-07-28Use same margin for navbar and column for consistencyThibaut Girka
2018-07-28Hide navigation bar text so it can fit on small screensThibaut Girka