Skip to content

Conversation

@jjeff
Copy link
Owner

@jjeff jjeff commented Sep 16, 2025

No description provided.

Copilot AI review requested due to automatic review settings September 16, 2025 23:20
Copy link

Copilot AI left a 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


<!-- Load Resortable -->
<script type="module">
import { Sortable } from './dist/sortable.esm.js';
Copy link

Copilot AI Sep 16, 2025

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.

Suggested change
import { Sortable } from './dist/sortable.esm.js';
import { Sortable } from './dist/sortable.es.js';

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants