mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[PR #1391] [MERGED] Docops v3x/kanban component #1314
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#1314
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BoostIO/BoostNote-App/pull/1391
Author: @ButteryCrumpet
Created: 12/8/2021
Status: ✅ Merged
Merged: 12/9/2021
Merged by: @Davy-c
Base:
docops-v3← Head:docops-v3x/kanban-component📝 Commits (10+)
5725050wip8148e10multi-container move callbacks5f9d7f0don't push move on in-place drops396134ffix possible item undefined bug051ee12fix move events on in-place/same-container moves585682euse drag overlay for items65d80c2ordering libf7ec1a5kanban view lib5b78b80useKanbaView hookdda7b8ainitial styling📊 Changes
17 files changed (+1593 additions, -2 deletions)
View changed files
📝
package-lock.json(+63 -0)📝
package.json(+2 -0)📝
src/cloud/components/Props/Pickers/StatusSelect.tsx(+1 -1)➕
src/cloud/components/Views/Kanban/Item.tsx(+35 -0)➕
src/cloud/components/Views/Kanban/KanbanWatchedPropSetter.tsx(+81 -0)➕
src/cloud/components/Views/Kanban/ListSettings.tsx(+57 -0)➕
src/cloud/components/Views/Kanban/index.tsx(+215 -0)📝
src/cloud/components/Views/index.tsx(+9 -0)➕
src/cloud/lib/hooks/views/kanbanView.ts(+223 -0)➕
src/cloud/lib/ordering.ts(+76 -0)➕
src/cloud/lib/views/kanban.ts(+141 -0)➕
src/design/components/organisms/Kanban/Container.tsx(+69 -0)➕
src/design/components/organisms/Kanban/Sortable.tsx(+43 -0)➕
src/design/components/organisms/Kanban/SortableContainer.tsx(+46 -0)➕
src/design/components/organisms/Kanban/hook.ts(+355 -0)➕
src/design/components/organisms/Kanban/index.tsx(+173 -0)📝
webpack.cloud.config.ts(+4 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.