From ec60ce1349465dda1f3ae52d9120a71d1ddfe282 Mon Sep 17 00:00:00 2001 From: Liz Swain Date: Thu, 30 May 2024 12:06:51 -0400 Subject: [PATCH 1/2] WIP: Persist Collapsible State --- lib/beacon/live_admin/page_live.html.heex | 26 ++++++++++++++++++++--- priv/static/beacon_live_admin.min.css | 2 +- priv/static/beacon_live_admin.min.css.map | 2 +- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/lib/beacon/live_admin/page_live.html.heex b/lib/beacon/live_admin/page_live.html.heex index a06739e4..e9358d3d 100644 --- a/lib/beacon/live_admin/page_live.html.heex +++ b/lib/beacon/live_admin/page_live.html.heex @@ -1,8 +1,9 @@ +<%!-- TODO ENG: If sidebar expanded, add classes: `sm:max-w-[180px]` --%> +<%!-- TODO UXD: Is there a reason this is 180px wide? Should probably be flexible with a in width to allow for different length names --%>