about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components
AgeCommit message (Collapse)Author
2019-04-24Remove extra margin in paragraphs inside blockquotesThibaut Girka
2019-04-24Make bold text bolderThibaut Girka
2019-04-24Remove margins around `p` tags in listsThibaut Girka
2019-04-24Rename status__text to status__content__text for consistency with upstreamThibaut Girka
2019-04-24Fix status header display in toot mobile menuThibaut Girka
2019-04-24Hide media upload form if no media are attachedThibaut Girka
2019-04-22Add support for lists in statusesThibaut Girka
2019-04-22Do not switch to italic for status media buttonsThibaut Girka
2019-04-22Accept richer text from remote statusesThibaut Girka
Support abbr, del, pre, blockquote, code, strong, b, em, i, and h1…h5 HTML elements in remote statuses, add corresponding CSS.
2019-04-22[Glitch] Fix modal items cannot scroll on touch deviceskedama
Port d763d39d2628bef123cdc801b2a3a3922b7e37f2 to glitch-soc
2019-04-22ComposerTextarea → AutosuggestTextareaThibaut Girka
2019-04-22Rework DrawerResults to make them closer to upstreamThibaut Girka
2019-04-19[Glitch] Allow modal secondary button to shrink and allow wider confirmation ↵Thibaut Girka
modals Port 7f75792bf305eea297c63731600af3b02968aea4 to glitch-soc
2019-04-16Fix opening/closing gifv sometimes making the timeline scrollThibaut Girka
2019-03-30[Glitch] Fix transparent avatars showing underlying elements in avatar stack ↵Eugen Rochko
and profile Port 79227d153b86144e9a8cc73f1d4045973eabc9ef to glitch-soc
2019-03-28Fix background color transition in destructive buttonsThibaut Girka
2019-03-28[Glitch] Fix opacity of relationship tagsThibG
Port 58667072d9923b17c90543550294aa9f801103d7 to glitch-soc
2019-03-28Fix left border of profile navigation tabThibaut Girka
2019-03-28Fix double border for account disclaimerThibaut Girka
2019-03-28[Glitch] Move the account dropdown menubar to the right, make sure it ↵ThibG
doesn't move Port a91acf79b53307ada584f449da1369c0216a24d1 to glitch-soc
2019-03-28[Glitch] Redesign profile column in web UI to match design on public pagesEugen Rochko
Port a96181f16f4ef74ce6a1efc5e893ddd87a127949 to glitch-soc
2019-03-28Fix padding and centering of display namesThibaut Girka
2019-03-28Port search results styling to glitch-socThibaut Girka
2019-03-27Revert "[Glitch] fix: update to emoji-mart 2.10.0"Thibaut Girka
This reverts commit 49bea8c46b006d8c86285c8b1158cd700dc2eb45.
2019-03-26[Glitch] Add a “Block & Report” button to the block confirmation dialogThibG
Port 6df4a8296996181d56a22535b86830c0ab56086e to glitch-soc
2019-03-16[Glitch] fix: update to emoji-mart 2.10.0Nolan Lawson
Port db06b25376ac7e844e86fb9890fa9f1c2edd2d60 to glitch-soc
2019-03-16[Glitch] Fix scrollbar styles on compose textarea, small bugsEugen Rochko
Port 6a3f08661f8d23e5f93717f36df1463842bfd936 to glitch-soc
2019-03-06[Glitch] Port polls creation UI from upstreamThibaut Girka
2019-03-05Add pollsEugen Rochko
Port front-end parts of 230a012f0090c496fc5cdb011bcc8ed732fd0f5c to glitch-soc
2019-02-17Allow multi-line image descriptions. (Glitch)Ben Lubar
2019-02-15[Glitch] Fix hashtags select styling in default and high contrast skinsThibaut Girka
Port 169b9d4428d8e54d7bee365fd76be9a6e2a92da5 to glitch-soc
2019-01-10[Glitch] Fix embed play icons regressionThibaut Girka
Port bd5a8c7765102a166ec8909e4a3b7781ec5537d6 to glitch-soc
2019-01-10[Glitch] Display fallback link card thumbnail when none is givenThibaut Girka
Port 1512af2811cb5b2ffccac5452eb291b1af46f89d to glitch-soc
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