mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 10:12:09 +01:00
Updates dashboard UI and improves styling
Improves the dashboard's appearance and user experience by updating styles and layouts. Changes include: - Updates to color schemes and spacing for better readability and visual appeal. - Implements a responsive layout for the header to adapt to different screen sizes. - Refactors button styles for consistency and clarity. - Adds a gradient background to the main dashboard page. - Updates the NextAuth URL in the development environment.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
# This file ensures NextAuth always has necessary environment variables in development
|
||||
|
||||
# NextAuth.js configuration
|
||||
NEXTAUTH_URL=http://localhost:3000
|
||||
NEXTAUTH_URL=http://192.168.1.2:3000
|
||||
NEXTAUTH_SECRET=this_is_a_fixed_secret_for_development_only
|
||||
NODE_ENV=development
|
||||
|
||||
|
||||
Reference in New Issue
Block a user