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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully built out v6 demo #209

Open
wants to merge 44 commits into
base: v6-penta-demo
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
53be3ff
converting html demo to react
evwilkin Feb 7, 2024
c90cf46
pathways card
evwilkin Feb 13, 2024
73afaee
pull from card demos
evwilkin Feb 13, 2024
603d9e8
built final 2 cards
evwilkin Feb 13, 2024
7234728
lint cleanup
evwilkin Feb 14, 2024
af06584
bump versions
evwilkin Feb 14, 2024
06412ed
feat: add inventory and resource pages, get tests running
nicolethoen Feb 21, 2024
9b07013
attempt to fix build
nicolethoen Feb 22, 2024
c511423
more build fixes
nicolethoen Feb 22, 2024
bd9c146
add dark theme switcher
nicolethoen Feb 22, 2024
0e28819
fix build
nicolethoen Feb 22, 2024
84b3cfb
fix: upgrade @patternfly/react-core from 5.1.2 to 5.2.0
snyk-bot Feb 24, 2024
19cb1b3
chore(penta-demo): PR feedback - updated colors per core recs
Mar 15, 2024
ad775d7
fix lint & update snapshot
Mar 16, 2024
ba2220c
added RTL switch
Mar 16, 2024
9ec1790
update favicon
Mar 22, 2024
87c72a5
chore(demo): Core PR feedback
evwilkin Mar 26, 2024
04c7b3b
chore(demo): update snapshot
evwilkin Mar 26, 2024
c398986
updated snapshots for timestamp
evwilkin Mar 26, 2024
389a6f1
Merge pull request #210 from patternfly/snyk-upgrade-ad708d72a30e61b2…
nicolethoen Mar 26, 2024
10642cd
chore(deps): bump PF versions to latest alphas
wise-king-sullyman Apr 2, 2024
766c221
chore(deps): bump to latest PF alpha versions
wise-king-sullyman Apr 2, 2024
b3abc9c
Merge branch 'main' into v6
wise-king-sullyman Apr 3, 2024
758d2ae
fix: Patternfly brand name
safarcik Apr 24, 2024
975db3e
Merge pull request #221 from thybit/main
dlabaj Apr 24, 2024
3561e61
Merge branch 'main' into v6
dlabaj May 1, 2024
be48bc3
Merge pull request #192 from patternfly/v6
dlabaj May 1, 2024
31f6e84
fix: update to alpha2 versions
nicolethoen Jun 4, 2024
248be19
fix: update deps starting with PF
nicolethoen Jun 4, 2024
992d4b0
fix: update storybook deps
nicolethoen Jun 4, 2024
63e153f
update lint & jest deps
nicolethoen Jun 4, 2024
0537b0c
more updates related to lint
nicolethoen Jun 4, 2024
168610d
update rest of minor version bumps
nicolethoen Jun 4, 2024
bb409eb
update lock file
nicolethoen Jun 4, 2024
70473c8
Merge pull request #225 from nicolethoen/clean_up_main
nicolethoen Jun 4, 2024
b6bf004
chore(deps): bump express from 4.18.0 to 4.19.2
dependabot[bot] Jun 4, 2024
51a433c
Merge pull request #215 from patternfly/dependabot/npm_and_yarn/expre…
nicolethoen Jun 4, 2024
53a4311
fix: remove storybook
nicolethoen Jun 6, 2024
703aa17
some fixes
nicolethoen Jun 6, 2024
5315ff9
Merge pull request #226 from nicolethoen/remove_storybook
nicolethoen Jun 6, 2024
22b54e2
feat: bump to lastest alpha2 - tests failing
nicolethoen Jun 6, 2024
c7648ae
bump to latest alphas
nicolethoen Jun 12, 2024
07eb373
merge v6 branch into this demo
nicolethoen Jun 12, 2024
1b71e91
it's all working with alpha2
nicolethoen Jun 12, 2024
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
16 changes: 0 additions & 16 deletions .storybook/main.ts

This file was deleted.

1 change: 0 additions & 1 deletion .storybook/preview.ts

This file was deleted.

3 changes: 0 additions & 3 deletions .storybook/tsconfig.json

This file was deleted.

31 changes: 0 additions & 31 deletions .storybook/webpack.config.js

This file was deleted.

7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ npm run bundle-profile:analyze

# Start the express server (run a production build first)
npm run start

# Start storybook component explorer
npm run storybook

# Build storybook component explorer as standalone app (outputs to "storybook-static" dir)
npm run build:storybook
```

## Configurations
Expand Down Expand Up @@ -96,7 +90,6 @@ When importing CSS from a third-party package for the first time, you may encoun
* To keep our code formatting in check, we use [prettier](https://github.com/prettier/prettier)
* To keep our code logic and test coverage in check, we use [jest](https://github.com/facebook/jest)
* To ensure code styles remain consistent, we use [eslint](https://eslint.org/)
* To provide a place to showcase custom components, we integrate with [storybook](https://storybook.js.org/)

## Multi environment configuration
This project uses [dotenv-webpack](https://www.npmjs.com/package/dotenv-webpack) for exposing environment variables to your code. Either export them at the system level like `export MY_ENV_VAR=http://dev.myendpoint.com && npm run start:dev` or simply drop a `.env` file in the root that contains your key-value pairs like below:
Expand Down
Loading
Loading