Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-22 | Fix IDN domains not being rendered correctly in a few left-over places (#17848) | Eugen Rochko | |
2022-01-17 | Add notifications for statuses deleted by moderators (#17204) | Eugen Rochko | |
2020-11-06 | Add subresource integrity for JS and CSS assets (#15096) | Eugen Rochko | |
Fix #2744 | |||
2020-04-28 | Fix admin-facing uses of inline CSS (#13575) | ThibG | |
* Move .back-button inline styles to CSS file All occurrences of the back-button CSS class used the same inline CSS rules, so moved them over to the CSS file * Fix “Add new domain block” button using inline CSS * Replace common pattern of inline-styled button boxes by a CSS class In particular, switching from `float: left/right` to a flexbox with `justify-content: space-between`. This implied changing the order of a few HTML tags and adding an empty `div` in one case. Also removed a `margin-bottom` rule that wasn't needed due to the margins of surrounding elements. * Move account admin view inline CSS to CSS file | |||
2018-12-28 | Improve admin UI for account view (#9643) | Eugen Rochko | |
2018-05-05 | Improve admin UI for accounts (#7360) | Eugen Rochko | |
* Improve design of account statuses admin UI (consistent with reports) * Make account moderation notes look consistent with report notes * i18n-tasks remove-unused * Fix code style issues * Fix tests | |||
2017-07-18 | Improve admin page (#4121) | abcang | |
* Improve admin page * Fix test * Add spec * Improve select style |