Frontmatter
| id | 5659 |
| title | portal-home-progress - move the CSS to a better fitting file |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 1, 2024, 11:16 AM |
| updatedAt | Aug 1, 2024, 11:19 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5659 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 1, 2024, 11:19 AM |
@Dinkh I really don't understand why the CSS for the progress indicator ended up inside
HeaderToolbar.scss, since it is not related to this file in any way.Right now, the indicator is a direct child of
Portal.view.home.MainContainer, so I will move the styling there.If the indicator shall get used inside other main views later on, we can move it up into the
Viewport.scss.@mxmrtns