0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-23 02:28:15 +01:00
gitea/web_src/js
silverwind 7fda109aba
Drag-and-drop improvements for projects and issue pins (#29875)
1. Add "grabbing" cursor while dragging items:


![](https://github.com/go-gitea/gitea/assets/115237/c60845ff-7544-4215-aeaa-408e8c4ef03a)

2. Make project board only drag via their header, not via their whole
body.


![](https://github.com/go-gitea/gitea/assets/115237/62c27f3d-993a-481d-9cc3-b6226b4c5d61)

3. Fix some cursor problems in projects
4. Move shared options into `createSortable`.
2024-03-28 00:20:38 +01:00
..
components Fix loading spinner on ContextPopup (#30145) 2024-03-27 20:18:04 +00:00
features Drag-and-drop improvements for projects and issue pins (#29875) 2024-03-28 00:20:38 +01:00
markup Migrate gt-hidden to tw-hidden (#30046) 2024-03-24 18:23:38 +00:00
modules Drag-and-drop improvements for projects and issue pins (#29875) 2024-03-28 00:20:38 +01:00
render
standalone Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
utils Migrate gt-hidden to tw-hidden (#30046) 2024-03-24 18:23:38 +00:00
vendor
webcomponents Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
bootstrap.js Fix JS error and improve error message styles (#29963) 2024-03-21 10:16:11 +00:00
bootstrap.test.js
htmx.js
index.js When the title in the issue has a value, set the text cursor at the end of the text. (#30090) 2024-03-27 15:20:10 +08:00
jquery.js Forbid variables containing jQuery collections not having the $ prefix (#29839) 2024-03-16 12:22:16 +00:00
svg.js Update JS any PY dependencies, remove workarounds (#30085) 2024-03-26 09:41:40 +00:00
svg.test.js
utils.js enforce maxlength in frontend (#29389) 2024-02-25 14:31:15 +00:00
utils.test.js
vitest.setup.js