Misty De Meo
89cb9bf94b
frontend: merge errors from typecheck
4 months ago
Misty De Meo
d5e0a217f9
frontend: lints and merge errors
4 months ago
Misty De Meo
299e9aa489
ui: fix minor merge error
4 months ago
Misty De Meo
d2721c9903
frontend: apply prettier formatting
4 months ago
Echo
363b8db5e0
Fixes YouTube embeds ( #37126 )
4 months ago
diondiondion
99c9d3130f
Fix post navigation in single-column mode when Advanced UI is enabled ( #37044 )
4 months ago
Claire
49f99d88d9
Fix scroll-to-status in threaded view being unreliable ( #36927 )
4 months ago
Claire
841dfa63cc
Change private quote education modal to not show up on self-quotes ( #36926 )
4 months ago
Echo
ff39264403
Emoji: Fix path resolution for emoji worker ( #36897 )
4 months ago
diondiondion
2154350685
Fix Cmd/Ctrl + Enter in the composer triggering confirmation dialog action ( #36870 )
4 months ago
diondiondion
971c43f15b
Fix Cmd/Ctrl + Enter not submitting Alt text modal on some browsers ( #36866 )
4 months ago
Claire
9ca179e2e9
Fix posts coming from public/hashtag streaming being marked as unquotable ( #36860 )
4 months ago
Echo
38e78f2c92
Fix deprecation warning in Vite ( #36849 )
4 months ago
diondiondion
fc6d4d245e
Fixes blank screen in browsers that don't support `Intl.DisplayNames` ( #36847 )
4 months ago
Claire
620b6053e0
Fix filters not being applied to quotes in detailed view ( #36843 )
4 months ago
Echo
253b675b17
Emoji: Load emoji with hash in URL ( #36808 )
4 months ago
diondiondion
e04d353211
Fix scroll shift caused by fetch-all-replies alerts ( #36807 )
4 months ago
Darius Kazemi
1fde76f067
Big merge!
4 months ago
Misty De Meo
23633720a8
merge tag v4.5.0
4 months ago
Darius Kazemi
1a23238e2c
Removing Permalink
...
We could add this back in future branches/releases but Mastodon has
changed how they handle external links broadly, so we would need a
different approach (particularly around the "pill" UI element they do
for remote domains in accounts)
4 months ago
Darius Kazemi
180ee3f775
Getting rid of string/boolean confusion
...
The issue is in the dropdown_selector component, which stores data as a
`data-index` element on a dropdown. This means all values are cast to
strings in anything using that dropdown, which means we need to
unstringify on the `handleChange` function that (up in the component)
calls the `getAttribue` function. Anyway this means we can remove
terrible hacks in multiple places.
4 months ago
Darius Kazemi
040c324a44
Fixing application of local_only / federation flag
...
We should probably actually fix this to store as a boolean if at all
possible
4 months ago
Darius Kazemi
65831fbf26
Handling string-value booleans
4 months ago
Darius Kazemi
ac2b63cdba
Add missing var
4 months ago
Darius Kazemi
933094e908
Removing unneeded files, adding missing variable
4 months ago
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
Misty De Meo
86df8feb80
merge v4.4.0 into mastodon_4_3_0
4 months ago
Darius Kazemi
c4c6ebed40
Fixing article rendering!
5 months ago
Darius Kazemi
876f7b750e
Fixing bug with crash on remote profile
...
Displaying a remote profile would cause the app to crash due to unmerged
changes related to reverting in-app redirects back to normal, external
URL permalinks:
https://github.com/hometown-fork/hometown/pull/1249
5 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
5 months ago
Darius Kazemi
b6f78c3c6b
Fix modal appearing on mobile for federation dropdown
...
There was some leftover code from an old Mastodon UI thing where there
was a modal rendering when choosing the federation options in Compose.
This change makes it consistent with the PrivacyDropdown component.
5 months ago
Darius Kazemi
8b7a77c444
Improving layout
5 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.
5 months ago
Darius Kazemi
4621990cc4
Removing reference to NavigationContainer
...
This must be from one of the future version backports maybe?
5 months ago
Misty De Meo
eaee208667
fix: federation dropdown icons
5 months ago
Misty De Meo
be61ca1e3f
fix: missing icon= on icons
5 months ago
Misty De Meo
7580352976
fix: remove duplicate banner definition
5 months ago
Misty De Meo
1eae988304
fix: search icon component ref
5 months ago
Misty De Meo
2abf78861f
fix: typo in permalink
5 months ago
Misty De Meo
4a6926a0dc
fix: permalink imports
5 months ago
Darius Kazemi
d8fb11bf41
Remove version from Mastodon footer
...
It's not needed since the hometown version is already listed.
1 year ago
Claire
5ddbf42dae
Fix emoji rewrite adding unnecessary curft to the DOM for most emoji ( #33818 )
1 year ago
Eugen Rochko
11a12e56b3
Change media reordering design in the compose form in web UI ( #32093 )
2 years ago
Eugen Rochko
a04433f995
Add ability to view alt text by clicking the ALT badge in web UI ( #32058 )
2 years ago
Claire
7a62d57427
Add fallback to domain block confirmation modal ( #32105 )
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
3dc4ddc663
Fix search params being dropped when redirected to non-deck path ( #31984 )
2 years ago