chore: remove filters tab from assets panel
This commit is contained in:
parent
11ee0dbf27
commit
496f7d690d
|
|
@ -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...
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue