Enhance TransportationCard unlinked state logic and improve date handling; update TransportationModal for conditional rendering and add new background image in JSON.

This commit is contained in:
Sean Morley
2024-12-28 10:56:25 -05:00
parent 5d3ec181a0
commit 697c40fca0
6 changed files with 66 additions and 23 deletions

View File

@@ -110,14 +110,6 @@
id="name"
on:change={() => (property = 'name')}
/>
<input
class="join-item btn"
type="radio"
name="filter"
aria-label={$t('transportation.type')}
id="type"
on:change={() => (property = 'type')}
/>
<input
class="join-item btn"
type="radio"