Skip to content

Commit

Permalink
Remove Press
Browse files Browse the repository at this point in the history
  • Loading branch information
adrolli committed Mar 20, 2024
1 parent 67ae131 commit ad403fc
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 822 deletions.
1 change: 0 additions & 1 deletion .github/workflows/monorepo-split-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- core
- builder
- jobs
- press
- user
- sync
- audit
Expand Down
17 changes: 1 addition & 16 deletions app/Providers/Filament/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Awcodes\FilamentGravatar\GravatarPlugin;
use Awcodes\FilamentGravatar\GravatarProvider;
use BezhanSalleh\FilamentShield\FilamentShieldPlugin;
use Filament\Http\Middleware\Authenticate;
use Filament\Http\Middleware\DisableBladeIconComponents;
use Filament\Http\Middleware\DispatchServingFilamentEvent;
Expand All @@ -20,7 +19,6 @@
use Illuminate\Session\Middleware\AuthenticateSession;
use Illuminate\Session\Middleware\StartSession;
use Illuminate\View\Middleware\ShareErrorsFromSession;
use Jeffgreco13\FilamentBreezy\BreezyCore;
use Moox\Builder\BuilderPlugin;
use Moox\Jobs\JobsBatchesPlugin;
use Moox\Jobs\JobsFailedPlugin;
Expand Down Expand Up @@ -77,22 +75,9 @@ public function panel(Panel $panel): Panel
JobsBatchesPlugin::make(),
JobsPlugin::make(),
PagePlugin::make(),
UserPlugin::make(),
SyncPlugin::make(),
FilamentShieldPlugin::make(),
BreezyCore::make()
->myProfile(
shouldRegisterUserMenu: true,
shouldRegisterNavigation: false,
hasAvatars: true,
slug: 'profile',
)
->enableTwoFactorAuthentication(
force: false,
),

UserPlugin::make(),
\Moox\Sync\PlatformPlugin::make(),
\Moox\Press\PressPlugin::make(),
\Moox\Audit\AuditPlugin::make(),
]);
}
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"moox/jobs": "*",
"moox/page": "*",
"moox/user": "*",
"moox/press": "*",
"moox/audit": "*",
"moox/sync": "*",
"wikimedia/composer-merge-plugin": "^2.1"
Expand Down
96 changes: 25 additions & 71 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions packages/press/.github/FUNDING.yml

This file was deleted.

49 changes: 0 additions & 49 deletions packages/press/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion packages/press/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions packages/press/LICENSE.md

This file was deleted.

Loading

0 comments on commit ad403fc

Please sign in to comment.