20 Commits

Author SHA1 Message Date
yoho
b8f34eb8ca
feat: add html reporter based on Vitest UI (#2444)
* feat: vitest html report

* chore: copy ui to vitest dist

* feat: report copy ui dist

* feat: ui report version builder

* fix: copy file

* chore: remove

* feat: html metadata path

* feat: add declare

* feat: static file client

* feat: mock rpc

* fix: mock error

* chore: update meta

* chore: compress json

* chore: comment

* chore: update merge config

* chore: lock

* feat: remove all control command from ui

* chore: remove

* feat: report command

* feat: version tag

* chore: reset lock file

* feat: remove hooks

* chore: update

* fix: runningPromise

* chore: update debug mode and disable click on transform

* docs: report

* chore: remove the version mark

* feat: report

* fix: lint

* chore: copy ui from @vitest/ui

* chore: export report from ui

* chore: update

* fix: lint

* docs: ui html report

* feat: ensurePackageInstalled

* update

* feat: more info

* chore: improve documentation and tests

* chore: fix UI bundle size

* chore: ui tests

* perf: remove output report using the global variable to judge report mode

* chore: update

* fix: build

* fix: report

* fix: parse

* chore: fix html reporters test

* chore: don't store config in html reporter test

* chore: update ui docs

* feat: log

* chore: fix tests

* test: fix html reporter tests

* docs add vitest fo UI reporter

Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2022-12-19 13:23:22 +03:00
yoho
81ba052c4c
chore: crlf to lf (#2449) 2022-12-07 10:57:17 +01:00
Michel EDIGHOFFER
730e3541db
fix(ui): ui improvements (#574) 2022-01-19 04:33:10 +08:00
Michel EDIGHOFFER
1b1807b7da
feat(ui): update snapshot from file (#545)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-18 13:26:35 +08:00
Mitchel van Bever
99b823fbc9
feat(ui): displaying user logs (#491)
Co-authored-by: Jan Müller <janmueller3698@gmail.com>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-13 03:48:06 +08:00
Jan Müller
480514d452
chore(ui): update deps (#490) 2022-01-09 15:43:16 +01:00
Mitchel van Bever
c43ebaf466
fix(ui): flex / percentage based layout (#492) 2022-01-09 19:14:11 +08:00
Jan Müller
23e1e62385
fix(ui): reduce graph container size (#478)
* fix(ui): re-add graph offset

* chore(ui): enable autoResize for graph

* refactor(ui): use scoped style
2022-01-07 18:00:00 +01:00
Jan Müller
549c9ae69d
fix(ui): fix ModuleTransformResultView reactivity and module selection (#463)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-07 04:17:17 +08:00
Anthony Fu
9472e98087 fix(ui): navigation 2022-01-07 04:08:05 +08:00
Jan Müller
fcc03bfaa4
fix(ui): improve graph behavior (#451)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-06 23:55:44 +08:00
Anthony Fu
9ee48c7c13 feat(ui): basic module trasnform result 2022-01-06 05:50:50 +08:00
Anthony Fu
8945498d75 feat(ui): update graph style 2022-01-06 05:49:05 +08:00
Joaquín Sánchez
5857660c0c
fix(ui): codemirror editor + module graph (#446) 2022-01-05 17:06:15 +01:00
Joaquín Sánchez
9d17bd7c73
feat(ui): add scrolls (#391) 2022-01-03 20:45:33 +08:00
Jan Müller
9193638de9
fix(ui): make module graph stable while on the same file (#400)
Closes #386
2022-01-01 22:05:15 +01:00
Jan Müller
3605d96676
fix(ui): make module graph more stable (#389) 2021-12-31 22:56:52 +08:00
Anthony Fu
fb7b0ee170 chore: cleanup 2021-12-31 21:32:36 +08:00
Jan Müller
8c0e1caea1
feat(ui): use splitpanes for resizable sidebars (#388) 2021-12-31 12:26:20 +01:00
Jan Müller
191ecb6a8c
feat(ui): add module graph (#380)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2021-12-31 15:52:27 +08:00