Erik Jan de Wit
2543893373
Change the input fields based on access rights ( #184 )
...
* poc of possible way to change form dynamically
* fixed detail routs
* Update src/components/form-access/FormAccess.tsx
Co-authored-by: Stan Silvert <ssilvert@redhat.com>
* Update src/components/form-access/FormAccess.tsx
Co-authored-by: Stan Silvert <ssilvert@redhat.com>
* Update src/components/form-access/FormAccess.tsx
Co-authored-by: Stan Silvert <ssilvert@redhat.com>
* added more form access and logic for Controller
* render switches for boolean types
* better render of `<Controller` wrapped components
* added isDisabled property
* added test
* small refactor
* fixed types
* TextArea doesn't support isDisabled
* when field is disabled, disable button as well
* added jsdoc
Co-authored-by: Stan Silvert <ssilvert@redhat.com>
2020-10-28 14:17:15 -04:00
Donald Labaj
57fdb46b1f
Added coding standards to the project. ( #139 )
...
Added coding standards and also updated the package json so that the scripts have consistent naming conventions. Fixed incorrect import for context as well.
2020-10-06 17:42:32 -04:00
Erik Jan de Wit
2fa8855bf4
initial version of the breadcrumb component ( #119 )
...
* initial version of the breadcrumb component
* moved breadcrumbs to Page component
2020-10-01 10:25:29 -04:00
Erik Jan de Wit
dfe3f31eb4
update dependencies ( #110 )
2020-09-23 10:05:15 +02:00
Erik Jan de Wit
338e177c51
added react hook form to do forms ( #99 )
...
* added react hook form to do forms
* removed unnessary property
2020-09-17 09:51:40 -04:00
Erik Jan de Wit
1297c9f391
Restructure ( #78 )
...
* moved files into new structure
* translation files / namespace per "page"
fixes : #77
* renamed pages to sections
* moved save, delete and others to common bundle
2020-09-10 14:04:03 -04:00
Erik Jan de Wit
7f66895631
added export and delete ( #63 )
...
* added export and delete
* added types
2020-09-09 16:34:05 +02:00
Stan Silvert
ca7c014e55
Run tsc on build to check for typescript errors ( #69 )
...
* Run tsc on build to check for typescript errors
* Fix typescript errors. Rename failing stories.
* Make prettier happy
* Use only tsconfig for tsc.
2020-09-08 07:56:44 +02:00
Erik Jan de Wit
258b21e334
remove env vars and use simple copy task to switch ( #60 )
2020-09-04 06:38:23 -04:00
Erik Jan de Wit
a0b2b52b4f
upgraded to storybook 6 and changed to tsx ( #58 )
2020-09-03 13:26:36 -04:00
dependabot-preview[bot]
ad16ce23d4
Bump i18next-http-backend from 1.0.17 to 1.0.18 ( #57 )
...
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend ) from 1.0.17 to 1.0.18.
- [Release notes](https://github.com/i18next/i18next-http-backend/releases )
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v1.0.17...v1.0.18 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-03 14:58:42 +02:00
Erik Jan de Wit
8e664659b7
postcss plugin to new snopack format ( #51 )
2020-09-01 16:17:48 -04:00
Donald Labaj
adbb2c3d3f
Added github actions to automate build, test, and linting ( #41 )
...
Fixes issue #15 . Builds, test, lints, and checks format when a PR is created using github actions.
2020-09-01 10:51:59 -04:00
Erik Jan de Wit
3959d2c47e
fixed build by changing it to webpack ( #50 )
2020-09-01 08:21:47 -04:00
Erik Jan de Wit
a1e637c5da
Added tests for alert component. ( #43 )
...
* added enzyme
* alert test
2020-08-31 10:23:57 +02:00
Eugenia
c480f9cd9d
Add routing ( #42 )
...
* WIP routing
* remove webpack plugin
* add routing
* fixes to router
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2020-08-27 14:09:36 +02:00
Stan Silvert
18689c6194
Implement masthead ( #30 )
2020-08-20 20:09:05 -04:00
Erik Jan de Wit
9bacacae49
fixed tests
...
fixing: #29
2020-08-20 12:43:13 +02:00
Stan Silvert
ff9364c9be
Merge pull request #22 from edewit/prettierrc
...
added prettierrc file
2020-08-17 14:58:16 -04:00
Erik Jan de Wit
b8be970f9c
added prettierrc file
...
use settings file instead of command line
fixes : #8
2020-08-17 09:22:40 +02:00
Erik Jan de Wit
2caafc74b2
added post install hook to copy fonts
...
fixing: #20
2020-08-17 09:02:43 +02:00
Stan Silvert
d9a9f1d194
Merge pull request #4 from edewit/build-instructions
...
fix: added build instructions
2020-08-07 08:17:50 -04:00
Erik Jan de Wit
969d483c11
fix: added build instructions
...
fixing: #2
2020-08-06 17:11:12 +02:00
Erik Jan de Wit
e8662ed05c
added eslint
2020-08-06 10:51:35 +02:00
Erik Jan de Wit
14860ae628
initial version
...
change favicon based on env props
2020-08-05 17:00:38 +02:00