~cytrogen/masto-fe

ref: ec0c104bf25f2689c31bb79f9f447be1a9b3da7f masto-fe/app/javascript/mastodon/components d---------
ec0c104b — Nick Schonning 3 years ago
Ensure tabIndex is number instead of string (#24409)

8e19c44b — Nick Schonning 3 years ago
Align typings with installed versions (#24410)

4909c2e7 — Eugen Rochko 3 years ago
New Crowdin updates (#24276)

Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
4520e647 — fusagiko / takayamaki 3 years ago
[Proposal] Make able to write React in Typescript (#16210)

Co-authored-by: berlysia <berlysia@gmail.com>
Co-authored-by: fusagiko / takayamaki <takayamaki@users.noreply.github.com>
46483ae8 — Eugen Rochko 3 years ago
Fix regressions from change in account row design in web UI (#24343)

68a192e7 — Eugen Rochko 3 years ago
Change "direct message" nomenclature to "private mention" in web UI (#24248)

ef127c96 — Eugen Rochko 3 years ago
Change design of account rows in web UI (#24247)

d1b057a0 — Yamagishi Kazutoshi 3 years ago
Remove legacy decorators syntax (#18357)

bd047acc — Christian Schmidt 3 years ago
Replace `Status#translatable?` with language matrix in separate endpoint (#24037)

cb868228 — Christian Schmidt 3 years ago
Do not leave Mastodon when clicking “Back” (#23953)

5a8c651e — Christian Schmidt 3 years ago
Only offer translation for supported languages (#23879)

d3eefead — Christian Schmidt 3 years ago
Add `lang` attribute to media and poll options (#23891)

62c4aecf — Christian Schmidt 3 years ago
Make larger part of status clickable (#23621)

44a7d87c — Renaud Chaput 3 years ago
Rename JSX files with proper `.jsx` extension (#23733)

cde13349 — Christian Schmidt 3 years ago
Fix bad type for spellCheck attribute (#23638)

db2c58d4 — Nick Schonning 3 years ago
Enable ESLint no-useless-escape (#23311)

67744ee7 — Christian Schmidt 3 years ago
Spell check input fields (#23395)

c49213f0 — Nick Schonning 3 years ago
Upgrade ESlint to v8 (#23305)

83a8efa9 — Claire 3 years ago
Add lang attribute to compose textarea and CW field (#23240)

Fixes #19858
b034dc42 — Claire 3 years ago
Fix /api/v1/admin/trends/tags using wrong serializer (#18943)

* Fix /api/v1/admin/trends/tags using wrong serializer

Fix regression from #18641

* Only use `REST::Admin::TagSerializer` when the user can `manage_taxonomies`

* Fix admin trending hashtag component to not link if `id` is unknown
Next