Jon Koops
62ea6c5dca
Check types using ts-jest and upgrade Jest ( #1178 )
2021-09-17 09:33:15 +02:00
Jon Koops
b5e5677cb5
Keep realm value from RealmContext in sync with the URL ( #1130 )
2021-09-07 13:19:50 +02:00
Jon Koops
9850505001
Use pre-release version of Admin Client ( #1063 )
2021-08-26 10:39:35 +02:00
Jon Koops
45bd2fd385
Use FunctionComponent type for components needing 'children' prop ( #977 )
2021-08-10 13:18:48 +02:00
Jon Koops
1d79a5d9a8
Drop Storybook from the project ( #881 )
2021-07-20 16:40:45 +02:00
Jon Koops
dd15b13a4c
Convert DataLoader test to use React Testing Library
2021-07-07 14:48:58 +02:00
Erik Jan de Wit
f064218251
fixed test
2021-05-18 14:35:11 +02:00
Erik Jan de Wit
7f21d03bc2
changed asyncStateFetch
to be it's own hook
...
it now cancels pending requests making sure we
don't leak memory + it makes for an nicer looking API
2021-05-18 14:35:09 +02:00
Erik Jan de Wit
689e01b461
created better error handling ( #362 )
...
by using this react-error-boundary package this works also in hooks
2021-02-17 16:12:25 -05:00
Erik Jan de Wit
dba53a01b3
update who am i on realm create as we need the accessTypes ( #276 )
...
* whoAmI has the realm access information
so when a new realm is created the whoAmI request has to be done again
* fixed "add realm" button
* remove debug
* refactor
* also force token update
* refresh realm list on realm change
2021-01-12 07:39:37 -05:00
Erik Jan de Wit
feca61d2b0
renamed useFetch
to asyncStateFetch
( #277 )
...
* renamed `useFetch` to `asyncStateFetch`
otherwise React will mistake it for a react hook and will complain.
* added jsdoc
* fixed the user red stories
* renamed
2021-01-11 13:56:19 -05:00
Erik Jan de Wit
27d9dadee7
only update state when component is mounted ( #266 )
...
* only update state when component is mounted
* removed unused import
* `useFetch` function to update state when mounted
2021-01-05 08:39:27 -05:00
Erik Jan de Wit
8e2000283c
Some pages don't support pagination ( #134 )
...
* introduced non paginating toolbar
* use patternfly util class instead of inline css
2020-10-07 11:47:03 -04:00
Erik Jan de Wit
410c553ac0
added function to refresh the dataloader data ( #143 )
2020-10-06 07:56:06 -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
050f6aaed5
added more tests ( #59 )
2020-09-03 13:25:35 -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
Stan Silvert
18689c6194
Implement masthead ( #30 )
2020-08-20 20:09:05 -04:00
Erik Jan de Wit
14860ae628
initial version
...
change favicon based on env props
2020-08-05 17:00:38 +02:00