stable

Clone or download

Read-only

chore: Replace relative import of project background Sass with a package import

part of request #26381 Prevent relative imports outside of a package No functional change expected. Project background image should show up as before. Change-Id: Ic676f3573761d6a36699366275ba4207bf3bacec

Modified Files

Name
A lib/frontend/project-background/README.md +25 −0 Go to diff View file
A lib/frontend/project-background/package.json +15 −0 Go to diff View file
R src/themes/common/css/project-background/_background.scss Go to diff View file
M plugins/agiledashboard/package.json +1 −0 Go to diff View file
M plugins/agiledashboard/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/administration.scss +3 −3 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/kanban/_project-header-background.scss +3 −3 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum/_project-colors.scss +3 −3 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum/_project-header-background.scss +3 −3 Go to diff View file
M plugins/baseline/package.json +1 −0 Go to diff View file
M plugins/baseline/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/baseline/themes/baseline/_project-header-background.scss +3 −3 Go to diff View file
M plugins/document/package.json +1 −0 Go to diff View file
M plugins/document/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/document/themes/_project_background_header.scss +3 −3 Go to diff View file
M plugins/git/package.json +1 −0 Go to diff View file
M plugins/git/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/git/themes/BurningParrot/_project-background-header.scss +3 −3 Go to diff View file
M plugins/program_management/package.json +1 −0 Go to diff View file
M plugins/program_management/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/program_management/themes/planned-iterations/_project-header-background.scss +3 −3 Go to diff View file
M plugins/program_management/themes/program_management/_project-header-background.scss +3 −3 Go to diff View file
M plugins/svn/package.json +1 −0 Go to diff View file
M plugins/svn/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/svn/themes/FlamingParrot/css/style.scss +2 −2 Go to diff View file
M plugins/taskboard/package.json +1 −0 Go to diff View file
M plugins/taskboard/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/taskboard/themes/includes/_project-header-background.scss +3 −3 Go to diff View file
M plugins/testmanagement/package.json +1 −0 Go to diff View file
M plugins/testmanagement/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_project-header-background.scss +4 −4 Go to diff View file
M plugins/testplan/package.json +1 −0 Go to diff View file
M plugins/testplan/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/testplan/themes/includes/_project-header-background.scss +3 −3 Go to diff View file
M plugins/tracker/package.json +1 −0 Go to diff View file
M plugins/tracker/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/includes/_project-tracker-background.scss +4 −4 Go to diff View file
M plugins/tracker/themes/default/css/includes/_project-header-background.scss +3 −3 Go to diff View file
M src/package.json +1 −0 Go to diff View file
M src/pnpm-lock.yaml +3 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_project-background.scss +13 −13 Go to diff View file
M src/themes/BurningParrot/package.json +2 −1 Go to diff View file
M src/themes/BurningParrot/pnpm-lock.yaml +2 −0 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project-background.scss +11 −11 Go to diff View file
M src/themes/FlamingParrot/package.json +2 −1 Go to diff View file
M src/themes/FlamingParrot/pnpm-lock.yaml +2 −0 Go to diff View file
M src/themes/common/css/project-background/_project-background.scss +2 −2 Go to diff View file
M src/themes/common/css/project-background/aerial-water.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/asphalt-rock.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/beach-daytime.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/blue-rain.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/blue-sand.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/brown-alpaca.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/brown-desert.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/brown-grass.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/brown-textile.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/brush-daytime.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/green-grass.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/green-leaf.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/green-trees.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/led-light.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/ocean-waves.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/octopus-black.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/orange-tulip.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/purple-building.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/purple-droplet.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/purple-textile.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/snow-mountain.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/tree-water.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/white-sheep.scss +4 −2 Go to diff View file
M src/themes/common/css/project-background/wooden-surface.scss +4 −2 Go to diff View file