單機版 v.0.1.2 20250627

檔案搬移
This commit is contained in:
allen.yan 2025-06-27 10:59:36 +08:00
parent f8f4f46096
commit eb710fca5b
18 changed files with 18 additions and 18 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace App\Livewire\Forms\Tables;
namespace App\Livewire\Tables;
use App\Models\ActivityLog;
use Illuminate\Support\Carbon;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Livewire\Forms\Tables;
namespace App\Livewire\Tables;
use App\Models\Artist;
use App\Enums\ArtistCategory;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Livewire\Forms\Tables;
namespace App\Livewire\Tables;
use App\Models\Branch;
use Illuminate\Support\Carbon;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Livewire\Forms\Tables;
namespace App\Livewire\Tables;
use App\Models\MachineStatus;
use Illuminate\Support\Carbon;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Livewire\Forms\Tables;
namespace App\Livewire\Tables;
use Spatie\Permission\Models\Role;
use Spatie\Permission\Models\Permission;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Livewire\Forms\Tables;
namespace App\Livewire\Tables;
use App\Models\RoomStatusLog;
use Illuminate\Support\Carbon;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Livewire\Forms\Tables;
namespace App\Livewire\Tables;
use App\Models\Room;
use App\Enums\RoomType;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Livewire\Forms\Tables;
namespace App\Livewire\Tables;
use App\Models\Song;
use App\Models\SongLibraryCache;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Livewire\Forms\Tables;
namespace App\Livewire\Tables;
use App\Models\User;
use App\Enums\UserGender;

View File

@ -1,4 +1,4 @@
<x-layouts.admin>
<livewire:forms.tables.activity-log-table />
<livewire:tables.activity-log-table />
</x-layouts.admin>

View File

@ -1,7 +1,7 @@
<x-layouts.admin>
<x-wireui:notifications/>
<livewire:forms.tables.artist-table />
<livewire:tables.artist-table />
<livewire:forms.artist-form />
<livewire:forms.artist-import-data />
</x-layouts.admin>

View File

@ -1,7 +1,7 @@
<x-layouts.admin>
<x-wireui:notifications/>
<livewire:forms.tables.branch-table />
<livewire:tables.branch-table />
<livewire:forms.room-grid />
<livewire:forms.branch-form />
<livewire:forms.branch-import-data />

View File

@ -1,3 +1,3 @@
<x-layouts.admin>
<livewire:forms.tables.machine-status-table />
<livewire:tables.machine-status-table />
</x-layouts.admin>

View File

@ -1,6 +1,6 @@
<x-layouts.admin>
<x-wireui:notifications/>
<livewire:forms.tables.role-table />
<livewire:tables.role-table />
<livewire:forms.role-form />
</x-layouts.admin>

View File

@ -1,3 +1,3 @@
<x-layouts.admin>
<livewire:forms.tables.room-status-log-table />
<livewire:tables.room-status-log-table />
</x-layouts.admin>

View File

@ -1,7 +1,7 @@
<x-layouts.admin>
<x-wireui:notifications/>
<livewire:forms.tables.room-table/>
<livewire:tables.room-table/>
<livewire:forms.room-form />
<livewire:forms.modals.room-detail-modal />
</x-layouts.admin>

View File

@ -1,7 +1,7 @@
<x-layouts.admin>
<x-wireui:notifications/>
<livewire:forms.tables.song-table />
<livewire:tables.song-table />
<livewire:forms.song-form />
<livewire:forms.song-import-data />
</x-layouts.admin>

View File

@ -1,6 +1,6 @@
<x-layouts.admin>
<x-wireui:notifications/>
<livewire:forms.tables.user-table />
<livewire:tables.user-table />
<livewire:forms.user-form />
</x-layouts.admin>