It would be nice to let users return to the renku home page from the login page (for example, if they decide that they do not actually want to log in). One idea would be to make the "Renku Frog" element on the login page a link back to the main UI.
Currently, our theme does not include any html or JavaScript; it is CSS and images only. The advantage of this approach is that Keycloak can generally be upgraded without having to modify the theme.
If we want to introduce a link to a URL that is different for different deployments, we would need to modify the HTML templates for the theme and that will require updating the theme when Keycloak is upgraded.
If we do that, we will probably want to rewrite our themes and use a framework like https://www.keycloakify.dev. We could continue with the keycloak-provided theme infrastructure, but it is more cumbersome to work with: https://www.keycloak.org/docs/latest/server_development/
It would be nice to let users return to the renku home page from the login page (for example, if they decide that they do not actually want to log in). One idea would be to make the "Renku Frog" element on the login page a link back to the main UI.
Currently, our theme does not include any html or JavaScript; it is CSS and images only. The advantage of this approach is that Keycloak can generally be upgraded without having to modify the theme.
If we want to introduce a link to a URL that is different for different deployments, we would need to modify the HTML templates for the theme and that will require updating the theme when Keycloak is upgraded.
If we do that, we will probably want to rewrite our themes and use a framework like https://www.keycloakify.dev. We could continue with the keycloak-provided theme infrastructure, but it is more cumbersome to work with: https://www.keycloak.org/docs/latest/server_development/