~cytrogen/masto-fe

ref: 9e311f95aa8d6dff09a631e0cd273cb03cf7b998 masto-fe/app/javascript/styles/mastodon/components.scss -rw-r--r-- 153.8 KiB
7e54a30f — Claire 2 years ago
Merge commit '4534498a8e43f59980ee56e9938efab8580c78c8' into glitch-soc/merge-upstream
9f078e23 — Renaud Chaput 2 years ago
Fix translate button position (#25807)

30ad9d97 — Claire 2 years ago
Merge pull request #2272 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
5de49e74 — Claire 2 years ago
Merge branch 'main' into glitch-soc/merge-upstream
182fd93a — Trevor Wolf 2 years ago
fix read more button overlapping thread line bug (#25706)

54cb679c — Trevor Wolf 2 years ago
Change button colors to increase hover/focus contrast and consistency (#25677)

8b4df95d — Claire 2 years ago
Merge pull request #2258 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
80a5c16a — Claire 2 years ago
Merge branch 'main' into glitch-soc/merge-upstream
ae30a60b — Renaud Chaput 2 years ago
Improve dismissable banner buttons when they dont fit on 1 line (#25580)

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
7b024baf — Eugen Rochko 2 years ago
Change header backgrounds to use fewer different colors in web UI (#25577)

2b78c07e — Eugen Rochko 2 years ago
Fix search not being easily findable on smaller screens in web UI (#25576)

b052a7ed — Claire 2 years ago
Merge pull request #2256 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
178e1510 — Claire 2 years ago
Merge commit '55e7c08a83547424024bac311d5459cb82cf6dae' into glitch-soc/merge-upstream

Conflicts:
- `app/models/user_settings.rb`:
  Upstream added a constraint on a setting textually close
  to glitch-soc-only settings.
  Applied upstream's change.
- `lib/sanitize_ext/sanitize_config.rb`:
  Upstream added support for the `translate` attribute on a few elements,
  where glitch-soc had a different set of allowed elements and attributes.
  Extended glitch-soc's allowed attributes with `translate` as upstream did.
- `spec/validators/status_length_validator_spec.rb`:
  Upstream refactored to use RSpec's `instance_double` instead of `double`,
  but glitch-soc had changes to tests due to configurable max toot chars.
  Applied upstream's changes while keeping tests against configurable max
  toot chars.
a985d587 — Eugen Rochko 2 years ago
Change labels and styles on the onboarding screen in web UI (#25559)

00ec4391 — Eugen Rochko 2 years ago
Add onboarding prompt when home feed too slow in web UI (#25267)

af97a6ac — Claire 2 years ago
Merge pull request #2246 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
c48ec9cb — Claire 2 years ago
Merge commit 'b85c387c5c0527b0ad31c27031a09d361826c5fc' into glitch-soc/merge-upstream

Conflicts:
- `config/initializers/content_security_policy.rb`:
  Kept our version, it was not affected by upstream's bug.
aa57f7e3 — Claire 2 years ago
Merge commit '5fae2de454806730742b7be7435ae1c4fb97cf3c' into glitch-soc/merge-upstream
93c71441 — Claire 2 years ago
Merge commit 'b922ad7a1b4bc8d968d0df2c7f307d4fec53435d' into glitch-soc/merge-upstream

Conflicts:
- `package.json`:
  Upstream changed various script definitions in lines surrounding the one for
  `i18n:extract`, which had glitch-soc-specific changes.
  Updated the scripts as upstream did, while keeping our changes to
  `i18n:extract`.
e4fd9503 — Eugen Rochko 2 years ago
Change design of dropdowns in web UI (#25107)

Next