Fix board dashboard layout - now uses correct board layout
All checks were successful
Build And Push Image / docker (push) Successful in 2m2s
All checks were successful
Build And Push Image / docker (push) Successful in 2m2s
- Changed board dashboard from 'dashboard' layout to 'board' layout - This fixes the missing hamburger menu and sidebar toggle functionality - Removed debug console.log statements from board layout - Board dashboard now has same sidebar behavior as admin and member dashboards The issue was that board/dashboard/index.vue was using the old 'dashboard' layout instead of the proper 'board' layout that has rail mode support. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
import type { Member } from '~/utils/types';
|
||||
|
||||
definePageMeta({
|
||||
layout: 'dashboard',
|
||||
layout: 'board',
|
||||
middleware: 'auth'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user