bag_recorder_frontend

Branch:main

Commit Details

initial commit

Forgejo

Author

Yannick Schulz<[email protected]>
December 14, 2025 at 10:34 AM UTC

Committer

Yannick Schulz<[email protected]>
December 14, 2025 at 10:34 AM UTC
53additions
0deletions
24files changed

Changes

24 files
+53-0

Changed Files (24)

src/
src/api/
src/components/
src/hooks/
.gitignore
Dockerfile
README.md
index.html
nginx.conf
package-lock.json
package.json
postcss.config.js
src/App.tsx
src/api/client.ts
src/api/types.ts
src/components/BatchActions.tsx
src/components/RecordingControls.tsx
src/components/StatusDisplay.tsx
src/components/TopicSelector.tsx
src/hooks/useRecording.ts
src/hooks/useWebSocket.ts
src/index.css
src/main.tsx
src/vite-env.d.ts
tailwind.config.js
tsconfig.json
tsconfig.node.json
vite.config.ts
+53