Age | Commit message (Collapse) | Author |
|
|
|
* Fix poll options not being selectable via keyboard
Fixes #12384
* Improve styling of poll option checkboxes/radio buttons
* Use more appropriate ARIA roles for poll options
* Allow switching between single and multiple choice from keyboard
* Coding style
* Avoid using .bind()
|
|
|
|
Counter size is currently set to strict 33.3% width, but with it
counter may break in other languages than English. For example it is
already broken on Gargron's profile on mastodon.social using Russian
locale.
This commit changes "width" to "min-width", so counters still displayed
correctly, but if they need more width to fit text, they are now allowed
to take as many width as they need.
|
|
* Fix closed registration message blur
* Adjust overlay margins to account for blur
Fixes #12425
|
|
* Add backend support for bookmarks
Bookmarks behave like favourites, except they aren't shared with other
users and do not have an associated counter.
* Add spec for bookmark endpoints
* Add front-end support for bookmarks
* Introduce OAuth scopes for bookmarks
* Add bookmarks to archive takeout
* Fix migration
* Coding style fixes
* Fix rebase issue
* Update bookmarked_statuses to latest UI changes
* Update bookmark actions to properly reflect status changes in state
* Add bookmarks item to single-column layout
* Make active bookmarks red
|
|
- Disable the “add option” button instead of hiding it
- Allow poll option inputs to scale to full width
|
|
* Add download button for audio player
* Add download button for video player
* fix padding for download button in Audio component
|
|
Fixes #12151
|
|
|
|
On mobile, batch actions are hidden from the settings/admin interface,
but there are several places those actions can only be performed through
batch actions.
This may not look great, but at least it makes the actions available again.
|
|
|
|
Fetching statuses from all followed accounts at once takes too long
within Postgres. Fetching them one by one and merging in Ruby
could be a lot less resource-intensive
Because the query for dynamically fetching the home timeline is so
heavy, we can no longer offer it when the home timeline is missing
|
|
Fix video attachments having a GIF label in media tab in web UI
|
|
|
|
Also:
- Fix embed modal in light theme
- Fix confirmation modal in light theme
|
|
* Fix bad word breaking
* Fix style
* Fix style
|
|
|
|
|
|
|
|
* Add some explanation to the mute modal dialog
* Remove `isSubmitting` from mute modal code, this wasn't used
* Refactor block modal
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
* Refactor SCSS a bit
* Put mute modal toggle to the same side as in the report dialog for consistency
* Reword mute explanation
* Fix mute explanation styling
* Left-align all text in mute confirmation modal
|
|
Pleroma generates polls without p tag
|
|
|
|
|
|
* Fix: overflow on conversations
* Fix: overflow on conversations
|
|
* Add own_votes field to poll results in REST API
Fixes #10679
* Display user votes in WebUI
* Update styling
* Add vote checkmark to public pages
|
|
* Fix ugly TOC when title is too long
* Fix TOC using grid, minmax
|
|
Fix #11414, fix #9860, fix #10434
|
|
Hide navigation behind hamburger icon on small screens in admin layout
|
|
Fix #11476
|
|
Fix #11841
|
|
Move public domain blocks information to about page
|
|
Fix #3961
|
|
|
|
Fix #11720
|
|
|
|
Fix #11689
|
|
|
|
* Add account bio to account admin view
* Change styling to make bio fields / content more readable
|
|
|
|
|
|
Fix deletion of unconfirmed account not freeing up the username
Add prefill of logged-in user's email in the reconfirmation form
|
|
|
|
Fixes #11690
|
|
|
|
|
|
|
|
* Add profile directory to web UI
* Add a line of bio to the directory
|
|
* Fix more visual issues with the audio player
- Add horizontal baseline in the middle of waveform
- Fix audio player colors in light theme
- Use audio element instead of web audio API
- Do not render any bars until the file is loaded
- Do not allow interactions with waveform until the file is loaded
* Fix code style issue
|
|
|