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

feat: add conditional check example and update dependencies to versio… #10

Merged
merged 2 commits into from
Dec 12, 2024

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
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
1 participant