Commit Graph

15 Commits

Author SHA1 Message Date
Guillaume Chau 1c8f1953e7 refactor(ui): Config & task icons (#1450)
BREAKING CHANGE:

- `file-icon` for the configurations is removed
- Configuration objects `icon` option changed and is now working differently: you can either use a material icon code or a custom image (see Public static files in the UI Plugin docs).
- Task objects have a new `icon` option wich works exactly the same
- By default, if no icon is provided for either the config or the task, the corresponding vue-cli plugin logo will be used instead (if any).
2018-06-05 10:58:00 +02:00
Caleb Kester 165f82319d Changing tabs to tab (#1441) 2018-06-03 13:08:56 +02:00
Guillaume Chau 0f30639bd0 fix(ui): eslint lint on save default 2018-05-24 18:15:08 +02:00
Guillaume Chau 69a817e2c3 fix(ui): more strings now localized 2018-05-11 22:19:15 +02:00
Guillaume Chau 7ecbd2a857 feat(ui): cypress task 2018-05-11 20:51:42 +02:00
Guillaume Chau 3b7f292eb3 fix(ui): remove eslint disable comment 2018-05-02 17:02:07 +02:00
Guillaume Chau 2eac8ff52d feat(ui): PWA config + ESLint extra config 2018-04-30 19:03:21 +02:00
Guillaume Chau a66dabb613 feat(ui): plugin locales 2018-04-29 23:05:48 +02:00
Guillaume Chau 75e86c6483 fix(ui): prompts async methods + fixes 2018-04-21 16:52:23 +02:00
Guillaume Chau a191d762ad feat(ui): configurations 'files' option can be omitted 2018-04-21 13:11:25 +02:00
Guillaume Chau 6af029e798 feat(ui): Prompt groups + fixes + some vue eslint config 2018-04-18 16:56:30 +02:00
Guillaume Chau 3c59d6f4f4 feat(ui): client addons, ipc, shared data, plugin actions 2018-04-09 01:53:41 +02:00
Guillaume Chau dde426a60e feat(ui): prompt-list default choice + config field auto-remove 2018-03-26 14:33:14 +02:00
Guillaume Chau 05e0dd06fc feat(ui): PluginApi: configurations 2018-03-25 21:54:43 +02:00
Guillaume Chau e07abbbfa6 feat(ui): PluginApi -> describeTask initial impl. 2018-03-25 19:53:58 +02:00