WiFi Plug
WiFi Plug
NNuxt
Created by WiFi Plug on 4/29/2025 in #❓・help
Supabase server side login setup
Hi, I saw a lot of examples for using the supabase nuxt sdk client side but I want to handle user registration server side and I'm wondering if there are some good resources to watch or read through for setting that up properly?
4 replies
NNuxt
Created by WiFi Plug on 4/24/2025 in #❓・help
Custom layout
Hi, i want to use nuxt ui pro to make a layout where i have a navbar on top of the screen sticky, then below that a collapsible chat on the right side of the screen and to the left of it a main content area. within that main content area i want to have my content slot at the top, below that a footer. so when the chat is closed the main content area takes up more space etc. also resizeable. what is the simplest and cleanest way to properly achieve this layout?
15 replies
NNuxt
Created by WiFi Plug on 4/24/2025 in #❓・help
Layout with chat on the right side that can be closed with main content filling remaining space
Hello, I'm new to nuxt and nuxt ui pro so I've been trying to make a layout which has a chat on the right side of the screen that can be opened or closed. such that the navbar is on top with the chat below it stuck to the side of the screen. and where the main content grows to fill the space when the chat is closed. I tried to use dashboard sidebar and also tried dashboard panel but I must be doing it wrong as it wouldn't come out right. almost like this template example just with a navbar at the top too. https://chat-template.nuxt.dev/chat/73f3f17e-8484-4312-953a-0ca615a14502 '''<template> <div> <AppHeader /> <NuxtLoadingIndicator/> <UMain> <slot /> </UMain> <LazyStarsBg /> <AppFooter /> </div> </template>'''
16 replies