Keycloak Admin UI Customiztion Package

As per my client’s requirements, I had to build a custom authentication module in Keycloak, replacing the default module. I managed to build a table for my OATH based Tokens, created a browser flow Custom Authenticator as well. Now I’m trying to integrate the module using Rest API endpoints I created into the Keycloak Admin console. After searching through the internet I found keycloak has a package that provides customization, I tested out the account customization and it works perfectly. However, upon attempting the admin console it failed, and after reading the readme, it stated that account console is only supported currently.

My question is by when can we expect this functionality to be able to customize the admin console, and is there any workaround to this issue at the moment.