diff --git a/.cursorrules b/.cursorrules index 0bd5ff5..7ecee4e 100644 --- a/.cursorrules +++ b/.cursorrules @@ -137,3 +137,21 @@ • Validate input data and sanitize requests where necessary. • Restrict sensitive operations to authenticated users with proper role-based permissions. + +──────────────────────────────────────── +Group 6 – Accessibility, UI, and Styling Guidelines (Updated) +──────────────────────────────────────── +1. Sidebar Styling: + • The sidebar is implemented in the authenticated layout via the AsideMenu component, with the actual element defined in AsideMenuLayer (located at frontend/src/components/AsideMenuLayer.tsx) as an