feat: implement Spotlight Krate Creation workflow
- Add type-to-trigger Spotlight with keyboard (any character) - Add canvas click to open Spotlight - Implement keyboard navigation (↑↓ Enter Esc) - Add keyboard shortcut handlers and spotlight store - Create useSpotlight hook with fuzzy search - Create mock Kubernetes resources for initial testing - Implement krate creation with collision detection - Add Quick Actions (all pods, services, deployments, namespaces) - Create Spotlight with filter chips and result rendering - Add Spotlight state management with setQuery, setFilter, setSel - Include design specs (Krates.dc.html, server.js, support.js)
This commit is contained in:
2
client/dist/index.html
vendored
2
client/dist/index.html
vendored
@@ -31,7 +31,7 @@
|
||||
50% { opacity: 0.5; }
|
||||
}
|
||||
</style>
|
||||
<script type="module" crossorigin src="/assets/index-C1XavMtG.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-CggNxKq-.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
Reference in New Issue
Block a user