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
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
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
133ee461ba
Remove most font-awesome references in CSS
...
Most of the references were fontAwesome SVG icons that we'd hacked
directly in to the CSS for some reason I forget. No longer needed.
`.notification__message .fa` just becomes `.notification-group__icon
.icon`; it's for changing the color of the little "the following message in
your notification is a Follow notification" icon to be an on-theme color.
Changed the target so it still works.
Got rid of some styling for a haml template that doesn't exist anymore.
Notably I'm leaving in some `.fa` references because they are still in
Mastodon! Probably a bug I'll file with them.
https://github.com/mastodon/mastodon/blob/v4.5.1/app/javascript/styles/mastodon/widgets.scss#L50-L65
4 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.
4 months ago
Darius Kazemi
d33c5bbfec
General Macaron theme updates
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
Darius Kazemi
4621990cc4
Removing reference to NavigationContainer
...
This must be from one of the future version backports maybe?
4 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
952bdbbc13
fix: add a few missing permalink hrefs
5 months ago
Misty De Meo
f7ddb5ebc4
fix: add missing import from server banner
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
rainbow-bamboo
66a42e1bba
Adds edit-history-modal style to account for the macaron theme ( #1306 )
...
In the macaron theme, the modal that shows you a post's edit history
shows up as dark text on a dark background. I added the missing
declaration so that now it updates dynamically.
Before:

After:

Details: v4.0.2+hometown-1.1.1
1 year ago
Darius Kazemi
d8fb11bf41
Remove version from Mastodon footer
...
It's not needed since the hometown version is already listed.
1 year ago
rrrnld
ea717aaf75
Minor fixes for "Fairy Floss" theme in 1.1.1 ( #1351 )
...
My instance was updated to 1.1.1 recently, and I noticed the background
color does not fill the whole card for links without big preview images
on top when using the fairy-floss theme:

Similarly, there's some background code missing to the right when the
link content (title / preview) don't stretch the card content to fill
the link horizontally:

This diff should fix that. There's some remaining styling for
`.status-card.compact`, but I don't know where that's used.
The second commit fixes some issues with the dropdown that appears when
clicking the "…" button on the bottom left of a post:
**Before**

**After**

My apologies if these changes should be made upstream somewhere, but I
didn't find another repo for the theme.
---------
Co-authored-by: arne <noreply@null.arnes.space>
1 year ago
Darius Kazemi
b2360be8a2
Remove "Post published" popup
...
Mastodon web has a popup that is annoying every time you post. This gets rid of it.
1 year ago
Claire
5ddbf42dae
Fix emoji rewrite adding unnecessary curft to the DOM for most emoji ( #33818 )
1 year ago
github-actions[bot]
ab36c152f9
New Crowdin Translations for stable-4.3 (automated) ( #32297 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
Eugen Rochko
cae93e79a4
Fix missing avatar fallback interfering with transparency in web UI ( #32270 )
1 year ago
Eugen Rochko
889edc560a
Fix wrong width on logo in detailed link card in web UI ( #32271 )
1 year ago
github-actions[bot]
2e0d918d7d
New Crowdin Translations for stable-4.3 (automated) ( #32253 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
Claire
3b4312476f
Fix media gallery items having incorrect borders when hidden ( #32257 )
1 year ago
Claire
4fba4f8c82
Fix notification push notifications not including the author's username ( #32254 )
1 year ago
Claire
6d5aa58f88
Fix unsupported grouped notifications from streaming causing duplicate IDs ( #32243 )
2 years ago
Claire
55b5364534
Hide badges in media gallery when media are hidden ( #32224 )
2 years ago
Claire
404f467fcf
Fix editing description of media uploads with custom thumbnails ( #32221 )
2 years ago
Claire
4a2d3929c5
Fix media uploads in composer appearing over search results in advanced interface ( #32217 )
2 years ago
Claire
931553844d
Fix incorrect `'navigator'` check ( #32219 )
2 years ago
Matt Jankowski
09cf617d7f
Adjust spacing on setting sub-nav items when below mobile size ( #32137 )
2 years ago
Emelia Smith
f397550311
Add detection and download of material_symbol icons in config/navigation.rb ( #31366 )
2 years ago
Matt Jankowski
c828e7731c
Improve alignment of icons on admin roles list ( #32153 )
2 years ago
Renaud Chaput
8ac00533ff
Fix follow notifications from streaming being grouped ( #32179 )
2 years ago
github-actions[bot]
f477dc399e
New Crowdin Translations (automated) ( #32140 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2 years ago
Christian Schmidt
9d664f87a0
Mailer layout fixes ( #32132 )
2 years ago
Matt Jankowski
24d3ce7bab
Add `no-toolbar` state for "nothing here" batch table views ( #32128 )
2 years ago
Eugen Rochko
11a12e56b3
Change media reordering design in the compose form in web UI ( #32093 )
2 years ago
github-actions[bot]
c9b0699964
New Crowdin Translations (automated) ( #32121 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2 years ago
Matt Jankowski
106b22bd2d
Use 1 column layout for form `ul` on narrow widths ( #32112 )
2 years ago
Claire
89c39e7826
Fix scrollbar width ( #32091 )
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
Christian Schmidt
00aaf77e04
Use same styling for statuses in email as on web ( #32073 )
2 years ago
github-actions[bot]
278a075b22
New Crowdin Translations (automated) ( #32103 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2 years ago
Eugen Rochko
3426ea2912
Add preview of followers removed in domain block modal in web UI ( #32032 )
2 years ago