[feature] Quote post UI
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.
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.
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
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)
[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>
Bookmark folders support Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
port 'Add toast with option to open post after publishing in web UI' Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
Add domain to acct display in sidebar
Merge remote-tracking branch 'upstream' into glitch
Merge pull request #2434 from ClearlyClaire/glitch-soc/merge-upstream Merge upstream changes up to 640421f661ee4d7e76a2aab607e7b15687940b6f
[Glitch] Keep version string displayed without breakpoints in UI Port 5a437edc7f22d5797e5af29d9b450a03eccec304 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Merge pull request #2426 from ClearlyClaire/glitch-soc/merge-upstream Merge upstream changes up to 57f592fed50747f3c97718a2761e17bafe6c8698
[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>
Merge pull request #2406 from ClearlyClaire/glitch-soc/merge-upstream Merge upstream changes up to 6273416292090b2f6bfda33f070cea325a1759df
Revert tabs background color so they are easier to visually distinguish from contents
[Glitch] Fix dismiss button overlapping with text in dismissable banners Port 2a4fcc51fd44cab3e837e43e8f8dd84fefb97729 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
[Glitch] Fix recent search items not handling overflows correctly Port d2cfcdd09efe4914e8956d1b2211114bc7c4179a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
[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>
[Glitch] Add infinite scrolling for search results in web UI Port 5d20733d8d8d5e4ba7f1f37fd8ee8fc13d6e3ab5 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>