Revisit and fix todos in TableHeaderMenu.tsx.
#1 717 ouverte le 2 nov. 2021
Métriques du dépôt
- Stars
- (26 187 étoiles)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
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