From 16a5cd9f6fa65e539d5f28bc7003fc242261687d Mon Sep 17 00:00:00 2001 From: bwnyasse <5323628+bwnyasse@users.noreply.github.com> Date: Fri, 14 Nov 2025 06:05:05 -0500 Subject: [PATCH] feat: create internal launchpad for KROW This commit introduces a new internal launchpad for the KROW project. The launchpad provides a centralized location for accessing applications, resources, and diagrams related to the project. The launchpad includes the following features: - A sidebar navigation menu for accessing different sections of the launchpad. - A home view with links to applications and resources. - A diagram viewer for displaying static SVG and dynamic Mermaid diagrams. - Zoom and pan functionality for diagrams. - Dynamic loading of Mermaid diagrams from a configuration file. This launchpad is designed to improve the discoverability of project resources and provide a more streamlined experience for developers and stakeholders. --- firebase/internal-launchpad/{launchpad.html => index.html} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename firebase/internal-launchpad/{launchpad.html => index.html} (100%) diff --git a/firebase/internal-launchpad/launchpad.html b/firebase/internal-launchpad/index.html similarity index 100% rename from firebase/internal-launchpad/launchpad.html rename to firebase/internal-launchpad/index.html