~cytrogen/masto-fe

ref: f89f3a85662ce1f4e6f130748ded22821e4a7acd masto-fe/app/javascript/flavours d---------
f89f3a85 — Claire 2 years ago
Fix glitch-soc's thread line styling (#2214)

Thread lines were misaligned in glitch-soc because we have less padding and
larger avatar sizes.
61f3e0e9 — Claire 2 years ago
Merge pull request #2213 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
aff2d55b — fusagiko / takayamaki 2 years ago
[Glitch] Add type annotation for RelativeTimestamp component

Port 15fd712464dc6404e520aa302db0fba26cd630f3 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
a49707da — fusagiko / takayamaki 2 years ago
[Glitch] Rewrite Icon and IconWithBadge with typescript

Port 81f75b1e0ecaa3c7a13f75188497be8b0f716dea to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
7835f8fd — Eugen Rochko 3 years ago
[Glitch] Fix icons having an image role

Port 24b2c60beb73ff932b9539587e162283e99fd35d to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
e9eab013 — Claire 2 years ago
[Glitch] Fix audio player width in thread view

Port cf1bc4bb93f93c3056434f694f7ce31ce7f03158 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
51479f5c — Nick Schonning 2 years ago
[Glitch] Add eslint-plugin-jsdoc

Port f22b4e556c0e66465b87c57a2d5cf48452ead259 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
09054f54 — Christian Schmidt 2 years ago
[Glitch] Fix media description not being cleared

Port bfeccf67486d105d4c2a07719fdf4772652bad74 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
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]
c18884de — Claire 2 years ago
Merge pull request #2198 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
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>
10335984 — Nick Schonning 2 years ago
[Glitch] Enable formatjs/prefer-pound-in-plural

Port 2daa5a1549f0c954e9d5f2c073ac32454a4c50fb to glitch-soc

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