nicolium: disable view transitions for now

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-09 16:22:35 +01:00
parent a92f88ac8d
commit 16411142db
2 changed files with 5 additions and 4 deletions

View File

@@ -1467,9 +1467,9 @@ const router = createRouter({
defaultPreload: 'intent',
scrollRestoration: true,
pathParamsAllowedCharacters: ['@'],
defaultViewTransition: {
types: ({ fromLocation }) => (fromLocation ? [''] : false),
},
// defaultViewTransition: {
// types: ({ fromLocation }) => (fromLocation ? [''] : false),
// },
});
router.subscribe('onBeforeNavigate', (event) => {

View File

@@ -369,7 +369,8 @@ body {
&__main {
@apply md:col-span-12 lg:col-span-9 xl:col-span-6 pb-14 lg:pb-0 xl:pb-16 black:border-gray-800 lg:black:border-l xl:black:border-r;
navigation: auto;
/* navigation: auto; */
&--chats {
@apply xl:pb-16;