mattermost-community/focalboard

Revisit and fix todos in TableHeaderMenu.tsx.

Open

#1,717 建立於 2021年11月2日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)TypeScript (26,187 star) (2,542 fork)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

貢獻者指南

Revisit and fix todos in TableHeaderMenu.tsx. · mattermost-community/focalboard#1717 | Good First Issue