chore(react/collections/table): reintroduce item context menu partially

This commit is contained in:
Elian Doran
2025-09-11 19:35:46 +03:00
parent 803164791f
commit 3d2a4d8c38
4 changed files with 55 additions and 71 deletions

View File

@@ -9,6 +9,7 @@ export default class BoardApi {
constructor(
private byColumn: ColumnMap | undefined,
public columns: string[],
private parentNote: FNote,
private statusAttribute: string,
private viewConfig: BoardViewData,