refactor: split backend by context instead of type 'controllers/models/...'

This commit is contained in:
Sonny
2024-11-10 22:26:00 +01:00
parent 466c8dec3a
commit 01efb11f70
78 changed files with 230 additions and 228 deletions

View File

@@ -1,4 +1,3 @@
import { Visibility } from '#enums/visibility';
import { Link } from '@inertiajs/react';
import { route } from '@izzyjs/route/client';
import {
@@ -19,6 +18,7 @@ import { IoTrashOutline } from 'react-icons/io5';
import { ShareCollection } from '~/components/share/share_collection';
import { appendCollectionId } from '~/lib/navigation';
import { useActiveCollection } from '~/stores/collection_store';
import { Visibility } from '~/types/app';
interface DashboardHeaderProps {
navbar: {