[PR #1391] [MERGED] Docops v3x/kanban component #1314

Closed
opened 2026-03-03 00:25:36 +03:00 by kerem · 0 comments
Owner

📋 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-v3Head: docops-v3x/kanban-component


📝 Commits (10+)

📊 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

  • Kanban standalone component
  • Kanban data lib
  • Kanban data hook
  • Kanban View component

kanban


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/1391 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 12/8/2021 **Status:** ✅ Merged **Merged:** 12/9/2021 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `docops-v3` ← **Head:** `docops-v3x/kanban-component` --- ### 📝 Commits (10+) - [`5725050`](https://github.com/BoostIO/BoostNote-App/commit/5725050689e51deb4c08ba45c3bc0d4492cccc8d) wip - [`8148e10`](https://github.com/BoostIO/BoostNote-App/commit/8148e10620b83eab0acbdde339edf7988947dc88) multi-container move callbacks - [`5f9d7f0`](https://github.com/BoostIO/BoostNote-App/commit/5f9d7f00ba9a4e9095bc25784fb942cdccaffe04) don't push move on in-place drops - [`396134f`](https://github.com/BoostIO/BoostNote-App/commit/396134fb45b6ea728ad49cdbbb4d9d5dbeefd6f6) fix possible item undefined bug - [`051ee12`](https://github.com/BoostIO/BoostNote-App/commit/051ee128aced774b552368b8911ca2ccc90ada78) fix move events on in-place/same-container moves - [`585682e`](https://github.com/BoostIO/BoostNote-App/commit/585682e98bd0baeacc50b5594b2fe21534db3421) use drag overlay for items - [`65d80c2`](https://github.com/BoostIO/BoostNote-App/commit/65d80c2664c5657f1c9966ff8ec18586f181773f) ordering lib - [`f7ec1a5`](https://github.com/BoostIO/BoostNote-App/commit/f7ec1a5cc4a507b84b7d371a76f3f0b12dfa65a8) kanban view lib - [`5b78b80`](https://github.com/BoostIO/BoostNote-App/commit/5b78b80f61984d0063cc5a0e280ac6f0af69494f) useKanbaView hook - [`dda7b8a`](https://github.com/BoostIO/BoostNote-App/commit/dda7b8ac222578d8bcfc0726dd263d608b88ea47) initial styling ### 📊 Changes **17 files changed** (+1593 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description - [x] Kanban standalone component - [x] Kanban data lib - [x] Kanban data hook - [x] Kanban View component ![kanban](https://user-images.githubusercontent.com/19530989/145150145-a473d350-cf76-407e-a67b-00c6790d8d2a.gif) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:25:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#1314
No description provided.