mirror of
https://github.com/pacnpal/thrillwiki_laravel.git
synced 2025-12-20 02:31:09 -05:00
- Implemented ParksLocationSearch component with loading state and refresh functionality. - Created ParksMapView component with similar structure and functionality. - Added RegionalParksListing component for displaying regional parks. - Developed RidesListingUniversal component for universal listing integration. - Established ManufacturersListing view with navigation and Livewire integration. - Added feature tests for various Livewire components including OperatorHierarchyView, OperatorParksListing, OperatorPortfolioCard, OperatorsListing, OperatorsRoleFilter, ParksListing, ParksLocationSearch, ParksMapView, and RegionalParksListing to ensure proper rendering and adherence to patterns.
10 lines
318 B
PHP
10 lines
318 B
PHP
{{-- ThrillWiki Component: OperatorParksListing --}}
|
|
<div class="thrillwiki-component">
|
|
<h3 class="text-lg font-semibold mb-4 text-gray-900 dark:text-white">
|
|
OperatorParksListing
|
|
</h3>
|
|
|
|
<p class="text-gray-600 dark:text-gray-400">
|
|
ThrillWiki component content goes here.
|
|
</p>
|
|
</div> |