add media detail dialog and infinite loading

This commit is contained in:
dswbx
2025-03-27 09:23:14 +01:00
parent 0424c08a9e
commit f6a511d998
17 changed files with 419 additions and 50 deletions

View File

@@ -88,6 +88,7 @@ export function Link({
}
const wouterOnClick = (e: any) => {
onClick?.(e);
// prepared for view transition
/*if (props.transition !== false) {
e.preventDefault();