-
Notifications
You must be signed in to change notification settings - Fork 0
chore: demo/developer page showing all features #27
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a comprehensive developer demonstration page that showcases all Resortable features in an interactive format. The demo serves as both a testing tool and documentation for developers to explore the library's capabilities.
Key Changes
- Interactive feature showcase with live configuration editing
- Real-time JSON event output for debugging
- Mobile-responsive design with modern UI styling
demo-features.html
Outdated
|
|
||
| <!-- Load Resortable --> | ||
| <script type="module"> | ||
| import { Sortable } from './dist/sortable.esm.js'; |
Copilot
AI
Sep 16, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The import path './dist/sortable.esm.js' may not exist. Based on the project structure, this should likely be './dist/sortable.es.js' to match the ES modules output format mentioned in the coding guidelines.
| import { Sortable } from './dist/sortable.esm.js'; | |
| import { Sortable } from './dist/sortable.es.js'; |
1a148ed to
f578f91
Compare
f578f91 to
0ad45a3
Compare
No description provided.