~cytrogen/masto-fe

ref: 5de49e74d4e81bedc4e5d4f88bb80a79bb6e7f5e masto-fe/app/javascript/mastodon/features d---------
5de49e74 — Claire 2 years ago
Merge branch 'main' into glitch-soc/merge-upstream
000b8358 — Eugen Rochko 2 years ago
Add canonical link tags in web UI (#25715)

62681885 — mogaminsk 2 years ago
Fix local live feeds does not expand (#25694)

54a10523 — Eugen Rochko 2 years ago
Change labels of live feeds tabs in web UI (#25683)

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

Merge upstream changes
44e98a27 — Claire 2 years ago
Merge branch 'main' into glitch-soc/merge-upstream
5b463454 — mogaminsk 2 years ago
Prevent duplicate concurrent calls of `/api/*/instance` in web UI (#25663)

0512537e — Eugen Rochko 2 years ago
Change dropdown icon above compose form from ellipsis to bars in web UI (#25661)

cea9db5a — Claire 2 years ago
Change local and federated timelines to be in a single firehose column (#25641)

9934949f — Claire 2 years ago
Fix onboarding prompt being displayed because of disconnection gaps (#25617)

285a6919 — Claire 2 years ago
Remove the search button from UI header when logged out (#25631)

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>
65aa0464 — Eugen Rochko 2 years ago
Fix onboarding prompt flashing while home feed is loading in web UI (#25579)

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)

0842a685 — Claire 2 years ago
Remove unique accounts condition from Home onboarding prompt (#25556)

Next