Bus Details Modal with Document Upload Signin
svelte0
I'll create a modal to display bus details and include a document upload section with drag and drop functionality using shadcn-svelte components.
V0
Bus Details Modal with Document Upload Created 114 days ago
svelte0
I'll fix the binding errors by using $state() for reactive variables instead of constants in both files.
V1
Fixed Binding Issues Created 114 days ago
svelte0
I'll fix the $state error in bus-details-modal.svelte by properly handling props and state. In Svelte 5, we should use $props() for props and $state() only for variable declarations.
V2
Fixed State Declaration Error Created 114 days ago
svelte0
I'll modify the layout to place the documents section under the information and make it collapsible using shadcn-svelte's Collapsible component.
V3
Updated Bus Details Modal with Collapsible Documents Section Created 114 days ago
Files