diff --git a/components/dialogs/ProjectsDialog.tsx b/components/dialogs/ProjectsDialog.tsx index 94ac591..762964f 100644 --- a/components/dialogs/ProjectsDialog.tsx +++ b/components/dialogs/ProjectsDialog.tsx @@ -76,7 +76,7 @@ export function ProjectsDialog({ {/* Projects List */} -
+
{projects.length === 0 ? (
diff --git a/components/effects/EffectBrowser.tsx b/components/effects/EffectBrowser.tsx index 2c046e2..ee6e49c 100644 --- a/components/effects/EffectBrowser.tsx +++ b/components/effects/EffectBrowser.tsx @@ -105,7 +105,7 @@ export function EffectBrowser({ open, onClose, onSelectEffect }: EffectBrowserPr
{/* Content */} -
+
{Object.entries(filteredCategories).map(([category, effects]) => (
diff --git a/components/tracks/TrackList.tsx b/components/tracks/TrackList.tsx index 4a3f407..43b98ed 100644 --- a/components/tracks/TrackList.tsx +++ b/components/tracks/TrackList.tsx @@ -420,7 +420,7 @@ export function TrackList({ )} {/* Parameter labels - always visible */} -
+
{automatedParams.map((paramName, index) => ( +
{automatedParams.map((paramName, index) => ( {/* Results */} -
+
{Object.keys(groupedActions).length === 0 ? (
No commands found diff --git a/components/ui/Modal.tsx b/components/ui/Modal.tsx index a602242..105299b 100644 --- a/components/ui/Modal.tsx +++ b/components/ui/Modal.tsx @@ -102,7 +102,7 @@ export function Modal({
{/* Content */} -
+
{children}