~cytrogen/masto-fe

masto-fe/app/javascript/flavours/glitch/styles/components d---------
bb131c99 — Cytrogen a month ago
[feature] Quote post UI
dc35e2d7 — Cytrogen a month ago
Rename .scss → .css and remove sass dependency (Phase 9-10)

Rename all 93 .scss files to .css, inline remaining Sass-only
syntax (// comments → /* */, arithmetic → pre-calculated values,
local $vars → hardcoded), update JS entry point imports, remove
sass-loader from webpack, remove sass/sass-loader/stylelint-config-
standard-scss packages, and clean up extraction scripts.
434712ea — Cytrogen a month ago
Convert glitch component SCSS to CSS custom properties (Phase 5+6)

Replace $var with var(--var), inline all mixins, unroll @each/@for,
convert color functions to pre-calculated properties. Merge properties
into variables.scss :root blocks, fix theme import order for CSS cascade.
d640c035 — Cytrogen a month ago
Fix merged PR bugs and rewrite reduced-motion to pure CSS

- PR #64: fix typo "ad" → "add" in bookmark folder empty message
- PR #64: fix reducer using wrong key ('folder'/'title' → 'name')
- PR #84: implement confirm_unfollow using local_settings instead of
  server-side unfollowModal global
- PR #104: replace JS body-class approach with native CSS
  @media (prefers-reduced-motion) queries across all SCSS files
- Wide view: columns fill available space, content centered at 600px
96ba9cbc — Cytrogen a month ago
Merge PR #64: Bookmark folders

Adds bookmark folder support: create/manage folders, assign bookmarks
to folders, browse bookmarks by folder. Also refactors alert/toast
system to support clickable actions.

From: mkljczk (https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/64)
75d7a626 — Zoë Bijl 6 months ago
[feature] decouple login.scss from variables (#93)

Preparing for a switch to CSS variables

- decouple login.scss from variables.scss
- move scrollbar css to separate file

Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/93
Co-authored-by: Zoë Bijl <code@moiety.me>
Co-committed-by: Zoë Bijl <code@moiety.me>
42b9e892 — nicole mikołajczyk 9 months ago
Bookmark folders support

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
85a2c62a — nicole mikołajczyk 10 months ago
port 'Add toast with option to open post after publishing in web UI'

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
891d6c5f — Laura Hausmann 2 years ago
Add domain to acct display in sidebar
6ac4848f — Laura Hausmann 2 years ago
Merge remote-tracking branch 'upstream' into glitch
9af24835 — Claire 2 years ago
Merge pull request #2434 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes up to 640421f661ee4d7e76a2aab607e7b15687940b6f
8eb09c6f — Michael Stanclift 2 years ago
[Glitch] Keep version string displayed without breakpoints in UI

Port 5a437edc7f22d5797e5af29d9b450a03eccec304 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
fde89a8f — Claire 2 years ago
Merge pull request #2426 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes up to 57f592fed50747f3c97718a2761e17bafe6c8698
ca7d1691 — gunchleoc 2 years ago
[Glitch] Fix line wrapping of language selection button with long locale codes

Port 88fa8e710adf103dee289b2a9cc691a410f97c21 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
743fede5 — Claire 2 years ago
Merge pull request #2406 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes up to 6273416292090b2f6bfda33f070cea325a1759df
60ecca6a — Claire 2 years ago
Revert tabs background color so they are easier to visually distinguish from contents
d3f14dd7 — Claire 2 years ago
[Glitch] Fix dismiss button overlapping with text in dismissable banners

Port 2a4fcc51fd44cab3e837e43e8f8dd84fefb97729 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
0b5903af — Santiago Kozak 2 years ago
[Glitch] Fix recent search items not handling overflows correctly

Port d2cfcdd09efe4914e8956d1b2211114bc7c4179a to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
15c86580 — Eugen Rochko 2 years ago
[Glitch] Change onboarding prompt to use full width of banner in web UI

Port 1f141f656dc3fd2b3af5d6edde331bac31bb6526 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
526f457e — Eugen Rochko 2 years ago
[Glitch] Add infinite scrolling for search results in web UI

Port 5d20733d8d8d5e4ba7f1f37fd8ee8fc13d6e3ab5 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Next