feat: add user selection flow

This commit is contained in:
Urban Modig
2026-07-24 20:21:33 +02:00
parent 9957383e88
commit 1ec7a72908
22 changed files with 778 additions and 40 deletions

3
.gitignore vendored
View File

@ -1,5 +1,8 @@
# Backend
backend/target/
backend/data/
backend/*.mv.db
backend/*.trace.db
# Frontend
frontend/node_modules/