From 1652bb065839636651a78bcb5e8b786d749913b3 Mon Sep 17 00:00:00 2001 From: rakadu1 Date: Tue, 2 Dec 2025 14:49:52 +0530 Subject: [PATCH] feat(ui): add in-app modals for user guide and shortcuts - Create shortcuts.html as a standalone reference page. - Implement #shortcuts-modal in index.html to display key bindings. - Implement #guide-modal with an iframe to embed User_Manual.html directly in the app. - Refactor header navigation into color-coded buttons (Green/Blue/Amber-Indigo). - Update src/dom.js and src/ui.js to handle modal visibility and interactions (ESC key, 'k' key, click-to-close). - Improve visual consistency of header button heights and modal styling. --- steps/index.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/steps/index.html b/steps/index.html index f08f4ff..f5d244b 100644 --- a/steps/index.html +++ b/steps/index.html @@ -603,6 +603,31 @@ + + +