Eugen Rochko
7130d6e512
Fix relationship manager on narrow screens ( #10293 )
At the cost of functionality
5 years ago
Thibaut Girka
8ea344fed4
Fix compilation after emoji-picker change
5 years ago
Nolan Lawson
db06b25376
fix: update to emoji-mart 2.10.0 ( #10281 )
* fix: update to emoji-mart 2.10.0
* remove useless change
* fix CSS style of emoji picker, improve a11y
* fix missing newline in scss
* fix the title and input fonts
5 years ago
Eugen Rochko
6a3f08661f
Fix scrollbar styles on compose textarea, small bugs ( #10292 )
5 years ago
Eugen Rochko
1c113fd72d
Add relationship manager UI ( #10268 )
5 years ago
Eugen Rochko
51e154f5e8
Admission-based registrations mode ( #10250 )
Fix #6856
Fix #6951
5 years ago
Eugen Rochko
6e3936aa6f
Improve invites list with click-to-copy inputs ( #10259 )
5 years ago
Eugen Rochko
5b50c2cbaa
Add muted style for polls in web UI ( #10248 )
5 years ago
Eugen Rochko
65fffeac3f
Redesign landing page ( #10232 )
5 years ago
Eugen Rochko
57643557b6
Avoid line breaks in poll options ( #10188 )
5 years ago
Eugen Rochko
d97cbb0da6
Add UI for creating polls ( #10184 )
* Add actions and reducers for polls
* Add poll button
* Disable media upload if poll enabled
* Add poll form
* Make delete & redraft work with polls
5 years ago
Eugen Rochko
a198add83b
Fix various issues in polls ( #10165 )
* Fix ActivityPub poll results being serialized even with hide_totals
* Fix poll refresh button having a different font size
* Display poll in OpenGraph description
* Fix NoMethodError when serializing votes
Regression from #10158
* Fix polls on public pages being broken for non-logged-in users
* Do not show time remaining if poll has no expiration date
5 years ago
ThibG
4ced609497
Fixes to the polls UI ( #10150 )
* Allow unselecting choices in multiple choice polls
* Properly disable checkboxes/radio buttons for polls in public pages
* Visually differentiate checkboxes and radio buttons
5 years ago
Eugen Rochko
230a012f00
Add polls ( #10111 )
* Add polls
Fix #1629
* Add tests
* Fixes
* Change API for creating polls
* Use name instead of content for votes
* Remove poll validation for remote polls
* Add polls to public pages
* When updating the poll, update options just in case they were changed
* Fix public pages showing both poll and other media
5 years ago
trwnh
df01206703
Allow getting-started to scroll on short screens ( #10075 )
At 480px height, there is not enough space to fully display the footer.
5 years ago
Eugen Rochko
80388a3ffe
Change error graphic to hover-to-play ( #10055 )
Fix #6060
5 years ago
Ben Lubar
309043b158
Improve image description user experience ( #10036 )
* Add image descriptions to searchable post content.
* Allow multi-line image descriptions.
* Request image descriptions in the same query as posts when creating the search index.
(see https://github.com/tootsuite/mastodon/pull/10036#discussion_r256551624 )
5 years ago
ThibG
188f1c7c89
Add list title editing ( #9748 )
* Add list title editing
Port changes made by ash for glitch-soc
* Code style fixes
5 years ago
Eugen Rochko
114cdc36aa
Fix style regressions on landing page ( #10030 )
5 years ago
Eugen Rochko
169b9d4428
Fix hashtags select styling in default and high contrast themes ( #10029 )
5 years ago
ThibG
98d1a1f117
Disable box shadows for featured hashtags in light theme ( #10034 )
Fixes #9990
5 years ago
Eugen Rochko
c6e7b97baa
Fix color of static page links in high contrast theme ( #10028 )
5 years ago
trwnh
76d41475a8
[UI] Fix whitespace being applied to div instead of p ( #9968 )
* fix large line breaks
* fix ascii art posts
5 years ago
Eugen Rochko
364f2ff9aa
Add featured hashtags to profiles ( #9755 )
* Add hashtag filter to profiles
GET /@:username/tagged/:hashtag
GET /api/v1/accounts/:id/statuses?tagged=:hashtag
* Display featured hashtags on public profile
* Use separate model for featured tags
* Update featured hashtag counters on-write
* Limit featured tags to 10
5 years ago
Eugen Rochko
ad8c71c985
Fix link color in high-contrast theme, add underlines ( #9949 )
Improve sorting of default themes in the dropdown
5 years ago
trwnh
c87863bdd1
Fix Firefox scrollbar color regression in #9210 ( #9908 )
In #9210 the track color was changed to transparent for no apparent reason. This PR restores the previous color selections implemented in #8653 while keeping the updated property name. Per https://github.com/tootsuite/mastodon/pull/9210#issuecomment-441788776 there is no particular reason for the color change in #9210 .
5 years ago
Jeong Arm
d50e824168
Apply style for .landing-page strong ( #9892 )
5 years ago
Eugen Rochko
b506ce1197
Fix new hashtag page's items not being full-width on mobile ( #9852 )
Fix #9845
5 years ago
Eugen Rochko
a492a9bcd3
Add information about how to opt-in to the directory on the directory ( #9834 )
Fix #9833
5 years ago
Mélanie Chauvel (ariasuni)
b8894c429a
Fix slightly cropped font on settings page dropdowns when using system font ( #9839 )
5 years ago
Eugen Rochko
8b19903559
Improve the public hashtag page ( #9831 )
- Fix height not updating when clicking show more on public hashtag page
- Add header to the public hashtag page
- Change text size and margins on the public hashtag page
5 years ago
ThibG
3b3a4d8a17
Fix public hashtag timeline width on mobile, fix scrollbar width compensation ( #9824 )
* Fix hashtag timeline width being potentially larger than window width
* Add automatic computation of scrollbar width
5 years ago
Eugen Rochko
bc642ac24b
Redesign public hashtag page to use a masonry layout ( #9822 )
5 years ago
ThibG
c5b8824a3e
Fix hashtag timeline on mobile ( #9806 )
Instead of forcing 90vh for the scrollable part of the timeline's height as
in #9781 (which may be off), use `display: flex`, exactly like on desktop.
5 years ago
Jeong Arm
9ee9cb549b
Adjust admin UI right panel size ( #9768 )
* Adjust admin UI right panel size
* Fix typo
5 years ago
Mateusz Bugowski
1183246043
change height on narrow view to take 100% of screen ( #9781 )
* change height on narrow view to take 100% of screen
* add empty line before @media
5 years ago
Thibaut Girka
3a0b12cbfe
Fix how flavour screenshots are displayed in the vanilla flavour
5 years ago
Eugen Rochko
1c6588accc
Redesign admin instances area ( #9645 )
5 years ago
Eugen Rochko
bd5a8c7765
Fix embed play icons regression from #9715 ( #9731 )
5 years ago
Eugen Rochko
92daf7cd37
Fix unreadable text color in report modal for some statuses ( #9716 )
Fix #9697
5 years ago
Eugen Rochko
1512af2811
Display fallback link card thumbnail when none is given ( #9715 )
5 years ago
Thibaut Girka
1b35ca17a9
Fix some image paths in SCSS files
5 years ago
Thibaut Girka
eb481c9049
Fix syntax errors in win95 SCSS file
5 years ago
Eugen Rochko
6e49907ecf
Improve admin UI for account view ( #9643 )
5 years ago
Eugen Rochko
3c033c4352
Add moderation warnings ( #9519 )
* Add moderation warnings
Replace individual routes for disabling, silencing, and suspending
a user, as well as the report update route, with a unified account
action controller that allows you to select an action (none,
disable, silence, suspend) as well as whether it should generate an
e-mail notification with optional custom text. That notification,
with the optional custom text, is saved as a warning.
Additionally, there are warning presets you can configure to save
time when performing the above.
* Use Account#local_username_and_domain
5 years ago
Hinaloe
2e1b5edfea
improved appearance of notification filter on safari ( #9564 )
6 years ago
Eugen Rochko
12ab15e584
Make notifications quick-filter use consistent style with profile tabs ( #9554 )
6 years ago
ThibG
4ede51743e
Minor scrollable list fixes ( #9551 )
* Make sure loading indicator has enough vertical space
* Respect reduce_motion setting for loading indicator
6 years ago
Eugen Rochko
9cb26bb56b
Add new first-time tutorial ( #9531 )
* Prepare to load onboarding as a full page
* Update the first-time introduction
* Improve responsive design
* Replace speech bubble with logo
* Increase text size and reword first paragraph
6 years ago
Eugen Rochko
087e118971
Remove "most popular" tab from profile directory, add responsive design ( #9539 )
* Remove "most popular" tab from profile directory, add responsive design
* Remove unused translations
6 years ago