-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Milestone
Description
On the http://localhost:5173/playground
every space should have a button "Delete" that
- creates a
delete-space
event - wraps it in a
delete-space
message and sends it via the websocket to server
On the server the event should be stored and the space to be updated that it's deleted (soft delete indicator in the DB).