angular/devtools/projects/shell-browser/src
AleksanderBodurri 2ca49726ca refactor(devtools): consolidate devtools global styles into 1 file (#49001)
Previously the DevTools demo app and browser app had duplicated styles in their respective styles.scss files.

This commit creates a global styles.scss that is imported with sass @use into the demo and browser app styles.scss files. This will prevent any issues where css changes to one are missed in the other. Also reduces duplication of material css theme definitions by consolidating it inone place. The respective styles.scss files for the demo app and browser app continue to exist incase those need environment specific css. For example the browser app requires that height: 100% is set on a document in order to render properly in a browsers devtools tab.

PR Close #49001
2023-02-14 20:25:23 +01:00
..
app fix(devtools): prevent devTools to load when not text/html document (#48021) 2022-11-17 09:35:40 -08:00
assets feat(devtools): support icons in offline mode (#45430) (#45743) 2022-05-12 09:17:05 -07:00
environments feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
manifest build(devtools): migrate to manifest v3 (#47575) 2022-10-11 22:47:22 +00:00
popups feat(devtools): support icons in offline mode (#45430) (#45743) 2022-05-12 09:17:05 -07:00
styles feat(devtools): Create browser specific styles for chrome and firefox (#46037) 2022-05-23 14:00:10 -07:00
BUILD.bazel refactor(devtools): consolidate devtools global styles into 1 file (#49001) 2023-02-14 20:25:23 +01:00
devtools.html feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
devtools.ts feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
index.html feat(devtools): support icons in offline mode (#45430) (#45743) 2022-05-12 09:17:05 -07:00
main.ts feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
styles.scss refactor(devtools): consolidate devtools global styles into 1 file (#49001) 2023-02-14 20:25:23 +01:00