svelte-kanban icon indicating copy to clipboard operation
svelte-kanban copied to clipboard

A simple kanban made with Svelte

Results 26 svelte-kanban issues
Sort by recently updated
recently updated
newest added

# Please Select Squash and Merge ## Changes - [x] Implement #51, #60, #67, #74, #75, #80, #87, #88, #91 - [x] Change version to 1.1.0 - [x] Update dependencies...

## Goal Share the same Kanban board across different browsers or browser tabs, potentially to multiple users over the Internet. ## Scope This effort will clear a path for [CRDT](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type)...

## Test Cases The following tests need to be run, as real tests and/or thought experiments. List the changes that need to be made to the component in the next...

The event does not specify which card was removed. See https://github.com/V-Py/svelte-kanban/blob/9726005e5c64cc6c3dbf054cfd495dbd34a18abd/src/lib/Kanban.svelte#L366

https://github.com/V-Py/svelte-kanban/assets/12297328/be1a736f-1cbc-4eab-a5cf-7bc9ecbdffe3

Any number of columns can be added regardless of `

New feature to undo and redo operations.

When dropping a card, it should either "shake" or some other effect should highlight the card's new position. When the cards have the same title and date, sometimes it's hard...

Dragging a card within a column works but is quirky. For example, the empty "shadow" card does not appear. It is unclear what will happen when the card is dropped....

See the second half of [this movie](https://github.com/V-Py/svelte-kanban/assets/12297328/5932f34f-892b-4e48-ae20-00750c2f3e17). 1. Create a board with two columns and one card 2. Drag the card from one column to the other. Do not release...