Skip to content

Commit aee3c3c

Browse files
authored
feat: rework logs view (#30)
1 parent 9bec497 commit aee3c3c

40 files changed

+3511
-579
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@
6262
"yaml": "^2.8.1"
6363
},
6464
"dependencies": {
65+
"@phosphor-icons/react": "^2.1.10",
66+
"@posthog/agent": "^1.9.0",
67+
"@radix-ui/react-icons": "^1.3.2",
68+
"@radix-ui/themes": "^3.2.1",
69+
"@tanstack/react-query": "^5.90.2",
6570
"@tiptap/extension-link": "^3.6.6",
6671
"@tiptap/extension-mention": "^3.6.6",
6772
"@tiptap/extension-placeholder": "^3.6.6",
@@ -71,11 +76,6 @@
7176
"@tiptap/react": "^3.6.6",
7277
"@tiptap/starter-kit": "^3.6.6",
7378
"@tiptap/suggestion": "^3.6.6",
74-
"@phosphor-icons/react": "^2.1.10",
75-
"@posthog/agent": "^1.6.0",
76-
"@radix-ui/react-icons": "^1.3.2",
77-
"@radix-ui/themes": "^3.2.1",
78-
"@tanstack/react-query": "^5.90.2",
7979
"axios": "^1.6.7",
8080
"clsx": "^2.1.0",
8181
"cmdk": "^1.1.1",
@@ -85,6 +85,7 @@
8585
"react-dom": "^18.2.0",
8686
"react-hook-form": "^7.64.0",
8787
"react-hotkeys-hook": "^4.4.4",
88+
"react-markdown": "^10.1.0",
8889
"socket.io-client": "^4.7.4",
8990
"uuid": "^9.0.1",
9091
"zustand": "^4.5.0"

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ packages:
44
onlyBuiltDependencies:
55
- electron
66
- esbuild
7+
8+
overrides:
9+
'@posthog/agent': link:../agent

0 commit comments

Comments
 (0)