mirror of
https://github.com/modrinth/code.git
synced 2026-08-27 10:04:52 +00:00
* feat: drag and drop skins to reorder * feat: implement drag to reorder skins * fix: ci * remove: backend implementation * regenerate sqlx * fix: remove v-if selectable * feat: remove drag handle * refactor: pnpm prepr * cargo fmt * fix: dragging disable hover, wrong evt for edit skin + remove back of skin hover --------- Co-authored-by: Calum H. (IMB11) <contact@cal.engineer>
21 lines
498 B
XML
21 lines
498 B
XML
<!-- @license lucide-static v0.562.0 - ISC -->
|
|
<svg
|
|
class="lucide lucide-grip-vertical"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<circle cx="9" cy="12" r="1" />
|
|
<circle cx="9" cy="5" r="1" />
|
|
<circle cx="9" cy="19" r="1" />
|
|
<circle cx="15" cy="12" r="1" />
|
|
<circle cx="15" cy="5" r="1" />
|
|
<circle cx="15" cy="19" r="1" />
|
|
</svg>
|