jenny-s51
f3c731e472
fix conflicts
2020-09-23 15:42:02 -04:00
jenny-s51
7bd8f6c883
try to fix tests
2020-09-23 15:39:52 -04:00
Sarah Rambacher
0a6281e209
fix button props on external link
...
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2020-09-23 15:39:52 -04:00
Sarah Rambacher
6189795aaf
make prettier happy
2020-09-23 15:39:52 -04:00
Sarah Rambacher
985375ef02
remove the disabled link test
2020-09-23 15:39:52 -04:00
Sarah Rambacher
9f47fb5fca
change external link to pf component
2020-09-23 15:39:52 -04:00
Erik Jan de Wit
3479adb356
Small client form fixes ( #104 )
...
* made clientId required
* changed space between the 2 columns of check boxes
* merge fix
2020-09-23 15:19:02 -04:00
Erik Jan de Wit
bb3598930f
always show realm add button and filter on keystroke ( #105 )
...
* always show realm add button and
filter on keystroke
* fixed formatting
* fixes within the realm selector dropdown
* format
* fixed test
Co-authored-by: Sarah Rambacher <srambach@redhat.com>
2020-09-23 10:19:46 +02:00
Erik Jan de Wit
dfe3f31eb4
update dependencies ( #110 )
2020-09-23 10:05:15 +02:00
Erik Jan de Wit
0f1d93d672
initial version of the client settings page ( #89 )
...
* initial version of the client settings page
* fix test
* fixed spelling
* merge errors
* fix merge error
* renamed Step1 and Step2
2020-09-22 08:43:51 -04:00
Stan Silvert
c656d6acee
Localize NavItems ( #106 )
...
* Localize NavItems
* Fix group titles.
2020-09-21 14:54:42 +02:00
Sarah Rambacher
48e13b7204
Empty state for a list ( #95 )
...
* add an empty state for a list
* rename component and add click handler
* add metadata to list empty state story
* add tests to list empty state
2020-09-19 14:05:14 -04:00
Eugenia
9fd54eb964
Adds realm roles section to app and storybook ( #79 )
...
* add Realm Roles page
* add section for no realm roles
* update role-model, fixed UI to match designs
* fix paths
* add storybook demo and role actions kebab
* fix build and clean up
* fix formatting
* fix lint
* fix test and update snapshot
* fix storybook demo
* update snapshot after rebase
* PR feedback from Stan
* add back pf addons
* Update src/realm-roles/RealmRolesSection.tsx
Co-authored-by: Stan Silvert <ssilvert@redhat.com>
* fix format
* localize NoRealmRoles component
* fix formatting
* changes to PR suggested by Sarah
Co-authored-by: Stan Silvert <ssilvert@redhat.com>
2020-09-18 10:04:55 +02:00
Erik Jan de Wit
43a4132beb
let post css use all paths ( #102 )
2020-09-17 11:13:04 -04: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
b87bd2ca76
updated the realm selector ( #90 )
...
* updated the realm selector with:
1. realm context that works on other requests
2. added search bar when realm list > 5 realms
* fixed merge
2020-09-17 07:37:30 -04:00
Erik Jan de Wit
79c8942eeb
changed messages to keys ( #88 )
2020-09-16 10:56:23 -04:00
Erik Jan de Wit
601bba8057
initial version of groups ( #86 )
2020-09-15 15:54:52 -04:00
Erik Jan de Wit
3798c41db0
Added missing logic to realm form ( #80 )
...
* made alerts easier to use
* better clear message
* added missing logic to realm form
* format
* fixed types
* fixed test
* fix merge error
2020-09-15 15:44:28 -04:00
Eugenia
782a09e064
Merge pull request #93 from keycloak/edewit-patch-1
...
fix link
2020-09-15 10:07:03 -04:00
Erik Jan de Wit
fccff61c17
fix link
2020-09-15 15:41:40 +02:00
Christie Molloy
bbd98e0fb0
Merge pull request #91 from srambach/add-addons
...
adds patternfly addons
2020-09-14 16:21:03 -04:00
Sarah Rambacher
41b52c0666
adds patternfly addons
2020-09-14 15:49:31 -04:00
Sarah Rambacher
bb38bcf051
Restyle realm selector and fix centering ( #87 )
...
* clean up CSS on realm selector
* Fix width and correct CSS of realm selector
* Format and update snapshots
* Remove module css
* update snapshot
2020-09-14 14:10:54 -04:00
Stan Silvert
6348266175
Update README.md
2020-09-13 16:15:30 -04:00
Erik Jan de Wit
55a0f443ed
small fix to make the alert test more readable ( #85 )
2020-09-11 14:34:43 -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
8fbcf7582a
Flesh out left navigation ( #76 )
...
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2020-09-09 11:07:17 +02:00
Sarah Rambacher
bc38db7dbb
Adjusts toolbar help menu items ( #65 )
...
* Adjusts toolbar help menu items
* remove workaround css for dropdown description text
* fixes formatting
* capitalize menu item
* revert change in variable name
2020-09-08 14:54:21 -04:00
Erik Jan de Wit
8fa720438e
some small fixes to the realm selector ( #74 )
2020-09-08 13:20:29 -04:00
Erik Jan de Wit
082682e6d3
initial version of json file upload component ( #75 )
2020-09-08 13:16:08 -04:00
Erik Jan de Wit
c59a7198c9
initial version of help items ( #70 )
2020-09-08 13:12:42 -04: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
Stan Silvert
0eea5b8057
Use isBlock instead of css ( #67 )
...
* Use isBlock instead of css
* Make prettier happy
* Fix tests
2020-09-05 15:37:42 -04:00
Eugenia
c6a310a827
add realm selector ( #48 )
...
* WIP realm selector
* realm dropdown is working
* address PR feedback
* address PR feedback and fix conflicts
* fix formatting
* fix path
* address PR feedback from Stan
* update snapshot tests
* fix formatting
* change minwidth
2020-09-04 14:16:11 -04:00
Erik Jan de Wit
87d8414bd7
fix storybook imports ( #62 )
2020-09-04 06:38:58 -04: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
f1c9d2e49e
Import client json file ( #55 )
...
* import form
* added confirmation dialog
* introduced page component for clients
2020-09-03 15:25:05 -04:00
Erik Jan de Wit
a0b2b52b4f
upgraded to storybook 6 and changed to tsx ( #58 )
2020-09-03 13:26:36 -04:00
Erik Jan de Wit
050f6aaed5
added more tests ( #59 )
2020-09-03 13:25:35 -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
f41e8bd63b
css path ( #54 )
2020-09-02 08:55:59 -04:00
Erik Jan de Wit
bc041cd44e
added initial version of the "help system" ( #26 )
...
* added initial version of the "help system"
fixes : #25
* fix merge error
* fix format
2020-09-02 09:51: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
e87b24d07d
added an external link component ( #46 )
2020-09-01 10:25:24 +02:00
Stan Silvert
cb56cbb8fc
yarn.lock was updated with yarn install ( #49 )
2020-09-01 09:46:47 +02:00
Erik Jan de Wit
513aa2ba91
initial version of the create client create page ( #47 )
...
* initial version of the create client role page
* added types and sort function
* updated types
* added steps
* added save function
* fix error message
2020-08-31 14:26:25 -04:00