orppst / pst-gui

web based front end for the tool
Mozilla Public License 2.0
0 stars 0 forks source link

Focus ring on NavBar items is clipped #105

Closed DJWalker42 closed 3 months ago

DJWalker42 commented 3 months ago

It might look better if we identify which tab is currently active using a background highlight rather than a focus ring. See this Mantine example

DJWalker42 commented 3 months ago

So apparently trying to do nested maps for the NavLinks results in

Objects are not valid as a React child (found: object with keys {$$typeof, render, propTypes}). If you meant to render a collection of children, use an array instead.

even though the links that are the children ARE FLIPPIN' react elements - it makes no sense.