mattermost-community/focalboard

Revisit and fix todos in TableHeaderMenu.tsx.

Open

#1,717 opened on 2021年11月2日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)TypeScript (26,187 stars) (2,542 forks)user submission
Help WantedUp for grabs

説明

Investigate and determine if the TODOs should still be done or removed from the code.

These deal with inserting additional properties (columns) while on the title column. Currently, we just fail silently.

Insert Right should be able to be implemented without issue, inserting an item to the right of the title column should not be an issue. https://github.com/mattermost/focalboard/blob/main/webapp/src/components/table/tableHeaderMenu.tsx#L54

Insert Left, we should determine if this functionality is still necessary. If not, remove item from menu when on the title column. https://github.com/mattermost/focalboard/blob/main/webapp/src/components/table/tableHeaderMenu.tsx#L42

コントリビューターガイド