ProtonMail / WebClients

Monorepo hosting the proton web clients
GNU General Public License v3.0
4.24k stars 538 forks source link

Display more than a single label in conversation view #301

Open andreymrt opened 1 year ago

andreymrt commented 1 year ago

Propagates the maxNumber property from packages/components/components/labelStack/LabelStack.tsx to a few levels higher in the React hierarchy, and sets a default value to show 4 labels.

A more elegant solution would involve a saved setting that stores just how many labels to display, but that would require backend REST changes that I don't know where to make.

This partly resolves something like this

cpainchaud commented 1 year ago

+1 !