chinwagsocial/app
ThibG 0e362b7678
Fix end-user-facing uses of inline CSS (#13438)
* Move some inline styles to CSS files

* Move default_account_display_name span to fix useless tags with duplicate id

* Change handling of public pages spoiler text from inline CSS to dataset attribute

* Use the `dir` HTML attribute instead of inline CSS

* Move status action bar inline CSS to CSS file

* Hide logo resources from CSS file, not inline CSS

Fixes #11601

* Move translation prompt styling from inline CSS to CSS file

* Move “invited by” styling on registration form from inline to CSS file

* Use the progress tag to display poll results in JS fallback

* Fix poll results JS-less fallback when the user has voted for an option

* Change account public page “moved” notice to use img tags instead of inline CSS

* Move OTP hint inline CSS to SCSS file

* Hide JS-less fallback vote progressbars from accessibility tools

Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
2020-04-28 10:16:55 +02:00
..
chewy Fix bookmarks also searchable (#13293) 2020-03-22 02:40:03 +01:00
controllers Allow users to delete their header and avatar (#13234) 2020-04-20 14:03:03 +02:00
helpers Allow users to delete their header and avatar (#13234) 2020-04-20 14:03:03 +02:00
javascript Fix end-user-facing uses of inline CSS (#13438) 2020-04-28 10:16:55 +02:00
lib Change delivery failure tracking to work with hostnames instead of URLs (#13437) 2020-04-15 20:33:24 +02:00
mailers Fix error when sending moderation notification (#13014) 2020-02-01 15:42:12 +01:00
models Add separate cache directory for non-local uploads (#12821) 2020-04-26 23:29:08 +02:00
policies Add ability to delete files uploaded for settings in admin UI (#13192) 2020-03-08 16:00:24 +01:00
presenters Fix n+1 query for bookmarks on statuses (#12494) 2019-11-28 04:08:00 +01:00
serializers Add invites_enabled to API (#13501) 2020-04-28 09:43:34 +02:00
services Fix not being able to resolve public resources in development environment (#13505) 2020-04-25 22:01:08 +02:00
validators Improve polls: option lengths & redesign (#13257) 2020-04-02 17:10:55 +02:00
views Fix end-user-facing uses of inline CSS (#13438) 2020-04-28 10:16:55 +02:00
workers Fix DeliveryWorker not to call failure_tracker when inbox_url is unavailable (#13482) 2020-04-16 08:04:10 +02:00