Jon Koops
a6fd2cabfa
Use new JSX transformation for React ( #3033 )
2022-08-03 14:12:07 +02:00
Erik Jan de Wit
bd28a912dd
optimized realm loading and added current realm ( #1891 )
2022-01-20 11:20:35 +01:00
Jon Koops
d7362a97a0
Split realm context into two ( #1523 )
2021-11-11 17:04:04 +01: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
5286eb6d5a
Use new routing conventions for realm routes ( #890 )
2021-07-22 09:13:35 +02:00
Jon Koops
41a0923bad
Introduce 'useRequiredContext' utility function ( #882 )
2021-07-21 11:30:18 +02:00
Jon Koops
fc85d1a005
Integrate Prettier into ESLint and fix linting issues
...
Other changes:
- Ensure that .tsx files are included in the linting process
2021-07-13 15:20:36 +02:00
Erik Jan de Wit
f322edec10
fixing issue comment: ( #656 )
...
https://github.com/keycloak/keycloak-admin-ui/issues/396#issuecomment-846901717
2021-06-08 09:13:04 -04:00
Erik Jan de Wit
561605cc63
filter recent used realms as well as others ( #580 )
...
* filter recent used realms as well as others
fixing: #577
* use memo instead of direved state
2021-05-19 14:35:11 +02:00
Jon Koops
f671cbed84
Extend tsconfig from Snowpack and fix type errors
2021-05-18 16:50:35 +02:00
Erik Jan de Wit
78f843cdcc
Fixes with realm list ( #576 )
...
* only query realms endpoint once
currently the realm list query is expensive and we only need it once.
* fixed refresh issues
* fixed tests
* fixed imports
* fixed types
* removed strange non code
* reload instead
* added more realm tests
2021-05-03 12:44:47 -04:00
Erik Jan de Wit
eb9092116d
added recently used realms to the top ( #502 )
...
* added recently used realms to the top
fixing: #396
* fixed add realm button
* moved setting recent to setRealm
cleanup to where realm list is updated
2021-04-08 15:20:35 -04:00
Erik Jan de Wit
02ec114adf
fixed type
2021-03-04 11:51:37 +01:00
Erik Jan de Wit
3430642003
multiple ux issues around realms ( #330 )
...
* multiple ux issues around realms
fixes : #324
* changed to same size as scroll spy form width
* fixed test
* fixed realm info link
* fixes console errors
* fixed key
* fixed type
* fixed test introduced cleanup function
2021-02-09 07:32:41 -05:00
Erik Jan de Wit
324d9ff061
initial version dashboard section ( #283 )
...
* initial version dashboard section
* changed to new design
* changed text to "realm info"
2021-01-14 20:44:16 -05:00
Erik Jan de Wit
45cda0a969
initial version realm settings section ( #281 )
...
* initial version realm settings section
* simpified save
* fixed reload
* fixed merge error
2021-01-13 14:59:45 -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
b14027ccb7
Use realm name in urls ( #265 )
...
* remove circular dependency on realm context
* added realm as a param of the url
* updated links to include realm
* null !== undefined
* set realm if realm in url
* fixed breadcrumb type
* fixed tests
* addressed pr review comments
2021-01-05 14:49:33 -05:00
Erik Jan de Wit
dcb18c5488
Use keycloak-admin with axios instead of fetch
wrapper ( #212 )
...
* changed to use the admin client
* added helper to always set realm
* fixed merge
* no need to polyfill anymore
* updated to use keycloak-admin-client
* updated to release version
* fixed types
* added user federation
* update test
* lint
2020-11-12 07:55:52 -05:00
Stan Silvert
78529f979f
Cleanup create realm. ( #199 )
2020-10-29 14:56:52 -04:00
Stan Silvert
45b878e2e6
Allow login to different realms using query param ( #188 )
2020-10-26 09:00:05 +01:00
Stan Silvert
bfe6e2c236
Move contexts under a single directory. ( #145 )
2020-10-06 10:25:38 +02:00
Stan Silvert
f800e000be
Create whoami context ( #136 )
...
* Fix conflicts
* Fix formatting
* Get tests to pass
* Fix conflict again
2020-10-02 08:47:32 +02: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
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
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
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
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
8fa720438e
some small fixes to the realm selector ( #74 )
2020-09-08 13:20:29 -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
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
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
Erik Jan de Wit
14860ae628
initial version
...
change favicon based on env props
2020-08-05 17:00:38 +02:00