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.
Convert 17 SCSS files to CSS custom properties (Phase 3-4)
Replace $variables with var(--custom-properties), pre-calculated
color functions with themed custom properties, and unroll Sass
control flow (@each, @for, @extend) into plain CSS. Files keep
.scss extension during transition as index.scss still imports them.
Build: split CSS/SCSS webpack rules + generate CSS custom properties
- Split webpack css rule into separate .css and .scss rules so pure
CSS files skip sass-loader (Phase 1)
- Generate properties.css for dark/light/contrast themes with all
pre-calculated color values as CSS custom properties (Phase 2)
- Add extract-colors.js helper script for color value generation
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
[feature] Redesigned login page (#76)
Reworked the login page
- Simplified some of the HTML and CSS
- Removed some `aria-label`s
- Added alt text for the logo
- Added a label for the input field
- Added subtle borders to otherwise flat elements

Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/76
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>
[feature] Nicer login.html page, with cute styling + link to source code (#19)
Fixes #9
- Cute styling, combination of Mastodon and GTS
- Short description of the project
- Error and status messages (temporarily) appear in disabled button with correct ARIA attributes
- Sufficient contrast (WCAG AAA)
Let me know if using `login.scss` both as an index file and for adding custom styling is okay. I figured this might be preferred over creating an extra folder and file.
Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/19
Co-authored-by: vyxen <vyxen@tutamail.com>
Co-committed-by: vyxen <vyxen@tutamail.com>
Add domain to acct display in sidebar
Merge remote-tracking branch 'upstream' into glitch
Revert tabs background color so they are easier to visually distinguish from contents