[feature-107] open playlist details from download modal + use new proto format for maps details cache

This commit is contained in:
MathieuG-P
2024-05-27 00:25:36 +02:00
parent d54464401f
commit 0196206ec1
23 changed files with 326 additions and 80 deletions
@@ -10,10 +10,13 @@ type Props = {
};
export function BsmLink({ className, href, children, style, internal }: Props) {
const linkOpener = useService(LinkOpenerService);
const openLink = () => {
console.log("Opening link", href, internal);
if (!href) {
return;
}