-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: Use top-level 'named index files' instead of in folder index files (
#8274) * Remove unused phrase-editor CSS * Move index.scss files to top-level named files to make them more obvious
- Loading branch information
Showing
9 changed files
with
75 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,17 @@ | ||
@charset 'utf-8'; | ||
@import 'base/reset/index'; | ||
@import 'base/index'; | ||
@import 'variables/index'; | ||
|
||
/* all variables and custom queries including generic base variables */ | ||
@import 'variables'; | ||
|
||
/*TODO: Move this to its own local component*/ | ||
@import 'ember-power-select'; | ||
/**/ | ||
|
||
@import 'base/components/index'; | ||
@import 'components/index'; | ||
@import 'core/typography'; | ||
@import 'core/layout'; | ||
|
||
@import 'routes/dc/settings/index'; | ||
@import 'routes/dc/services/index'; | ||
@import 'routes/dc/nodes/index'; | ||
@import 'routes/dc/intention/index'; | ||
@import 'routes/dc/kv/index'; | ||
@import 'routes/dc/acls/index'; | ||
@import 'routes/dc/acls/tokens/index'; | ||
/* all components including generic base components */ | ||
@import 'components'; | ||
/* cascading typography */ | ||
@import 'typography'; | ||
/* layouts */ | ||
@import 'layout'; | ||
/* pinpoint individual overwrites for those 'just on this page' problems */ | ||
@import 'routes'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
@import './base/components/index'; | ||
|
||
/**/ | ||
|
||
@import './components/card/index'; | ||
@import './components/form-elements'; | ||
@import './components/breadcrumbs'; | ||
@import './components/anchors'; | ||
@import './components/progress'; | ||
@import './components/buttons'; | ||
@import './components/composite-row'; | ||
@import './components/secret-button'; | ||
@import './components/tabs'; | ||
@import './components/pill'; | ||
@import './components/table'; | ||
@import './components/tooltip'; | ||
@import './components/tag-list'; | ||
@import './components/healthcheck-output'; | ||
@import './components/healthcheck-info'; | ||
@import './components/healthchecked-resource'; | ||
@import './components/freetext-filter'; | ||
@import './components/filter-bar'; | ||
@import './components/tomography-graph'; | ||
@import './components/flash-message'; | ||
@import './components/code-editor'; | ||
@import './components/confirmation-dialog'; | ||
@import './components/modal-dialog'; | ||
@import './components/auth-form'; | ||
@import './components/auth-modal'; | ||
@import './components/notice'; | ||
@import './components/oidc-select'; | ||
@import './components/discovery-chain'; | ||
@import './components/empty-state'; | ||
@import './components/tabular-details'; | ||
@import './components/tabular-collection'; | ||
@import './components/list-collection'; | ||
@import './components/grid-collection'; | ||
@import './components/popover-select'; | ||
@import './components/tooltip-panel'; | ||
@import './components/menu-panel'; | ||
@import './components/more-popover-menu'; | ||
@import './components/confirmation-alert'; | ||
@import './components/definition-table'; | ||
|
||
/**/ | ||
|
||
@import './components/brand-loader'; | ||
@import './components/loader'; | ||
@import './components/main-header-horizontal'; | ||
@import './components/main-nav-horizontal'; | ||
@import './components/app-view'; | ||
@import './components/footer'; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
ui-v2/app/styles/core/layout.scss → ui-v2/app/styles/layout.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
@import 'routes/dc/settings/index'; | ||
@import 'routes/dc/services/index'; | ||
@import 'routes/dc/nodes/index'; | ||
@import 'routes/dc/intention/index'; | ||
@import 'routes/dc/kv/index'; | ||
@import 'routes/dc/acls/index'; | ||
@import 'routes/dc/acls/tokens/index'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@import './base/reset/index'; | ||
@import './base/index'; | ||
@import './variables/custom-query'; | ||
@import './variables/skin'; |
File renamed without changes.