-
-
Notifications
You must be signed in to change notification settings - Fork 202
Extract GitHubUser and CountryFlag Grid Columns #9009
Copy link
Copy link
Closed
Labels
aicoreCore framework functionalityCore framework functionalityenhancementNew feature or requestNew feature or requestrefactoring
Description
Extract the UserCell and LocationCell components from the DevRank app into reusable Grid Columns in the framework core, as suggested.
-
Create Components:
src/grid/column/GitHubUser.mjs(Column definition)src/component/GitHubUser.mjs(Cell component logic, moved fromUserCell.mjs)src/grid/column/CountryFlag.mjs(Column definition)src/component/CountryFlag.mjs(Cell component logic, moved fromLocationCell.mjs)
-
Move Styles:
- Extract SCSS from
resources/scss/src/apps/devrank/GridContainer.scss. - Create
resources/scss/src/grid/column/GitHubUser.scss. - Create
resources/scss/src/grid/column/CountryFlag.scss.
- Extract SCSS from
-
Update DevRank:
- Refactor
apps/devrank/view/GridContainer.mjsto use the new framework columns. - Delete local
UserCell.mjsandLocationCell.mjs.
- Refactor
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
aicoreCore framework functionalityCore framework functionalityenhancementNew feature or requestNew feature or requestrefactoring