All checks were successful
Build And Push Image / docker (push) Successful in 2m1s
- Removed 'app' prop from v-navigation-drawer in all layouts - Removed 'app' prop from v-app-bar in all layouts - The 'app' prop is deprecated in Vuetify 3 and was preventing rail mode - This was the root cause of sidebar not collapsing Vuetify 3 automatically handles layout participation without the app prop. The presence of this deprecated prop was causing Vuetify to ignore the rail prop entirely, preventing the sidebar from collapsing.