Missing functionality
The old Godot daccord client's space context menu has a Remove Server action distinct from Leave Server. The new Flutter client has no direct equivalent — a space only leaves the rail by actually leaving it (removeSpace() runs as a side effect of _leaveSpace()). There is no "remove from my list without leaving the space".
Open question
Clarify what Remove Server meant in the old client:
- If it hides/removes the space locally without leaving membership, we need a new client-side hide mechanism (similar to how folders are stored in
accordSettings).
- If it was just a synonym for leaving, this is already covered by "Leave server" and the issue can be closed.
Where it would live
_serverActionTiles in lib/features/spaces/views/accord_home_rail.dart.
Found while auditing the old client's space menu for feature parity.
Migrated from DaccordProject/daccord-app#78
Missing functionality
The old Godot
daccordclient's space context menu has a Remove Server action distinct from Leave Server. The new Flutter client has no direct equivalent — a space only leaves the rail by actually leaving it (removeSpace()runs as a side effect of_leaveSpace()). There is no "remove from my list without leaving the space".Open question
Clarify what Remove Server meant in the old client:
accordSettings).Where it would live
_serverActionTilesinlib/features/spaces/views/accord_home_rail.dart.Found while auditing the old client's space menu for feature parity.
Migrated from DaccordProject/daccord-app#78