feat: show space name on hover in primary nav (#129) #136
Reference in New Issue
Block a user
Delete Branch "priyanshu_bharti/flotilla:129-show-space-name-on-hover"
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?
Resolves #129
This PR implements showing the human-readable space (relay) name when hovering over space icons in the primary navigation sidebar. It uses
deriveRelayDisplayto ensure the name is correctly resolved from metadata.PrimaryNavItemSpace.svelteInteresting, it looks like this is a Firefox-only bug — in Zen browser the tooltip isn't appearing for me. In Chrome (Brave) it works fine. Could you test this in FF?
Hey @hodlbod,
Tested in Firefox (latest version) just now.
Tooltip is appearing correctly and showing the space name on hover in the primary nav ✅
Attached screenshot from Firefox for reference.

Working fine now in Firefox too!
Let me know if you want any other changes. Ready to merge whenever you are
Thanks, this is getting there. A couple things:
cxutility instead of filter(Boolean).join28f691753bto9ae3c8290a@hodlbod
All points addressed:
cxutility instead of filter(Boolean).join()Also included space name hover improvement.
Ready for merge whenever you are. Thanks!