Groups can now be ordered (via drag and drop)
This commit is contained in:
parent
16c484c2d1
commit
975d1ceee2
14 changed files with 461 additions and 54 deletions
|
|
@ -24,18 +24,22 @@ wasm-bindgen-futures = "0.4"
|
|||
web-sys = { version = "0.3", features = [
|
||||
"console",
|
||||
"Document",
|
||||
"Element",
|
||||
"HtmlElement",
|
||||
"Node",
|
||||
"NodeList",
|
||||
"Window",
|
||||
"Location",
|
||||
"EventTarget",
|
||||
"DragEvent",
|
||||
"DataTransfer",
|
||||
"KeyboardEvent",
|
||||
"Element",
|
||||
"HtmlElement",
|
||||
"HtmlDivElement",
|
||||
"HtmlLabelElement",
|
||||
"HtmlInputElement",
|
||||
"HtmlTextAreaElement",
|
||||
"HtmlSelectElement",
|
||||
"HtmlDialogElement",
|
||||
"KeyboardEvent",
|
||||
] }
|
||||
|
||||
gloo = "0.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue