Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adds app logo in preview on landing page #955

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AmandaTamanda
Copy link
Contributor

@AmandaTamanda AmandaTamanda commented Nov 26, 2024

Description

Add app logo in Kachel in App preview and add warning as to why user cannot preview apps at certain points

image

Bildschirmfoto vom 2024-11-26 11-54-17

Bildschirmfoto vom 2024-11-26 08-49-06

image

Related issues or pull requests

Pull request type

  • Bugfix
  • [ x] Feature
  • Dependency updates
  • Tests
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe)

Do you introduce a breaking change?

  • Yes
  • [ x] No

Checklist

  • I understand and agree that the changes in this PR will be licensed under the
    Apache Licence Version 2.0.
  • I have followed the guidelines for contributing.
  • The proposed change fits to the content of the code of conduct.
  • I have added or updated tests and documentation, and the test suite passes (run mvn test locally).
  • I have added a screenshot/screencast to illustrate the visual output of my update.

Comment on lines +183 to +185
if (!keycloak.authenticated || !applications) {
document.querySelector('#app-label-visibility').hidden = false;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation seems off and I'm, not quite sure if I get this right, but actually this would show the info message if the user is not logged in or no applications are present? But is there any code/style that hides the message?

shogun-boot/src/main/resources/templates/index.html Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants