Frontmatter
| id | 9421 |
| title | Refactor: Move grid column components into `src/grid/column/component/` |
| state | Open |
| labels | refactoringarchitecturegrid |
| assignees | tobiu |
| createdAt | Mar 9, 2026, 5:23 PM |
| updatedAt | Mar 9, 2026, 5:23 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9421 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
Refactor: Move grid column components into src/grid/column/component/
Openrefactoringarchitecturegrid
Goal
To improve namespace organization and prevent polluting the top-level
src/component/directory, all components that are exclusively built to be used within grid cells should be moved to a dedicatedsrc/grid/column/component/directory.Scope
Migrate the following components and their corresponding SCSS files (both in
srcand across all themes):GitHubOrgsGitHubUserIconLinkProgressSparklineCountryFlagTasks
src/grid/column/component/and update theirclassNames toNeo.grid.column.component.*.resources/scss/src/component/toresources/scss/src/grid/column/component/.resources/scss/theme-*/component/toresources/scss/theme-*/grid/column/component/.src/grid/column/*.mjs).