mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
feat: create new dashboard (layout, navbar, list of links)
This commit is contained in:
@@ -26,7 +26,7 @@ export default class CollectionsController {
|
||||
}
|
||||
|
||||
// TODO: Create DTOs
|
||||
return inertia.render('dashboard', {
|
||||
return inertia.render('mantine_dashboard', {
|
||||
collections: collections.map((collection) => collection.serialize()),
|
||||
activeCollection:
|
||||
activeCollection?.serialize() || collections[0].serialize(),
|
||||
|
||||
Reference in New Issue
Block a user