mirror of
https://github.com/arthur-pbty/visio.git
synced 2026-06-17 00:07:34 +02:00
feat: add settings page for user display name and implement local storage hook
feat: create SocketContext for managing socket connections feat: implement useLocalStorage hook for persistent state management feat: set up SQLite database with room management functions feat: add utility functions for generating room IDs and formatting dates
This commit is contained in:
@@ -30,6 +30,14 @@ yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# editor / local tooling
|
||||
.vscode/
|
||||
|
||||
# local database artifacts
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
# env files (can opt-in for committing if needed)
|
||||
.env*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user