Adds renaming games functionality

This commit is contained in:
2025-07-12 17:07:33 +02:00
parent 28f7306d57
commit 3f99b68d62
30 changed files with 502 additions and 178 deletions

17
gamenight.code-workspace Normal file
View File

@@ -0,0 +1,17 @@
{
"folders": [
{
"path": "backend-actix"
},
{
"path": "gamenight-database"
},
{
"path": "gamenight-cli"
},
{
"path": "gamenight-api-client-rs"
}
],
"settings": {}
}