You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Sasha Sorokin 7da54001fe Avoid using uppercase text-transform (#12684)
One user suggested that the loading indicator should not be written
ALL CAPS, at first it was thought this change is very minor, but then
a few other people asked agreed on the same thing - variant without
caps looks better. It may be related that it is harder to read or just
looks too "catchy". Moreover, I asked @rf@mastodonsocial.ru community
what they think of that and 82% of 22 people agreed on this change.

This commit removes all usage of text-transform: uppercase, where the
font size specified, it changes the value by one pixel larger, so we
still keeping the "designed" size of the labels but without using CAPS.
5 years ago
..
chewy Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) 6 years ago
controllers Fix base64-encoded file uploads not being possible (#12748) 5 years ago
helpers Fix ruby 2.7 warnings about keyword parameters (#12824) 5 years ago
javascript Avoid using uppercase text-transform (#12684) 5 years ago
lib Add support for linking XMPP URIs in toots (#12709) 5 years ago
mailers Split AccountsHelper from StatusesHelper (#12078) 6 years ago
middleware Fix uncaught query param encoding errors (#12741) 5 years ago
models Remove dependency on OStatus2 gem (#12822) 5 years ago
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
presenters Fix n+1 query for bookmarks on statuses (#12494) 5 years ago
serializers Fix IDN mentions not being processed, IDN domains not being rendered (#12715) 5 years ago
services Clarify keyword arguments with ** (#12769) 5 years ago
validators Fix uncaught domain normalization error in remote follow (#11703) 6 years ago
views Use heading actions and placeholders in settings (#12801) 5 years ago
workers Suppress backtrace when delivering toots (#12798) 5 years ago