Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-20 | Various fixes and improvements (#12878) | Eugen Rochko | |
* Fix unused role routes being generated * Remove unused JavaScript code * Refactor filters code to be DRYer * Fix `.count == 0` comparisons to `.empty?` in views * Fix filters in views | |||
2020-01-11 | Use heading actions and placeholders in settings (#12801) | Sasha Sorokin | |
This commit: - Refactors centered text blocks currently used for placeholders for empty tables and puts styles for it in separate class - .centered-text, simply aliasing text-align: center. Which is furtherly used in this commit. - Improves applications settings page to use heading actions, moving "New application" button there, and displaying placeholder "You have no applications" in place of empty table. - Improves custom emoji settings page to use heading action for "Upload" button, making it more easily accessible without need to scroll through all of the emojis. - Improves email domain blocks settings page, moving "Add new" to the heading actions and using placeholder "No e-mail domains currently blacklisted" instead of showing empty table. | |||
2019-09-09 | Add batch actions and categories to admin UI for custom emojis (#11793) | Eugen Rochko | |
2017-12-30 | keep the same filters and page when doing custom emojo stuff (fixes #6112) ↵ | beatrix | |
(#6114) | |||
2017-12-13 | Add filters to admin UI for custom emojis (#6003) | Eugen Rochko | |
2017-10-05 | Improve admin UI for custom emojis, add copy/disable/enable (#5231) | Eugen Rochko | |
2017-09-19 | Admin interface for listing, adding and removing custom emojis (#5002) | Eugen Rochko | |
* Admin interface for listing, adding and removing custom emojis * Only display local ones in the list |