chore: remove filters tab from assets panel

This commit is contained in:
Maze Winther 2026-04-13 21:56:47 +02:00
parent 11ee0dbf27
commit 496f7d690d
2 changed files with 0 additions and 10 deletions

View File

@ -26,11 +26,6 @@ export function AssetsPanel() {
</div>
),
captions: <Captions />,
filters: (
<div className="text-muted-foreground p-4">
Filters view coming soon...
</div>
),
adjustment: (
<div className="text-muted-foreground p-4">
Adjustment view coming soon...

View File

@ -23,7 +23,6 @@ export const TAB_KEYS = [
"effects",
"transitions",
"captions",
"filters",
"adjustment",
"settings",
] as const;
@ -65,10 +64,6 @@ export const tabs = {
icon: createHugeiconsIcon({ icon: ClosedCaptionIcon }),
label: "Captions",
},
filters: {
icon: createHugeiconsIcon({ icon: ColorsIcon }),
label: "Filters",
},
adjustment: {
icon: createHugeiconsIcon({ icon: SlidersHorizontalIcon }),
label: "Adjustment",