MudBlazor icon indicating copy to clipboard operation
MudBlazor copied to clipboard

MudList<T>: New Experimental List Implementation

Open mckaragoz opened this issue 2 years ago • 10 comments

Description

Big List and Select PR #5150 has been decided to seperate multiple phases. The big PR describes what it has, so we didn't write it here again.

MudList, MudSelect and MudAutocomplete will remain the same. Instead of we will add the new components with a new namespace MudExperimental. So both of the old and remaked components can be usable and testable by developers during the phases.

Please note that these experimental components are not planned to be changed drastically unless unexpected bugs are encountered during the phases. It totally depends on the success rate.

Roadmap

Phase 1: Experimental List. (Current Phase) Creating MudExperimental.MudList

Phase 2: Old List Arrangement Bug fixes which are proper for old design for old MudList.

Phase 3: Experimental Select Creating MudExperimantal.MudSelect

Phase 4: Old Select Arrangement Bug fixes which are proper for old design for old MudSelect.

Phase 5: Experimental Autocomplete Creating MudExperimantal.MudAutocomplete

Phase 6: Old Autocomplete Arrangement Bug fixes which are proper for old design for old MudAutocomplete.

Phase 7: Overall Evaluation and Final Decision Phase.

Phase Summary

Will be added as a comment in this PR.

mckaragoz avatar Sep 26 '22 22:09 mckaragoz