Commit Graph

663 Commits

Author SHA1 Message Date
Guillaume Chau
4fd8885e9c fix(ui): ProjectNav padding 2018-04-21 23:04:15 +02:00
Guillaume Chau
63b0984482 feat(ui): ProjectNavMore + About view 2018-04-21 23:01:17 +02:00
Guillaume Chau
5df5427d2e feat(ui): serve static files in plugin ui-public folders + support custom icons in routes 2018-04-21 21:58:10 +02:00
Guillaume Chau
9d8dc0be6e feat(ui): ProjectNav plugin support 2018-04-21 18:01:40 +02:00
Guillaume Chau
9fbe07cf13 fix(ui): plugin items cursor 2018-04-21 17:12:10 +02:00
Guillaume Chau
a60dc4e451 feat(ui): PluginApi validation: better errors 2018-04-21 17:06:39 +02:00
Guillaume Chau
a4f6e1dc80 fix(ui): eslint disaled rule 2018-04-21 17:06:21 +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
7a01cd0659 fix(ui): client addons serve 2018-04-18 16:56:43 +02:00
Guillaume Chau
6af029e798 feat(ui): Prompt groups + fixes + some vue eslint config 2018-04-18 16:56:30 +02:00
Guillaume Chau
5fdb9b4b5f fix(ui): "More info" link cut when wrapped 2018-04-18 15:38:38 +02:00
Guillaume Chau
177059bc37 fix(ui): client addon serve 2018-04-18 15:22:47 +02:00
Guillaume Chau
a602b2cd23 fix(ui): client addon serve error 2018-04-18 15:21:09 +02:00
Guillaume Chau
0c1c245316 feat(ui): Webpack addon: progress status icon 2018-04-18 15:01:55 +02:00
Guillaume Chau
53d5d4e89d fix(ui): process killed before ipc messages are sent 2018-04-17 17:42:52 +02:00
Guillaume Chau
e33bec6714 fix(ui): cli-ui-addon-webpack dev urls 2018-04-17 14:35:23 +02:00
Guillaume Chau
1b27231361 feat: vue.config devBaseUrl (fix #1102) 2018-04-17 14:26:50 +02:00
Guillaume Chau
131cc4654f fix(ui): ProjectNavButton tooltip delay 2018-04-17 13:42:13 +02:00
Guillaume Chau
2bcb9919d4 chore(ui): clean up console.log 2018-04-17 02:58:52 +02:00
Guillaume Chau
eab8b0ac3a feat(ui): project/plugin notifs 2018-04-17 02:57:16 +02:00
Guillaume Chau
0335d325ac feat(ui): Task notifs 2018-04-17 02:53:23 +02:00
Guillaume Chau
65019d6ce5 feat(ui): restore last route 2018-04-17 02:21:19 +02:00
Guillaume Chau
f79cb6e25a feat(ui): open last project 2018-04-17 02:13:36 +02:00
Guillaume Chau
9320f5fc7f chore(ui): clean up console.log 2018-04-17 02:13:21 +02:00
Guillaume Chau
751698edbc fix(ui): wait for CWD reset when entering project main view 2018-04-17 01:59:46 +02:00
Guillaume Chau
5851634124 fix(ui): toolbars background color 2018-04-17 01:48:06 +02:00
Guillaume Chau
3fea8a7ad7 chore(ui): upgrade @vue/ui to fix an issue with mergeData 2018-04-17 01:17:33 +02:00
Guillaume Chau
021370d71f fix(ui): express timeout 2018-04-16 19:41:12 +02:00
Guillaume Chau
cdf9d07790 feat(ui): vue ui command 2018-04-16 18:18:45 +02:00
Guillaume Chau
dbac02f544 feat(ui): route badges 2018-04-13 21:50:56 +02:00
Guillaume Chau
d51e5f165b feat(ui): page title 2018-04-12 21:08:37 +02:00
Guillaume Chau
5139dbcb2a fix(ui): package logo loading only if necessaryx 2018-04-12 20:42:59 +02:00
Guillaume Chau
46567e3d2b feat(ui): try to load logo.png in package search 2018-04-12 20:26:44 +02:00
Guillaume Chau
11bb249f56 feat(ui): NotFound view 2018-04-12 20:10:14 +02:00
Guillaume Chau
1d9a4d6ba3 fix(ui): throttle DashboardPlugin progress updates 2018-04-12 18:16:30 +02:00
Guillaume Chau
0161b740ab fix(ui): terminal colors to match color palette 2018-04-12 18:13:18 +02:00
Guillaume Chau
2e9cfab0f0 fix(ui): remove console.logs 2018-04-12 18:07:36 +02:00
Guillaume Chau
21d3e94a3f fix(ui): display 0 instead of NaN 2018-04-12 18:07:23 +02:00
Guillaume Chau
60b86eb3b2 fix(ui): SharedData errors 2018-04-12 18:07:07 +02:00
Guillaume Chau
d018e1f53e refactor(ui): split schema 2018-04-12 17:59:56 +02:00
Guillaume Chau
a628b43cf2 fix(ui): deps + dahsboard plugin 2018-04-11 20:41:46 +02:00
Guillaume Chau
2ef69009db fix(ui): mergeData crash 2018-04-09 20:12:38 +02:00
Guillaume Chau
90e0901994 Merge branch 'feat-ui' of github.com:vuejs/vue-cli into feat-ui 2018-04-09 15:00:13 +02:00
Guillaume Chau
96c95a8184 fix(ui): DashboardPlugin ack data 2018-04-09 15:00:00 +02:00
Guillaume Chau
31e8c1dadb fix(ui): ipc.send 2018-04-09 14:59:41 +02:00
Haroen Viaene
a53053f36d chore(UI): use computedKeywords to filter the search (#1095)
Both `keywords` and `computedKeywords` work, but `computedKeywords` will make sure this only matches for those with the correct name, not all with that keyword. 

Thanks!
2018-04-09 14:25:22 +02:00
Guillaume Chau
3c59d6f4f4 feat(ui): client addons, ipc, shared data, plugin actions 2018-04-09 01:53:41 +02:00
Guillaume Chau
fd7868c052 refactor(ui): moved project nav routes to backend 2018-03-29 18:19:40 +02:00
Guillaume Chau
bfa07f6e19 fix(ui): open in editor fr tooltip 2018-03-29 17:31:25 +02:00