From 88bf525ae4ee866e5069320cda34494bfdc19606 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Mon, 17 Nov 2025 17:29:47 +0100 Subject: [PATCH] refactor: fix sidebar expand functionality and improve button accessibility --- .../src/components/area-riservata/sidebar.tsx | 25 +++++++++++-------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/apps/infoalloggi/src/components/area-riservata/sidebar.tsx b/apps/infoalloggi/src/components/area-riservata/sidebar.tsx index be7938b..2c2c909 100644 --- a/apps/infoalloggi/src/components/area-riservata/sidebar.tsx +++ b/apps/infoalloggi/src/components/area-riservata/sidebar.tsx @@ -33,26 +33,29 @@ export const Sidebar = ({ setIsAnimating(false); }, 300); }; - //todo click to expand not working on direct links when minimized + return (