Implement code changes to enhance functionality and improve performance

This commit is contained in:
2025-06-27 10:34:04 -05:00
parent 1aac22638c
commit 591faca2d3
3 changed files with 7862 additions and 3 deletions

View File

@@ -95,9 +95,9 @@ export function Menu({ toggleSidebar, isSidebarVisible, toggleStatusBar, isStatu
style={{ style={{
minWidth: 0, minWidth: 0,
WebkitAppRegion: "drag" WebkitAppRegion: "drag"
} as any} } as React.CSSProperties}
> >
<div style={{ WebkitAppRegion: "no-drag" } as any} className="flex items-center gap-2"> <div style={{ WebkitAppRegion: "no-drag" } as React.CSSProperties} className="flex items-center gap-2">
<MenubarMenu> <MenubarMenu>
<MenubarTrigger className="font-bold">mice</MenubarTrigger> <MenubarTrigger className="font-bold">mice</MenubarTrigger>
<MenubarContent> <MenubarContent>

View File

@@ -77,7 +77,7 @@ export default function MusicPage() {
Recently Played Recently Played
</p> </p>
<p className="text-sm text-muted-foreground"> <p className="text-sm text-muted-foreground">
Albums you've listened to recently. Albums you&apos;ve listened to recently.
</p> </p>
</div> </div>
</div> </div>

7859
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff