chore: remove filters tab from assets panel
This commit is contained in:
parent
11ee0dbf27
commit
496f7d690d
|
|
@ -26,11 +26,6 @@ export function AssetsPanel() {
|
||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
captions: <Captions />,
|
captions: <Captions />,
|
||||||
filters: (
|
|
||||||
<div className="text-muted-foreground p-4">
|
|
||||||
Filters view coming soon...
|
|
||||||
</div>
|
|
||||||
),
|
|
||||||
adjustment: (
|
adjustment: (
|
||||||
<div className="text-muted-foreground p-4">
|
<div className="text-muted-foreground p-4">
|
||||||
Adjustment view coming soon...
|
Adjustment view coming soon...
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,6 @@ export const TAB_KEYS = [
|
||||||
"effects",
|
"effects",
|
||||||
"transitions",
|
"transitions",
|
||||||
"captions",
|
"captions",
|
||||||
"filters",
|
|
||||||
"adjustment",
|
"adjustment",
|
||||||
"settings",
|
"settings",
|
||||||
] as const;
|
] as const;
|
||||||
|
|
@ -65,10 +64,6 @@ export const tabs = {
|
||||||
icon: createHugeiconsIcon({ icon: ClosedCaptionIcon }),
|
icon: createHugeiconsIcon({ icon: ClosedCaptionIcon }),
|
||||||
label: "Captions",
|
label: "Captions",
|
||||||
},
|
},
|
||||||
filters: {
|
|
||||||
icon: createHugeiconsIcon({ icon: ColorsIcon }),
|
|
||||||
label: "Filters",
|
|
||||||
},
|
|
||||||
adjustment: {
|
adjustment: {
|
||||||
icon: createHugeiconsIcon({ icon: SlidersHorizontalIcon }),
|
icon: createHugeiconsIcon({ icon: SlidersHorizontalIcon }),
|
||||||
label: "Adjustment",
|
label: "Adjustment",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue