discourse/app
Martin Brennan 1446596089
UX: Apply admin interface guidelines to Backups page (#28051)
This commit converts the Backups page in the admin interface
to follow our new admin interface guidelines.

As part of this work, I've also made `AdminPageHeader` and `AdminPageSubheader`
components that can be reused on any admin page for consistency, that handle
the title and action buttons and also breadcrumbs.

Also renamed `AdminPluginFilteredSiteSettings` to `AdminFilteredSiteSettings` since
it can be used generally to show a subset of filtered site settings, not only
settings for a plugin. Not sure if it's ideal to have to define a new route for this
for every config area, but not sure how else to do it right now.
2024-08-20 09:59:43 +10:00
..
assets UX: Apply admin interface guidelines to Backups page (#28051) 2024-08-20 09:59:43 +10:00
controllers FEATURE: add system_user_max_attachment_size_kb site setting (#28351) 2024-08-16 11:03:39 -03:00
helpers UX: Use localized time format in embedded comments (#28014) 2024-07-22 18:42:36 +08:00
jobs DEV: Cleanup empty method in job (#28395) 2024-08-16 14:10:46 +08:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models FIX: serialize Flags instead of PostActionType (#28362) 2024-08-14 12:13:46 +10:00
serializers FIX: broken mentioned users with capitalized usernames (#28421) 2024-08-19 20:57:45 +02:00
services FEATURE: add delay to native push notifications (#28314) 2024-08-13 12:12:05 +04:00
views DEV: Convert account activation pages to use Ember (#28206) 2024-08-12 18:02:00 -03:00