Make DataColumns implement Component trait and move to widgets module #124

Closed
opened 2021-01-08 15:44:08 +02:00 by Manos Pitsidianakis · 1 comment

Some mailbox lists use the DataColumns struct to display e-mails in columns. By making this into a proper widget code deduplication can be avoided.

The widget should compute the column widths on its own according to some constraints (for example never hide the column that displays the row number). Optionally, the columns could be user-modifiable.

Some mailbox lists use the [DataColumns](https://git.meli.delivery/meli/meli/src/commit/2f47f1eebd5844528d76a1684a90ca7617abc4be/src/components/mail/listing.rs#L61) struct to display e-mails in columns. By making this into a proper widget code deduplication can be avoided. The widget should compute the column widths on its own according to some constraints (for example never hide the column that displays the row number). Optionally, the columns could be user-modifiable.
Manos Pitsidianakis added this to the beta milestone 2021-01-08 15:44:08 +02:00
Manos Pitsidianakis added the
enhancement
label 2021-01-08 15:44:08 +02:00

Closed in #168

Closed in #168
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: meli/meli#124
There is no content yet.