summaryrefslogtreecommitdiffstats
path: root/config/icon_source.yml
Commit message (Collapse)AuthorAgeFilesLines
* Replaces legacy magnifier icon with SVG icon in project jump and in search ↵Marius Balteanu2024-12-081-0/+2
| | | | | | field from mobile view (#41714). git-svn-id: https://svn.redmine.org/redmine/trunk@23368 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes missing key icon SVG on Change password button (#23980, #41724).Marius Balteanu2024-11-101-0/+2
| | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23231 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes the sidebar collapsible and stateful (#21808).Marius Balteanu2024-11-061-1/+4
| | | | | | Patch inspired from user:jkraemer. git-svn-id: https://svn.redmine.org/redmine/trunk@23218 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds rake task to download SVG icons from Tabler Github repository using ↵Marius Balteanu2024-10-081-0/+194
config/icon_source.yml as source and to generate a sprite file with all the SVG icons (#23980): * @icons:download@: downloads the default icons * @icons:sprite@: generates the SVG sprite file for the default icons * @icons:generate@: runs @icons:download@ and @icons:sprite@ tasks * @icons:plugin:download@: downloads the icons for a specific plugin if the plugin provides a @icon_source.yaml@ in plugin config directory. * @icons:plugin:sprite@: generates the SVG sprite for the plugin. * @icons:plugin:generate@: runs @icons:plugin:download@ and @icons:plugin:sprite@ tasks git-svn-id: https://svn.redmine.org/redmine/trunk@23105 e93f8b46-1217-0410-a6f0-8f06a7374b81