mattermost-community/focalboard
在 GitHub 查看Revisit and fix todos in TableHeaderMenu.tsx.
Open
#1,717 建立於 2021年11月2日
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