diff --git a/.devfile.yaml b/.devfile.yaml index 3ee59bf..3f886a4 100644 --- a/.devfile.yaml +++ b/.devfile.yaml @@ -6,7 +6,7 @@ attributes: components: - name: tools container: - image: quay.io/devfile/universal-developer-image:ubi8-8fca167 + image: quay.io/devfile/universal-developer-image:ubi9-9b60f86 env: - name: QUARKUS_HTTP_HOST value: 0.0.0.0 @@ -44,4 +44,4 @@ components: memoryRequest: 5Mi memoryLimit: 6G cpuRequest: 1000m - cpuLimit: 4000m \ No newline at end of file + cpuLimit: 4000m diff --git a/.sdkmanrc b/.sdkmanrc new file mode 100644 index 0000000..7feabc2 --- /dev/null +++ b/.sdkmanrc @@ -0,0 +1 @@ +java=21.0.5-tem diff --git a/app/src/main/webui/README.md b/app/src/main/webui/README.md index 24ef750..14bac78 100644 --- a/app/src/main/webui/README.md +++ b/app/src/main/webui/README.md @@ -4,7 +4,7 @@ Patternfly Seed is an open source build scaffolding utility for web apps. The pr Out of the box you'll get an app layout with chrome (header/sidebar), routing, build pipeline, test suite, and some code quality tools. Basically, all the essentials. -Out of box dashboard view of patternfly seed +!["Out of box dashboard view of patternfly seed"](https://user-images.githubusercontent.com/5942899/103803761-03a0a500-501f-11eb-870a-345d7d035e6b.png) ## Quick-start @@ -90,7 +90,7 @@ body { ``` ## Adding custom CSS -When importing CSS from a third-party package for the first time, you may encounter the error `Module parse failed: Unexpected token... You may need an appropriate loader to handle this file typ...`. You need to register the path to the stylesheet directory in [stylePaths.js](./stylePaths.js). We specify these explicitly for performance reasons to avoid webpack needing to crawl through the entire node_modules directory when parsing CSS modules. +When importing CSS from a third-party package for the first time, you may encounter the error `Module parse failed: Unexpected token... You may need an appropriate loader to handle this file type...`. You need to register the path to the stylesheet directory in [stylePaths.js](./stylePaths.js). We specify these explicitly for performance reasons to avoid webpack needing to crawl through the entire node_modules directory when parsing CSS modules. ## Code quality tools * For accessibility compliance, we use [react-axe](https://github.com/dequelabs/react-axe)