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

Create slug to enhance route navigating #13

Closed
hawariMuflihMunte opened this issue Jun 16, 2024 · 4 comments
Closed

Create slug to enhance route navigating #13

hawariMuflihMunte opened this issue Jun 16, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@hawariMuflihMunte
Copy link
Owner

References:

@hawariMuflihMunte hawariMuflihMunte self-assigned this Jun 16, 2024
@hawariMuflihMunte hawariMuflihMunte added the enhancement New feature or request label Jun 16, 2024
@hawariMuflihMunte
Copy link
Owner Author

I thought this feature will be only a small changes, but in the meantime, I encounter too many renewal of codes to make it integrated with the slug usage

@hawariMuflihMunte
Copy link
Owner Author

Integrating the slug with the current progress is a bit tiresome since there are many changes occur in the controllers and models

@hawariMuflihMunte
Copy link
Owner Author

In case you forget about how to use the custom component modal

<x-messages.alert type="success">
    <i class="bi-person me-6"></i>
    <strong>{{ auth()->user()->Username }}</strong>
</x-messages.alert>

<x-messages.alert-dismissible type="danger">
    <i class="bi-person me-6"></i>
    <strong>{{ auth()->user()->Username }}</strong>
</x-messages.alert-dismissible>

<x-layouts.modal-button modalId="testModal">Test</x-layouts.modal-button>

<x-layouts.modal
    modalId="testModal"
    title="Test Modal"
>
    <x-slot:title>Modal Header</x-slot>
    Test Modal Here
    <x-slot:footer>Modal Footer</x-slot>
</x-layouts.modal>

@hawariMuflihMunte
Copy link
Owner Author

Finally done with this....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant