Implement code changes to enhance functionality and improve performance
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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've listened to recently.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
7859
package-lock.json
generated
Normal file
7859
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user