mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
random stuff
This commit is contained in:
@@ -43,7 +43,6 @@ import {
|
|||||||
Edit03Icon,
|
Edit03Icon,
|
||||||
ArrowDown02Icon,
|
ArrowDown02Icon,
|
||||||
InformationCircleIcon,
|
InformationCircleIcon,
|
||||||
HomeIcon,
|
|
||||||
} from "@hugeicons/core-free-icons";
|
} from "@hugeicons/core-free-icons";
|
||||||
import { OcVideoIcon } from "@opencut/ui/icons";
|
import { OcVideoIcon } from "@opencut/ui/icons";
|
||||||
import { Label } from "@/components/ui/label";
|
import { Label } from "@/components/ui/label";
|
||||||
@@ -783,7 +782,7 @@ function ProjectMenu({
|
|||||||
<DropdownMenuTrigger asChild>
|
<DropdownMenuTrigger asChild>
|
||||||
<Button
|
<Button
|
||||||
type="button"
|
type="button"
|
||||||
variant="foreground"
|
variant="background"
|
||||||
className={
|
className={
|
||||||
isGrid
|
isGrid
|
||||||
? `absolute z-10 top-3 right-3 ${isOpen ? "opacity-100" : "opacity-0 group-hover:opacity-100"}`
|
? `absolute z-10 top-3 right-3 ${isOpen ? "opacity-100" : "opacity-0 group-hover:opacity-100"}`
|
||||||
@@ -944,8 +943,8 @@ function EmptyState() {
|
|||||||
</div>
|
</div>
|
||||||
<h3 className="text-lg font-medium">No projects yet</h3>
|
<h3 className="text-lg font-medium">No projects yet</h3>
|
||||||
<p className="text-muted-foreground max-w-md">
|
<p className="text-muted-foreground max-w-md">
|
||||||
Start creating your first video project. Import media, edit, and
|
Start creating your first project. Import media, edit, and export your
|
||||||
export professional videos.
|
videos. All privately.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<Button size="lg" className="gap-2" onClick={handleCreateProject}>
|
<Button size="lg" className="gap-2" onClick={handleCreateProject}>
|
||||||
|
|||||||
@@ -11,10 +11,10 @@ const buttonVariants = cva(
|
|||||||
variant: {
|
variant: {
|
||||||
default:
|
default:
|
||||||
"bg-primary text-primary-foreground hover:bg-primary-hover",
|
"bg-primary text-primary-foreground hover:bg-primary-hover",
|
||||||
|
background:
|
||||||
|
"bg-background text-foreground hover:bg-background/90",
|
||||||
foreground:
|
foreground:
|
||||||
"bg-foreground text-background hover:bg-foreground/90",
|
"bg-foreground text-background hover:bg-foreground/90",
|
||||||
"primary-gradient":
|
|
||||||
"bg-gradient-to-r from-cyan-400 to-blue-500 text-white hover:opacity-85",
|
|
||||||
destructive:
|
destructive:
|
||||||
"bg-destructive text-destructive-foreground hover:bg-destructive/80",
|
"bg-destructive text-destructive-foreground hover:bg-destructive/80",
|
||||||
"destructive-foreground":
|
"destructive-foreground":
|
||||||
|
|||||||
Reference in New Issue
Block a user