nocobase/packages/core/client/src/board
Dunqing c731abf82c
feat: support fixed block (#1267)
* feat: support fixed block

* feat: update locale

* fix: fix block not work in non-designer

* feat: improve padding

* feat: update scroll

* fix: the page effect is not normal when deleting fixed blocks

* feat: recalculate table scroll when resize

* fix: avoid scrolling effect when dragging the Kanban column

* feat: improve scroll size

* fix: column size

* fix: unused

* fix: configure action in designable

* fix: has page title

* fix: optimize

* fix: optimize

* feat: avoid fixed block

* fix: action column width

* fix: optimize

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-12-20 21:43:27 +08:00
..
demos
Board.tsx feat: support fixed block (#1267) 2022-12-20 21:43:27 +08:00
Card.tsx
CardAdder.tsx
CardForm.tsx
Column.tsx feat: support fixed block (#1267) 2022-12-20 21:43:27 +08:00
ColumnAdder.tsx
ColumnForm.tsx
DefaultCard.tsx
DefaultColumnHeader.tsx
helpers.ts
index.md
index.ts
Kanban.tsx
services.ts
style.less feat: support fixed block (#1267) 2022-12-20 21:43:27 +08:00
utils.ts
withDroppable.tsx