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
Claire
86f15cef66
Change search popout to not list unusable search options when logged out ( #27918 )
2 years ago
Michael Stanclift
6fcb1f5799
Fix OCR when using S3/CDN for assets ( #28551 )
2 years ago
Claire
e1be281e3d
Fix report reason selector in moderation interface not unselecting rules when changing category ( #29026 )
2 years ago
Claire
5cb36daa0f
Fix Web UI trying to save user settings when logged out ( #30324 )
2 years ago
Claire
a8039dda13
Fix click event handling when clicking outside of an open dropdown menu ( #31251 )
2 years ago
Darius Kazemi
e09be08a6b
Removing huge logo banner thing on admin page on mobile
2 years ago
Darius Kazemi
cf3234adfd
Custom theme fixes plus some db cruft
2 years ago
Claire
328a9b8157
Change registrations to be disabled by default for new servers ( #29353 )
2 years ago
Brian Holley
3ecc991f63
Fix "Hide these posts from home" list setting not refreshing when switching lists ( #27763 )
2 years ago
Eugen Rochko
8f2dac0567
Fix missing background behind dismissable banner in web UI ( #27479 )
2 years ago
Claire
dfc8fcc6f0
Fix width of large text icon buttons ( #27127 )
2 years ago
gunchleoc
e8c5754142
Fix line wrapping of language selection button with long locale codes ( #27100 )
2 years ago
Claire
7abc61887f
Fix empty column explainer getting cropped under certain conditions ( #28337 )
2 years ago
nachtjasmin
54bcf3dc11
Add styles for "multiple choice" toggle
2 years ago
nachtjasmin
427f510187
Remove wrong negation to fix the alt text badge
2 years ago
nachtjasmin
ded251fffc
Move inline CSS into our overrides scss
2 years ago
nachtjasmin
d0014788f6
Increase font size of page title on login screen
2 years ago
nachtjasmin
7fa01d2eb8
Remove all "older" custom hometown styles
...
Without any documentation, it's hard to figure out the reason for any
line, therefore I removed it.
2 years ago
nachtjasmin
7a71a11082
Hide the explore/onboarding banner
2 years ago
nachtjasmin
8e906d0ea8
Ensure correct rendering of logo in sidebars
2 years ago
nachtjasmin
e14ae645d6
Ensure correct rendering for profile links
2 years ago
nachtjasmin
47d203d8a2
Add a specific stylesheet for all the hometown customizations
2 years ago
nachtjasmin
cea84abb03
Add Mastodon v3 click behaviour back
...
This reverts commit 2bf1233a7e .
2 years ago
nachtjasmin
bf6d451ff7
Add missing inner container for right sidebar
2 years ago
nachtjasmin
9abc807591
Smaller formatting fixes
2 years ago
nachtjasmin
6947207a30
Add missing numeric value for "dislike" category
...
This is diverging behaviour from upstream and was fixed by me in [1]
already. It is working fine on queer.group and therefore now going to be
merged into this fork.
[1]: https://github.com/hometown-fork/hometown/pull/1321
2 years ago
nachtjasmin
fb6547ea7c
Use upstream code for exclusive lists
2 years ago
nachtjasmin
66ff566453
Fix several merge errors (whitespace, duplicate lines)
...
- Align webfinger_controller with upstream
- Remove validation from webhook (It's not in v4.2.1, I don't know where it came from)
- Remove show_application from other view (merge error)
- Remove duplicate display name from account header
- Fix misspelled className for navigation bar
2 years ago
nachtjasmin
13bd1cca81
Add JSDoc for initial state
2 years ago
nachtjasmin
967aa653d3
Only show share entry for federated posts
2 years ago
nachtjasmin
2bf1233a7e
Delete unused permalink component
2 years ago
nachtjasmin
38d112cc6f
Use upstream version for media gallery
...
Mastodon also has a alt badge, now we have a combination of both
behaviours. We keep the class if the alt text is missing and add the alt
badge if it's there.
2 years ago
nachtjasmin
f5747f4b88
Refactor the federation dropdown
...
The privacy dropdown also changed a lot, this commit aligns both
codebases.
2 years ago
Claire
7b9496322f
Change dismissed banners to be stored server-side ( #27055 )
2 years ago
Claire
8d02e58ff4
Fix upper border radius of onboarding columns ( #27890 )
2 years ago
Renaud Chaput
4fc2523546
Do not display the navigation banner in the logo container ( #27476 )
2 years ago
Renaud Chaput
d5bc10b711
The `class` props should be `className` ( #27462 )
2 years ago
nachtjasmin
f3a7cf7c94
Fix several smaller JS lint errors
2 years ago
nachtjasmin
510330fe6e
Run formatting for markdown and SCSS
2 years ago
nachtjasmin
4d19f063d3
Fix two missed localizations
2 years ago
Claire
a1f7d2d19a
Fix scroll position in thread view reseting when closing a modal ( #27350 )
3 years ago
github-actions[bot]
4262cfbe41
New Crowdin Translations (automated) ( #27347 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
3 years ago
Claire
bcfc3b3f65
Fix clicking on already-loaded thread scrolling to the top of the thread ( #27338 )
3 years ago
Claire
6dcccd325f
Fix clicking on already-opened thread post scrolling to the top of the thread ( #27331 )
3 years ago
github-actions[bot]
5a33b81479
New Crowdin Translations (automated) ( #27321 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
3 years ago