Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add view pages for "simple" resources #963

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

Boy132
Copy link
Member

@Boy132 Boy132 commented Jan 31, 2025

Adds view pages (#583) for the "simple" resources which means everything except Egg, Node and Server.

table and form methods were moved to the Resource class so the view pages can use a disabled form and to avoid duplicate code.


+ the table for mounts got a little rework:
grafik

@Boy132 Boy132 self-assigned this Jan 31, 2025
@Boy132 Boy132 requested a review from a team as a code owner January 31, 2025 09:12
@Boy132 Boy132 marked this pull request as draft January 31, 2025 16:35
Copy link
Member

@lancepioch lancepioch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure this will ultimately be needed, but I don't see why not for now

@Boy132
Copy link
Member Author

Boy132 commented Feb 8, 2025

PR is currently on hold until translations are merged.

…art-one

# Conflicts:
#	app/Filament/Admin/Resources/ApiKeyResource/Pages/CreateApiKey.php
#	app/Filament/Admin/Resources/ApiKeyResource/Pages/ListApiKeys.php
#	app/Filament/Admin/Resources/DatabaseHostResource.php
#	app/Filament/Admin/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php
#	app/Filament/Admin/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php
#	app/Filament/Admin/Resources/DatabaseHostResource/Pages/ListDatabaseHosts.php
#	app/Filament/Admin/Resources/MountResource.php
#	app/Filament/Admin/Resources/MountResource/Pages/CreateMount.php
#	app/Filament/Admin/Resources/MountResource/Pages/EditMount.php
#	app/Filament/Admin/Resources/MountResource/Pages/ListMounts.php
#	app/Filament/Admin/Resources/RoleResource/Pages/EditRole.php
#	app/Filament/Admin/Resources/RoleResource/Pages/ListRoles.php
#	app/Filament/Admin/Resources/UserResource/Pages/CreateUser.php
#	app/Filament/Admin/Resources/UserResource/Pages/EditUser.php
#	app/Filament/Admin/Resources/UserResource/Pages/ListUsers.php
#	app/Filament/Admin/Resources/WebhookResource.php
#	app/Filament/Admin/Resources/WebhookResource/Pages/CreateWebhookConfiguration.php
#	app/Filament/Admin/Resources/WebhookResource/Pages/EditWebhookConfiguration.php
#	app/Filament/Admin/Resources/WebhookResource/Pages/ListWebhookConfigurations.php
@Boy132 Boy132 marked this pull request as ready for review February 9, 2025 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants