Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -44,4 +44,4 @@ components:
memoryRequest: 5Mi
memoryLimit: 6G
cpuRequest: 1000m
cpuLimit: 4000m
cpuLimit: 4000m
1 change: 1 addition & 0 deletions .sdkmanrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java=21.0.5-tem
4 changes: 2 additions & 2 deletions app/src/main/webui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img width="1058" alt="Out of box dashboard view of patternfly seed" src="https://user-images.githubusercontent.com/5942899/103803761-03a0a500-501f-11eb-870a-345d7d035e6b.png">
!["Out of box dashboard view of patternfly seed"](https://user-images.githubusercontent.com/5942899/103803761-03a0a500-501f-11eb-870a-345d7d035e6b.png)

## Quick-start

Expand Down Expand Up @@ -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)
Expand Down