add basic mobile responsive layout

This commit is contained in:
jeffvli
2025-11-19 19:23:44 -08:00
parent 485fe8085c
commit c763824803
26 changed files with 1930 additions and 40 deletions
@@ -21,8 +21,6 @@ export const SongContextMenu = ({ items }: SongContextMenuProps) => {
return { ids };
}, [items]);
console.log(items, ids);
return (
<ContextMenu.Content>
<PlayAction ids={ids} itemType={LibraryItem.SONG} songs={items} />