Darius Kazemi
2fe75db85c
Linter catching a bunch of stuff that needed fixing
4 months ago
Darius Kazemi
4924ad9344
More merging
...
Work to maintain
- Permalinks (aka links outside the app instead of inside)
- Alt badges and no-alt badges and media-description-missing class for
audio/video
- Federation dropdowns and icons (local-only UI)
4 months ago
Darius Kazemi
0a74823f8d
Merge pt1
...
Main bits here are:
- retaining the "no alt text badge" and the custom class "media-missing-description" which lets admins apply custom CSS to media that doesn't have alt text
- agreeing with the upstream merge removing "noreferrer" from the
thumbnail link because that is now set by the admin in the UI: 425311e1d9
4 months ago
Misty De Meo
86df8feb80
merge v4.4.0 into mastodon_4_3_0
4 months ago
Darius Kazemi
c4c6ebed40
Fixing article rendering!
4 months ago
Darius Kazemi
1bdbe2e01c
Fix "read article" button
...
There's a button that is supposed to render when an ActivityPub article
is received and the status is collapsed for being too long. Instead of
saying "read more" it says "read article" and takes you to the rendered
Article.
4 months ago
Darius Kazemi
e6058dfc67
1 Fix linter error re Permalink
...
Linter was complaining about a missing "href" on Permalink in the
hashtag component, but when I dug in, it's a partially merged feature
from this PR:
https://github.com/hometown-fork/hometown/issues/1249
If you look at the PR, there was never meant to be hashtag-specific
permalink functionality (this was code applied from an external patch), and
regardless I just checked and the hashtag functionality never worked
anyway (opening hashtag links in new windows).
4 months ago
Darius Kazemi
38350ee3b7
Re-implement "no alt" badges
...
This work is required to make sure we maintain an important Hometown
accessibility feature, originally implemented here:
https://github.com/hometown-fork/hometown/pull/1261
4 months ago
Darius Kazemi
8b7a77c444
Improving layout
4 months ago
Darius Kazemi
4db61853d8
Updating Icon rendering in federation dropdowns
...
Fixes an issue where it was trying to render FontAwesome-style icons
still. I just copied what some of the other similar dropdowns do. This
also fixes a rendering error when displaying a local-only post, thought
the layout still needs fixing.
4 months ago
Misty De Meo
be61ca1e3f
fix: missing icon= on icons
4 months ago
Misty De Meo
952bdbbc13
fix: add a few missing permalink hrefs
4 months ago
Misty De Meo
f7ddb5ebc4
fix: add missing import from server banner
4 months ago
Eugen Rochko
cae93e79a4
Fix missing avatar fallback interfering with transparency in web UI ( #32270 )
1 year ago
Claire
3b4312476f
Fix media gallery items having incorrect borders when hidden ( #32257 )
1 year ago
Claire
55b5364534
Hide badges in media gallery when media are hidden ( #32224 )
1 year ago
Eugen Rochko
a04433f995
Add ability to view alt text by clicking the ALT badge in web UI ( #32058 )
2 years ago
Eugen Rochko
89df27a06c
Change design of media tab on profiles in web UI ( #31967 )
2 years ago
Eugen Rochko
3426ea2912
Add preview of followers removed in domain block modal in web UI ( #32032 )
2 years ago
Eugen Rochko
28c4eca0af
Change responsive break points on navigation panel in web UI ( #32034 )
2 years ago
Renaud Chaput
739ad0eed2
Keep the status action buttons at their position regardless of the counter size ( #32084 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
e7fd0985c9
Change zoom icon in web UI ( #29683 )
2 years ago
Claire
57a38f071b
Fix custom `history.push` and `history.replace` building bogus location if path is omitted ( #31980 )
2 years ago
Claire
6c76a7a907
Fix cancel follow request button sometimes saying “Follow back” ( #31934 )
2 years ago
Eugen Rochko
24ef8255b3
Change design of embed modal in web UI ( #31801 )
2 years ago
Eugen Rochko
3d46f47817
Change embedded posts to use web UI ( #31766 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
renovate[bot]
a27f7f4e56
Update typescript-eslint monorepo to v8 (major) ( #31231 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2 years ago
Eugen Rochko
a3215c0f88
Change inner borders in media galleries in web UI ( #31852 )
2 years ago
Eugen Rochko
3929e3c6d2
Change design of hide media button in web UI ( #31807 )
2 years ago
Eugen Rochko
a021dee642
Change labels on thread indicators in web UI ( #31806 )
2 years ago
Eugen Rochko
500f4925a5
Change how content warnings and filters are displayed in web UI ( #31365 )
2 years ago
Eugen Rochko
b06c7b6b5a
Change hints for missing remote content in web UI ( #31516 )
2 years ago
Emelia Smith
71f257d529
Disable rule selector in ReportReasonSelector if instance has no rules ( #31458 )
2 years ago
Claire
e1be281e3d
Fix report reason selector in moderation interface not unselecting rules when changing category ( #29026 )
2 years ago
Claire
a8039dda13
Fix click event handling when clicking outside of an open dropdown menu ( #31251 )
2 years ago
Renaud Chaput
7e501c59c2
Add a border above the timeline hint for statuses with replies ( #31387 )
2 years ago
Claire
658addcbf7
Add ability to report, block and mute from notification requests list ( #31309 )
...
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2 years ago
Claire
1701575704
Add option to ignore filtered notifications to the web interface ( #31342 )
2 years ago
Claire
2edae5ea28
Convert PrivacyDropdownMenu to Typescript and generalize it to DropdownSelector component ( #31338 )
2 years ago
Claire
30430a62e2
Fix broken “mute” button in mutes list ( #31315 )
2 years ago
Renaud Chaput
97b9e8befd
Add account notes to hover cards ( #31300 )
2 years ago
Renaud Chaput
cc453f2221
Change the filtered notification count to be in the account avatar ( #31262 )
2 years ago
Claire
bb3941f885
Change `DropdownMenu` component's `items` prop type ( #31263 )
2 years ago
Claire
afdfeb5856
Fix click event handling when clicking outside of an open dropdown menu ( #31251 )
2 years ago
Eugen Rochko
8818748b90
Change design of confirmation modals in web UI ( #30884 )
...
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2 years ago
Claire
af06d74574
Fix keyboard shortcuts and navigation in grouped notifications ( #31076 )
2 years ago
Claire
e768b23aa9
Remove routerHistory parameters from composer actions ( #31077 )
2 years ago
Renaud Chaput
f587ff643f
Grouped Notifications UI ( #30440 )
...
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Adam Niedzielski
a609940ec9
Fix test description in hashtag_bar ( #30827 )
2 years ago
Claire
ad52b04a1c
Add setting to disable hover cards ( #30931 )
...
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
2 years ago