Make space order changeable #33

Open
opened 2026-08-19 16:03:53 +02:00 by flaxeneel2 · 0 comments
Owner

Currently spaces are handled as BTreeMap. While this means the order is deterministic, the user cannot order the spaces as they want.
To get around this I propose an expansion of the per user store to also store a vec of the space order. Rooms not previously known (perhaps ones that the user joined from a different client) would be placed on top, with the known rooms placed in the correct order below.

Currently spaces are handled as `BTreeMap`. While this means the order is deterministic, the user cannot order the spaces as they want. To get around this I propose an expansion of the per user store to also store a vec of the space order. Rooms not previously known (perhaps ones that the user joined from a different client) would be placed on top, with the known rooms placed in the correct order below.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
streigen/echelon#33
No description provided.