Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: SCSS tidy up #87956

Merged
merged 3 commits into from
May 16, 2024
Merged

Chore: SCSS tidy up #87956

merged 3 commits into from
May 16, 2024

Conversation

ashharrison90
Copy link
Contributor

What is this feature?

  • more scss tidy up!
    • moves code_editor, panel_graph and panel_piechart into the _angular.scss file so we can easily clean it up when angular is removed
    • removes filter-controls completely as it's unused
    • replaces dashboard-settings__header with modern component equivalents and removes dashboard_settings.scss
    • replaces admin-settings-section with modern component equivalents and removes pages/_admin.scss
    • replaces page-loader-wrapper with modern component equivalents and removes components/_page_loader.scss

Why do we need this feature?

  • standardise on emotion 馃拝

Who is this feature for?

  • grafana devs

Which issue(s) does this PR fix?:

For #64129

Special notes for your reviewer:

Please check that:

  • It works as expected from a user's perspective.
  • If this is a pre-GA feature, it is behind a feature toggle.
  • The docs are updated, and if this is a notable improvement, it's added to our What's New doc.

@ashharrison90 ashharrison90 added type/chore no-backport Skip backport of PR no-changelog Skip including change in changelog/release notes labels May 16, 2024
@ashharrison90 ashharrison90 added this to the 11.1.x milestone May 16, 2024
@ashharrison90 ashharrison90 self-assigned this May 16, 2024
@ashharrison90 ashharrison90 requested review from a team as code owners May 16, 2024 09:01
@ashharrison90 ashharrison90 requested review from tskarhed, L-M-K-B, Ukochka, dprokop and kaydelaney and removed request for a team May 16, 2024 09:01
Copy link
Contributor

@Clarity-89 Clarity-89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

馃殌

@@ -9,9 +9,9 @@ interface Props {
const PageLoader = ({ pageName = '' }: Props) => {
const loadingText = `Loading ${pageName}...`;
return (
<div className="page-loader-wrapper">
<Box display="flex" alignItems="center" direction="column" justifyContent="center" paddingTop={10}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

馃帀

@ashharrison90 ashharrison90 merged commit 82eb160 into main May 16, 2024
14 checks passed
@ashharrison90 ashharrison90 deleted the ash/more-scss-tidy-up branch May 16, 2024 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend no-backport Skip backport of PR no-changelog Skip including change in changelog/release notes type/chore
Projects
Status: 馃殌 Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants