~cytrogen/masto-fe

ref: 2d029dedd928681e8fa0c59b236ba89812ff5e92 masto-fe/app/javascript d---------
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.
5d18840a — Claire 2 years ago
Fix more JS linting issues (#2212)

* Fix uses of intl.formatMessages without default messages

* Ignore lint issue for ColumnLink button
16c5354b — Claire 2 years ago
Fix some more JS linting issues (#2211)

* Minor refactor and linting fixup in `flavours/glitch/actions/accounts.js`

This is some added boilerplate but it's much more consistent with the remaining
of the code, and avoids the linting issue.

* Fix missing /privacy-policy link in DM warning because of wrongly-named import

* Fix unnecessary import

* Fix regexp in flavours/glitch/utils/hashtag.js
de74acbe — Claire 2 years ago
Fix some more Javascript linting issues and discrepancies with upstream (#2209)

* Fix typo in flavours/glitch/features/video/index.js

* Fix various linting issues and discrepancies with upstream
ed0a4078 — Claire 2 years ago
Fix thread lines not being properly updated when new posts are received (#2210)

179e38cf — Plastikmensch 2 years ago
Reset language to default when cancelling a reply (#2114)

When cancelling a reply, the language was still set to the language of the replied to toot.

Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
3fb7fe14 — Claire 2 years ago
Fix some of the Javascript linting issues, as well as bugs and unneeded divergences with upstream (#2208)

* Run eslint --fix

* Fix linting issues in video player and reduce divergences with upstream

This includes a behavior change of not auto-looping videos anymore. I don't
remember loops being ever intended, and they have been removed from upstream
a while ago, but we somehow missed the change.

* Fix lint issues in `app/javascript/flavours/glitch/selectors/index.js`

Those were basically caused by dead code that isn't present upstream, so
that brings us closer to upstream as well.

* Fix linting issue and bug in streaming/index.js

* Fix linting issues in config/webpack/shared.js

* Fix unused import in flavours/glitch/features/ui/index.js

* Fix linting issues and reduce divergences from upstream in flavours/glitch/features/ui/components/video_modal.jsx

* Fix linting issues in flavours/glitch/reducers

* Fix linting issues in glitch-soc onboarding modal

* Fix linting issues in flavours/glitch/features/ui/components/navigation_panel.jsx

* Remove dead code for unused local setting navbar_under

* Fix various linting issues

* Fix linting issues in flavours/glitch/components/scrollable_list.jsx and reduce divergences with upstream
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
a6207d24 — Claire 2 years ago
New Crowdin updates (#2202)

* New translations en.json (Russian)
[ci skip]

* New translations en.json (Russian)
[ci skip]
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>
15fd7124 — fusagiko / takayamaki 2 years ago
Add type annotation for RelativeTimestamp component (#24749)

81f75b1e — fusagiko / takayamaki 2 years ago
Rewrite Icon and IconWithBadge with typescript (#24747)

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

Merge upstream changes
0a08e9d3 — Eugen Rochko 2 years ago
New Crowdin updates (#24678)

Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
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)

f22b4e55 — Nick Schonning 2 years ago
Add eslint-plugin-jsdoc (#24719)

bfeccf67 — Christian Schmidt 2 years ago
Fix media description not being cleared (#24720)

e79998a1 — Claire 2 years ago
Restore translations from not-yet-ported onboarding changes as glitch-soc translations
38eeed6c — Eugen Rochko 2 years ago
[Glitch] Change logo version in header based on screen size in web UI

Port 6028d047b9f7d14b2617f47b51f6098f686b1b4e to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Next