In Sidebar.jsx, the active NavLink state currently just toggles the .active class with no motion. Add a sliding indicator (absolutely positioned pill/bar that animates its transform: translateY() to the active link's position) or, at minimum, a transition on the existing active-state background/border so it eases in rather than appearing instantly.
## Description
In `Sidebar.jsx`, the active `NavLink` state currently just toggles the `.active` class with no motion. Add a sliding indicator (absolutely positioned pill/bar that animates its `transform: translateY()` to the active link's position) or, at minimum, a `transition` on the existing active-state background/border so it eases in rather than appearing instantly.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Description
In
Sidebar.jsx, the activeNavLinkstate currently just toggles the.activeclass with no motion. Add a sliding indicator (absolutely positioned pill/bar that animates itstransform: translateY()to the active link's position) or, at minimum, atransitionon the existing active-state background/border so it eases in rather than appearing instantly.