-
Notifications
You must be signed in to change notification settings - Fork 611
Closed
Labels
area:fast-foundationPertains to fast-foundationPertains to fast-foundationchoreMaintenance or non-code workMaintenance or non-code workclosed:doneWork is finishedWork is finished
Milestone
Description
Abstract
There has been some inconsistency when structuring the src folders of components where sometimes a flat structure is used for items related to each other (menu and menu-item) and sometimes a nested folder structure is used (accordion and accordion-item).
These should use a consistently flat structure since nesting can sometimes be subjective.
Requirements
Change the folder structure in the packages/web-components/fast-components/src/ and packages/web-components/fast-foundation/src/ folders from:
/accordion
/accordion-item
/progress
/progress
/progress-ring
/tabs
/tab
/tab-panel
to:
/accordion
/accordion-item
/progress
/progress-ring
/tabs
/tab
/tab-panel
Metadata
Metadata
Assignees
Labels
area:fast-foundationPertains to fast-foundationPertains to fast-foundationchoreMaintenance or non-code workMaintenance or non-code workclosed:doneWork is finishedWork is finished