29 Commits

Author SHA1 Message Date
Vladimir
122ff321cc
feat(reporters): print import duration breakdown (#9105) 2025-12-02 16:48:29 +01:00
Vladimir
624032ed6f
chore(ui): use vitest-browser-vue for UI tests, remove auto loading, typecheck UI (#8752) 2025-10-22 16:04:28 +02:00
Joaquín Sánchez
50cf61b805
feat(ui): allow hide/show node_modules in module graph tab (#7217) 2025-01-12 18:41:54 +01:00
renovate[bot]
04f250fe1c
chore(deps): update eslint packages (#6958)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2024-12-04 12:41:43 +01:00
Hiroshi Ogawa
de74785e05
chore(deps): update @antfu/eslint-config v3.8.0 (#6751) 2024-10-23 13:18:42 +02:00
renovate[bot]
84a066af0e
chore(deps): update dependency @antfu/eslint-config to v3 (#6435)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2024-09-02 10:16:37 +02:00
Joaquín Sánchez
cee82e4735
chore: enable eslint in vue files (#5902) 2024-06-17 11:58:55 +02:00
Vladimir
471cf97b0c
chore: always require curly braces (#5885)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2024-06-16 18:10:10 +02:00
Vladimir
a758157563
fix(browser): print correct transformed module graph (#5833) 2024-06-03 17:19:31 +02:00
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