Skip to content

Commit 37be10f

Browse files
committed
feat: initial span ui
1 parent 2a73c35 commit 37be10f

18 files changed

Lines changed: 2375 additions & 497 deletions

tools/trace-ui/README.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

tools/trace-ui/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
56
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
67
<title>Duron Trace UI</title>
78
</head>

tools/trace-ui/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"scripts": {
88
"dev": "vite",
99
"build": "tsc -b && vite build",
10+
"check": "tsc -b",
1011
"lint": "prettier --check . && eslint .",
1112
"format": "prettier --write .",
1213
"preview": "vite preview"
@@ -27,7 +28,7 @@
2728
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
2829
"@types/node": "^24.7.2",
2930
"@types/react": "^19.2.2",
30-
"@types/react-dom": "^19.2.1",
31+
"@types/react-dom": "^19.2.2",
3132
"@vitejs/plugin-react": "^5.0.4",
3233
"babel-plugin-react-compiler": "19.1.0-rc.3",
3334
"eslint": "^9.37.0",
@@ -40,7 +41,7 @@
4041
"tailwindcss": "^4.1.14",
4142
"tw-animate-css": "^1.4.0",
4243
"typescript": "~5.9.3",
43-
"typescript-eslint": "^8.46.0",
44+
"typescript-eslint": "^8.46.1",
4445
"vite": "^7.1.9"
4546
}
4647
}

tools/trace-ui/pnpm-lock.yaml

Lines changed: 115 additions & 115 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/trace-ui/public/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)