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/views
Akihiko Odaki (@fn_aki@pawoo.net) e98559c3ff Resolve custom application stylesheet with Webpack (#3373)
This implementation is a bit smaller and still has the following benefits:

* No need of app/javascript/packs/custom.js
For custom stylesheet, it typically has only
"require('../styles/custom.scss')" and is redundant.

* No need to extract vendor stylesheet to another asset
Extracting vendor stylesheet could be forgotten by developers who do not
use custom stylesheet.
8 years ago
..
about
accounts
activitypub
admin Move admin/pubsubhubbub controller to admin/subscriptions (#3442) 8 years ago
api Spec coverage and refactor for the api/v1/accounts controllers (#3451) 8 years ago
application
auth
authorize_follows
errors
follower_accounts
following_accounts
home
kaminari
layouts Resolve custom application stylesheet with Webpack (#3373) 8 years ago
notification_mailer
oauth
remote_follow
settings
shared
stream_entries
tags
user_mailer Misc tidying and clean ups (#3445) 8 years ago
well_known