Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Sep 9, 2024
1 parent 5efe70b commit 7e7dbf3
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 955 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public static function table(Table $table): Table
])
->headerActions([
ExportAction::make(),
// VolunteerResource\Actions\ImportVolunteersAction::make(),

Tables\Actions\CreateAction::make()
->requiresConfirmation()
->modalHeading(__('volunteer.modal.heading'))
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
namespace App\Filament\Resources\VolunteerResource\Pages;

use App\Filament\Resources\VolunteerResource;
use App\Filament\Resources\VolunteerResource\Actions\ExportVolunteersExample;
use App\Filament\Resources\VolunteerResource\Actions\ImportVolunteersAction;
use Filament\Pages\Actions;
use Filament\Resources\Pages\ListRecords;
use Illuminate\Database\Eloquent\Builder;
Expand All @@ -19,8 +17,6 @@ protected function getActions(): array
{
return [
Actions\CreateAction::make(),
ImportVolunteersAction::make(),
// ExportVolunteersExample::make(),
];
}

Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"laravel/tinker": "^2.8",
"league/flysystem-aws-s3-v3": "^3.21",
"pxlrbt/filament-excel": "^1.1",
"sentry/sentry-laravel": "^4.1",
"konnco/filament-import": "1.6.0"
"sentry/sentry-laravel": "^4.1"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.13",
Expand All @@ -31,8 +30,6 @@
"laravel/telescope": "^4.17",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^7.10",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-livewire": "^2.1",
"phpunit/phpunit": "^10.4",
"spatie/laravel-ignition": "^2.3"
},
Expand Down
Loading

0 comments on commit 7e7dbf3

Please sign in to comment.