Skip to content

Commit

Permalink
cleaning up some files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Lea authored and Tony Lea committed Oct 20, 2024
1 parent d38beeb commit ef52fd4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 197 deletions.
52 changes: 0 additions & 52 deletions app/Livewire/Form.php

This file was deleted.

107 changes: 0 additions & 107 deletions app/Livewire/Wave/DeployToDo.php

This file was deleted.

38 changes: 0 additions & 38 deletions app/Providers/Filament/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,30 +36,6 @@ class AdminPanelProvider extends PanelProvider
{
protected static ?string $navigationIcon = 'heroicon-o-document-text';

public function boot(): void
{
// Filament::serving(function () {
// Filament::registerNavigationGroups([
// NavigationGroup::make()
// ->label('Roles & Permissions')
// ->icon('phosphor-shield-star-duotone')
// ->collapsed(),
// ]);
// });

// Filament::navigation(function (NavigationBuilder $builder): NavigationBuilder {
// return $builder
// ->groups([
// NavigationGroup::make('Website')
// ->items([
// ...UserResource::getNavigationItems(),
// ...RoleResource::getNavigationItems(),
// ...PlanResource::getNavigationItems(),
// ]),
// ]);
// });
}

public static function getNavigationIcon(): ?string
{
return 'heroicon-o-presentation-chart-line';
Expand All @@ -76,20 +52,6 @@ public function panel(Panel $panel): Panel
->default()
->id('admin')
->path('admin')
// ->navigation(function (NavigationBuilder $builder){
// return $builder
// ->items([
// ...UserResource::getNavigationItems(),
// ])
// ->groups([
// NavigationGroup::make('Roles & Permissions')
// ->icon('phosphor-shield-star-duotone')
// ->items([
// ...RoleResource::getNavigationItems(),
// ...PlanResource::getNavigationItems(),
// ])->collapsed(),
// ]);
// })
->colors([
'primary' => Color::Blue,
])
Expand Down

0 comments on commit ef52fd4

Please sign in to comment.