feat: update version to 1.0.4RC5, enhance notification handling and smooth scroll behavior
All checks were successful
Chore App Build and Push Docker Images / build-and-push (push) Successful in 1m11s

This commit is contained in:
2026-02-19 11:00:14 -05:00
parent 725bf518ea
commit c18d202ecc
4 changed files with 31 additions and 4 deletions

View File

@@ -175,6 +175,9 @@ const routes = [
const router = createRouter({
history: createWebHistory(),
routes,
scrollBehavior() {
return { top: 0, left: 0, behavior: 'smooth' }
},
})
// Auth guard