New UI Header Tabs #6470
-
Hello! I've been trying to wrap my head around the new ui's source code, and I can't figure something out. In Headers.tsx, function NavTabs, we have the variable tabValue to tell the tabs which one it's on. It uses parameters, so I looked at the router.tsx file, and I don't see any Also, I think there's a minor bug based on this where if you use the browser bar to navigate to a page and not a tab, the header (and just the header) will think you're on the default home page. It's not a critical bug, but it exists. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@CodingPupper3033 you might have found a bug here - it does appear that the |
Beta Was this translation helpful? Give feedback.
-
This seemed like an ideal bug to get familiarized with this project. 😄 |
Beta Was this translation helpful? Give feedback.
This seemed like an ideal bug to get familiarized with this project. 😄
Fixed in #6694