Skip to content

Commit abf8385

Browse files
committed
improvement(workflow): polish workflow canvas interactions
1 parent 41452a3 commit abf8385

53 files changed

Lines changed: 3682 additions & 902 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/sim/app/(landing)/components/navbar/components/navbar-shell/navbar-shell.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
import type { ReactNode } from 'react'
44
import { createContext, use, useEffect, useMemo, useRef, useState } from 'react'
55
import { cn } from '@sim/emcn'
6+
import { FROSTED_GLASS_SURFACE } from '@/lib/ui/glass-surface'
67

78
/**
89
* Frosted near-white surface for the scrolled bar - `--bg` at 92% + a strong 40px
910
* blur, edge to edge. Exported as the single source of truth so the mobile
1011
* dropdown sheet ({@link MobileNav}) wears the exact same glass as the bar and the
1112
* two can never drift.
1213
*/
13-
export const NAVBAR_GLASS_SURFACE =
14-
'bg-[color-mix(in_srgb,var(--bg)_92%,transparent)] backdrop-blur-2xl'
14+
export const NAVBAR_GLASS_SURFACE = FROSTED_GLASS_SURFACE
1515

1616
interface NavbarFrostContextValue {
1717
/**

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/action-bar/action-bar.tsx

Lines changed: 260 additions & 163 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)