* fix(sidebar): restore proxy navigation and accordion state
* fix(proxy): prevent free pool translation crash
* fix(settings): guard protected sidebar items and hydration state
* test(sidebar): cover proxy visibility and expansion state
* chore: restart pull request checks
* refactor(sidebar): extract group item visibility control
* refactor(sidebar): move group visibility control to module scope
* fix(sidebar): preserve collapsed state on initial load
* fix(proxy): collect free pool UI regression test
* chore(test): unfreeze free-pool-tab.test.tsx from test-discovery baseline
The move to tests/unit/ui/free-pool-tab.test.tsx (this branch) relinks
it to the test:vitest:ui runner, so the tests/unit/free-pool-tab.test.tsx
entry in the frozen orphan baseline is now stale and fails
check:test-discovery. Removes the stale entry (60 -> 59 known orphans).
Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com>
---------
Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com>