Closed typeholes closed 5 months ago
If you think the UI is up to par, please move the UI commands out of experimental
Something seems off with the tree nesting in more complicated repos, investigating ...
I've verified that the data is correct. It looks like a reactive effect isn't getting triggered consistently.
fixed reactivity and listener issues. performance is much better now as well.
sorting no longer triggers a fetch of the nodes. Will undraft after a test pass
one last bug to fix in the morning: trace file names get duplicated in the UI when switching projects - need to move listener and state to appState.ts
Looking good! A couple of comments.
index.ts
rather than ../../../../../../users/daniel/code/tsperf/tracer/playground/index.ts
https://github.com/tsperf/tracer/assets/28706372/f48b41d6-191e-4e6a-8aae-b89b5a890748
fixes #37
grid like layout for trace lines
somewhat reactive to page width, but still scrolls when too narrow.
srcDev package launches a bridge between the extension and ui:dev so you get bidirectional communication instead of the fixed commands/responses we had before