Skip to content

Conversation

@Spikeysanju
Copy link
Contributor

This pull request introduces several changes to the SvelteDnD project, including the addition of a new example, updates to dependencies, enhancements to drag-and-drop state management, and improvements to the layout and navigation structure.

New Example and Documentation:

  • Added a new example for conditional checks in drag-and-drop functionality to the README.md and created a corresponding page at src/routes/conditional-check/+page.svelte. [1] [2]

Dependency Update:

  • Updated the @thisux/sveltednd dependency from version ^0.0.14 to ^0.0.17 in package.json.

State Management Enhancements:

  • Introduced a new invalidDrop property to the DragDropState interface in src/lib/types/index.ts and updated the dndState in src/lib/stores/dnd.svelte.ts to include this property. [1] [2]

Layout and Navigation Improvements:

  • Updated the layout in src/routes/+layout.svelte to include a sidebar for navigation on larger screens and a bottom navigation bar for mobile devices. Added a new navigation link for the conditional check example. [1] [2]…n 0.0.17

@Spikeysanju Spikeysanju added bug Something isn't working enhancement New feature or request labels Dec 12, 2024
@Spikeysanju Spikeysanju self-assigned this Dec 12, 2024
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Dec 12, 2024

Deploying sveltednd with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7742efc
Status:🚫  Build failed.

View logs

@Spikeysanju Spikeysanju linked an issue Dec 12, 2024 that may be closed by this pull request
@Spikeysanju Spikeysanju merged commit e961643 into main Dec 12, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

invalidDrop does not exist on dndState

2 participants