~cytrogen/masto-fe

ref: f89f3a85662ce1f4e6f130748ded22821e4a7acd masto-fe/app/javascript/styles d---------
61f3e0e9 — Claire 2 years ago
Merge pull request #2213 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
2d029ded — Claire 2 years ago
Merge commit '0ad2413b35287958f59073a5b63aecc659a64d98' into glitch-soc/merge-upstream

Conflicts:
- `app/javascript/styles/mastodon/forms.scss`:
  Conflict because we ran eslint autofix on upstream files.
- `config/initializers/content_security_policy.rb`:
  Code style changes but we have a different version.
  Kept our version.
- `streaming/index.js`:
  Upstream fixed a typo close to glitch-soc-only code.
  Applied upstream's changes.
6f64c79c — Claire 2 years ago
Fix SCSS linting issues (#2207)

* Disable font-family-no-missing-generic-family-keyword for font-awesome accessibility icons

* Run stylelint --fix

* Avoid `@extend` directives with doodle modal CSS

* Drop use of `@extend` for notification cleanup buttons SCSS

* Run prettier on SCSS
fc56eda9 — Nick Schonning 2 years ago
Bump stylelint-config-standard-scss from 7.0.1 to 9.0.0 (#24755)

Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
c18884de — Claire 2 years ago
Merge pull request #2198 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
678d836c — Claire 2 years ago
Fix pop-in player placeholder layout in thread view (#24715)

cf1bc4bb — Claire 2 years ago
Fix audio player width in thread view (#24713)

12b935fa — Claire 2 years ago
Merge branch 'main' into glitch-soc/merge-upstream

Conflicts:
- `.github/dependabot.yml`:
  Updated upstream, removed in glitch-soc to disable noise.
  Kept removed.
- `CODE_OF_CONDUCT.md`:
  Upstream updated to a new version of the covenant, but I have not read it
  yet, so kept unchanged.
- `Gemfile.lock`:
  Not a real conflict, one upstream dependency updated textually too close to
  the glitch-soc only `hcaptcha` dependency.
  Applied upstream changes.
- `app/controllers/admin/base_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/controllers/application_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/controllers/disputes/base_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/controllers/relationships_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/controllers/statuses_cleanup_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/helpers/application_helper.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/javascript/mastodon/features/compose/components/compose_form.jsx`:
  Upstream added a highlight animation for onboarding, while we changed the
  max character limit.
  Applied our local changes on top of upstream's new version.
- `app/views/layouts/application.html.haml`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `stylelint.config.js`:
  Upstream added ignore paths, glitch-soc had extra ignore paths.
  Added the same paths as upstream.
105f8687 — Claire 2 years ago
Fix thread lines in right-to-left locales (#24714)

2a3a110f — Claire 2 years ago
Fix wrong classes `audio` and `video` instead of `audio-player` and `video-player` in CSS (#24711)

6028d047 — Eugen Rochko 2 years ago
Change logo version in header based on screen size in web UI (#24707)

a5bc4ea5 — Claire 2 years ago
Fix refering to unused `preview-card` CSS class instead of `status-card` (#24696)

d8a06c13 — Claire 2 years ago
Fix preview cards layout in thread view (#24677)

1527b02c — Claire 2 years ago
Fix sass warning about deprecated slash as division (#24653)

Co-authored-by: Nick Schonning <nschonni@gmail.com>
c35e3cb6 — Eugen Rochko 2 years ago
Add more tips to onboarding flow in web UI (#24646)

290e4aba — Eugen Rochko 2 years ago
Add lines to threads in web UI (#24549)

e1b4eeb6 — Chike Nwaenie 2 years ago
Change styling of the recommended accounts to allow bio to be more visible  (#24480)

e713c545 — Christian Schmidt 2 years ago
Use CSS to trim long card descriptions (#24265)

0461f833 — Eugen Rochko 2 years ago
Add new onboarding flow to web UI (#24619)

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

Merge upstream changes
Next