completionId: cgen-11c57bdf5f1a424f9294de040c4d9844
cgen-11c57bdf5f1a424f9294de040c4d9844
This commit is contained in:
parent
7444d169a2
commit
e76942dd14
1 changed files with 6 additions and 0 deletions
|
|
@ -696,6 +696,12 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
{/* Supabase Configuration Status */}
|
||||
<SupabaseStatus />
|
||||
|
||||
{/* Arm Selector Modal - Rendered at root level */}
|
||||
<ArmSwitcherModal
|
||||
isOpen={isArmModalOpen}
|
||||
onClose={() => setIsArmModalOpen(false)}
|
||||
/>
|
||||
|
||||
<style>{`
|
||||
@keyframes spin {
|
||||
from {
|
||||
|
|
|
|||
Loading…
Reference in a new issue