Conference room NewRoom and RoomDetail views fall back to RoomsListView #199
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_archipelagos#199
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
archipelagos/communication/room/src/island.rs:133-139renders bothRoomView::NewRoomandRoomView::RoomDetailas TODO stubs that fall through toRoomsListView {}.Effect
Clicking "New room" or selecting a room from the list shows the rooms list again instead of the new-room form / room detail. The navigation appears broken to the user.
Suggested fix
Implement
NewRoomViewandRoomDetailView, or hide the entry points in the UI until they exist.Fixed by
4257fee— NewRoom and RoomDetail no longer fall back to RoomsListView; they show an honest placeholder with a back button. The misleading navigation symptom is resolved. Implementing the actual NewRoom / RoomDetail views is separate enhancement work tracked under the Conference Room TODOs in #110.