1. The events table had broken styling, making each row overflow 2. It had confusing routes: `/:id` for "edit" and `/:id/events` for "show" (now it's `/:id/edit` and `/:id` respectively) 3. There previously was an unused backend action (`#edit`) - now it is used (and `web_hooks/:id/events` route has been removed) 4. There was outdated/misplaced/duplicated CSS 5. And more |
||
|---|---|---|
| .. | ||
| admin_base.scss | ||
| admin_emojis.scss | ||
| admin_intro.scss | ||
| admin_report_chart.scss | ||
| admin_report_counters.scss | ||
| admin_report_inline_table.scss | ||
| admin_report_stacked_chart.scss | ||
| admin_report_table.scss | ||
| admin_report.scss | ||
| admin_reports.scss | ||
| api.scss | ||
| backups.scss | ||
| badges.scss | ||
| customize-install-theme.scss | ||
| customize.scss | ||
| dashboard.scss | ||
| emails.scss | ||
| json_schema_editor.scss | ||
| mini_profiler.scss | ||
| penalty.scss | ||
| plugins.scss | ||
| settings.scss | ||
| staff_logs.scss | ||
| suspend.scss | ||
| users.scss | ||