working on grid display for most important content

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-09-21 00:34:47 +02:00
parent 015a55082b
commit e4016dee44
3 changed files with 107 additions and 155 deletions

View File

@@ -52,6 +52,7 @@
async function testGuard({to, from, next}){
await checkUser();
window.scrollTo(0,0);
next();
}