From d71f7ec1b98520627c6793e4b3a7978afdc83b3d Mon Sep 17 00:00:00 2001 From: Ken Johnson Date: Sun, 7 Dec 2025 02:19:00 -0500 Subject: [PATCH] Simplify credentials page by removing modal markup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed leftover modal HTML fragments (modal-header, modal-footer, data-dismiss="modal") that were causing accessibility errors and non-functional close button. Replaced with clean, standalone card-based layout with: - Proper close button linking to homepage - Bootstrap card structure with modern styling - Working "Show Credentials" button with jQuery - "Back to Home" link in footer - Removed problematic aria-hidden attributes Fixes: "Blocked aria-hidden on an element because its descendant retained focus" accessibility error 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/views/tutorials/credentials.html.erb | 158 +++++++++-------------- 1 file changed, 61 insertions(+), 97 deletions(-) diff --git a/app/views/tutorials/credentials.html.erb b/app/views/tutorials/credentials.html.erb index f332e05..8e33745 100644 --- a/app/views/tutorials/credentials.html.erb +++ b/app/views/tutorials/credentials.html.erb @@ -1,115 +1,79 @@ - - -