Commit Graph

58 Commits

Author SHA1 Message Date
Walter Tommasi
d047aca313 fix(cli-ui): folder list when root windows (#3331) 2019-01-22 00:03:15 +08:00
Hamed Baatour
11d17d9df2 feat(ui): enforce package.json npm rules (#3232) 2019-01-20 16:32:59 +08:00
Alex Rohleder
6b27ca7870 fix: typo in plugin invoke notification (#2937)
fixes #2917
2018-11-27 16:56:51 +08:00
Guillaume Chau
2baddaa35e fix(tasks): new terminate process implementation 2018-11-26 20:08:20 +01:00
Guillaume Chau
f45af9528f chore: lint files 2018-11-26 20:07:50 +01:00
Guillaume Chau
bd06cd4cdf fix(plugins): local install 2018-11-07 13:52:19 -08:00
Guillaume Chau
91a4b2e28e feat(plugin): quick local plugin refresh 2018-11-06 23:33:21 +01:00
Guillaume Chau
59e1201056 fix(dependencies): better metadata load error handling 2018-10-29 14:56:15 +01:00
Guillaume Chau
d11290a0e1 feat(plugin api): task match can now be a function 2018-10-29 14:46:31 +01:00
Guillaume Chau
da66f93edb fix(task): remove non-running missing tasks 2018-10-29 14:37:26 +01:00
Guillaume Chau
23a05fc32f fix(plugin): catch execution error 2018-10-29 13:39:53 +01:00
Guillaume Chau
7d2d1fb732 fix(local plugin): remove folder before copying 2018-10-28 18:45:24 +01:00
Guillaume Chau
a09407dd5b feat(ui): Redesign, dashboard, local plugins (#2806)
* feat: basic fonctionality, welcome and kill port widgets

* fix: contrast improvements

* feat: plugin/dep/vulnerability widgets design

* fix: widget add/remove animation

* feat: run task widget

* feat: news + wip resizing

* feat: nuxt

* chore: removed widget example

* fix: visual polish for widget transform

* feat(widget): overlap detection

* fix: news default/max size

* feat(dashboard): sidepane transition

* chore: dev api server port

* fix(widget): configure tooltip

* refactor(widget): generic Movable mixin

* refactor(widget): resizable mixin

* feat(widget): resize transition

* feat(widget): resize improvements

* refactor(widget): zoom factor

* refactor(widget): OnGrid mixin

* refactor(widget): resize handler style moved to global

* chore: remove console.log

* refactor: files structure

* feat: improved design and layout

* fix: content background vars

* fix: status bar / view nav z-indexes

* fix: webpack dashboard grid gap

* feat(news feed): handle errors

* fix(card): dimmed box shadow

* fix: view nav & status bar z-index

* fix: remove (wip)

* feat(widget): style tweaks

* feat(widget): details pane (wip)

* feat: news feed widget improvements

* feat(widget): custom header button

* feat(news): item details pane

* feat(widget): custom title

* fix(news): better cache and misc fixes

* feat(widget): resize left and top handles

* feat(widget): transparent widget while moving/resizing

* feat(news): better "big size" style

* fix(news): media sizes in rich content

* feat(plugin): local plugins support

* fix: scrolling issue in Fx

* fix: colors

* fix(nav bar): more item overflowing

* feat(vuln): frontend

* chore: locale update

* fix: image in suggestion dropdown (dev)

* fix(suggestion): missing custom image

* feat(view): user default plugin logo if no provided icon

* feat(view): better loading UX

* feat(view): button background if view is selected

* feat(view): new nav indicator

* feat(widget): use plugin logo as default icon

* feat(widget): better widget modal

* feat(widget): longDescription

* fix(widget): news validate url param

* feat(widget): filter widgets in add pane

* feat(widget): tease upcoming widgets

* chore: fix merge dev

* chore: yarn install

* chore: sync versions

* chore: update apollo

* docs: widget

* fix(progress): graphql error

* fix(deps): localPath

* perf(plugin): faster local plugin refresh

* fix(nav): center active indicator

* feat(task): improved header

* feat(client addon): custom component load timeout message

* feat(suggestion): ping animation to improve discoverability

* chore: update vue-apollo

* feat(api): requestRoute

* fix(suggestion): hide more info link if no link

* fix(style): ul padding

* test(e2e): fix plugin path

* chore: change test scripts

* chore(deps): upgrade

* fix: build error

* fix(widget): removed moving scale transform

* fix(widget): resize handles style

* chore(deps): unpin apollo-utilities

* chore(deps): lock fix

* test(e2e): fix server

* fix: issue with writeQuery

See: https://github.com/apollographql/apollo-client/issues/4031#issuecomment-433668473

* test(e2e): fix tests

* test(e2e): missing widgets build

* fix: missing widgets dep
2018-10-28 04:10:34 +01:00
Guillaume Chau
4acf48da10 chore: update to latest apollo 2018-08-23 02:20:24 +02:00
Guillaume Chau
f2614103a1 fix(plugin api): IPC now namspaced per project by default, closes #2189 2018-08-23 00:57:47 +02:00
Bogdan Luca
bf91533c57 fix(cli-ui): ignore "false" ENOENT errors on Windows (#2294) 2018-08-21 16:36:51 +02:00
Guillaume Chau
196c84c390 feat(file-diff): syntax highlighting, better background colors 2018-08-07 02:04:30 +02:00
Guillaume Chau
9079d3e1e5 fix(deps): more robust isInstalled 2018-08-07 00:50:09 +02:00
Guillaume Chau
316d476d6d refactor: launch + more helpful error message 2018-08-06 19:07:05 +02:00
Guillaume Chau
1c5fdd0184 feat: hasPlugin matches router or vuex 2018-07-28 01:32:49 +02:00
Evan You
baa1e0455f refactor: extract rc file loading logic 2018-07-26 22:21:16 -04:00
Guillaume Chau
8e6622fb5d fix(task): shell mode (fix cd) + more robust error handing 2018-07-25 15:34:04 +02:00
Guillaume Chau
0ee1983c9b fix(plugin api): task hooks (non-vue cli project) 2018-07-25 15:14:23 +02:00
Guillaume Chau
3936dfc77a fix(tasks): parameters 2018-07-20 08:52:34 +02:00
Guillaume Chau
d24c7bb10a refactor(plugin api): scope shared data per-project 2018-07-20 08:39:38 +02:00
troy351
24edd93775 fix(plugin api): cwd is not a function #1876 (#1877) 2018-07-17 12:41:59 +02:00
Guillaume Chau
d30475bf68 feat(task): save/restore params 2018-07-17 12:40:00 +02:00
Guillaume Chau
8a0962457a fix: invalidatePackage arguments 2018-07-15 20:51:31 +02:00
Guillaume Chau
51afe592fa fix: plugin file serve issue 2018-07-15 20:43:19 +02:00
Guillaume Chau
7ebaa8ac9d fix: remove read-pkg 2018-07-15 20:36:33 +02:00
Guillaume Chau
4f910b19f9 fix: update all plugins 2018-07-15 20:14:04 +02:00
Guillaume Chau
1ffcb2164a fix(serve): force disable HTTP cache 2018-07-14 17:06:44 +02:00
Guillaume Chau
eda4ce8839 refactor(ui): use package.json 'vuePlugins.ui' option 2018-07-13 18:06:37 +02:00
Guillaume Chau
08352811e0 feat: local service plugins, closes #1841 2018-07-13 17:39:07 +02:00
Payton Burdette
153c418555 feat: vue config command (#1554)
* fixed broken plugin dev link on contributing guide

* feat(cli-service): vue config command added

* feat(cli-service): vue config command added

* feat(cli-service): added config commands get and delete

* feat(cli-service): added vue edit command and opn dependcy

* feat(cli-service): added vue config set command and vue config check

* feat(cli-service): nested path support and command/logs adjustment

* feat(cli-service): command option descriptions updated with preset

* refactor: object get/set/unset

* feat: json option + fs/JSON fixes
2018-07-12 00:36:59 +02:00
Guillaume Chau
9929b70559 fix(ui): PluginApi light mode 2018-07-08 17:42:49 +02:00
Guillaume Chau
96778b2caf chore: update main deps (#1772)
* chore: update main deps

* chore: update ts types

* chore: update generator deps versions

* fix: ts-jest

* chore: upgrade ts-jest again

* fix: re-generated yarn.lock

* chore: more upgrades

* fix: jest test matching on Windows
2018-07-08 13:56:10 +02:00
Guillaume Chau
701d02adf0 fix(ui): cli-service more info link 2018-07-05 15:13:10 +02:00
Guillaume Chau
4b9db7c879 fix(ui): refactoring and bug fixes 2018-07-05 15:08:49 +02:00
Guillaume Chau
abd7306fef refactor(ui): plugins connector is now multi-project 2018-07-05 13:11:51 +02:00
Guillaume Chau
090c52d81b feat(ui): use 'yarn info' if possible to get package metadata instead of npm.org api (which is slower) 2018-07-05 11:43:38 +02:00
Guillaume Chau
ceccfbfbf6 feat(ui): recent projects in top bar dropdown 2018-07-05 11:26:58 +02:00
Guillaume Chau
8e5448c2dc refactor: hasProjectYarn & hasProjectGit 2018-07-05 11:11:48 +02:00
Guillaume Chau
841b470e89 fix(ui): use separate DB for dev 2018-07-05 10:49:32 +02:00
Guillaume Chau
5b61f8f683 fix(ui): create: delete folder first, fix #1627 2018-07-05 01:24:49 +02:00
Guillaume Chau
286d75ea12 feat(ui): Dependencies view (#1740)
* fix(ui): chrome bug: grid element overflow
https://bugs.chromium.org/p/chromium/issues/detail?id=833837

* feat(ui): dependencies view

* feat(ui): filter deps
2018-07-04 13:11:00 +02:00
Guillaume Chau
7a0cd0819e feat(ui): open project in editor 2018-07-02 00:41:10 +02:00
Guillaume Chau
be5ec5f2b9 fix(ui): add 'projectTypes' to addView api 2018-07-02 00:17:21 +02:00
Guillaume Chau
0199d72dfa feat(ui): project homepage 2018-07-02 00:05:27 +02:00
Guillaume Chau
05095da586 refactor(ui): improved quick project switching 2018-07-01 19:26:52 +02:00