fix(home): exclude the router itself from the services grid #39
No reviewers
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_router!39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_home_skip_self"
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?
Summary
The Home tab listed every group with a web-reachable socket, including hero_router's own
ui.sock, so clicking its tile sent the user from the router back to the router. Skip thehero_routergroup name before tile construction.Related Issue
#37
Changes
src/server/routes.rs::home_handler: filter outgroup_name == "hero_router"in the service-grid builder.Test Results
cargo check -p hero_router: PASS.