mattermost-community/focalboard

Revisit and fix todos in TableHeaderMenu.tsx.

Ouverte

#1 717 ouverte le 2 nov. 2021

 (0 commentaire) (0 réaction) (0 personne assignée)TypeScript (2 542 forks)user submission
Help WantedUp for grabs

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

Guide contributeur