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

Enhance Image component to be able top support additional image sources #892

Closed
ihouvet opened this issue Jan 18, 2024 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request ready for testing urgent v1 Feature required for v1.0 release

Comments

@ihouvet
Copy link
Contributor

ihouvet commented Jan 18, 2024

Is your feature request related to a problem? Please describe.
The current image component only supports limited sources for the image which is very limiting for certain use cases.

Amongst other things, this feature is intended to allow the logo on the header and login page to be configurated when combined with #601 .

Describe the solution you'd like
It will also allow other use cases to be supported (e.g. GeoInt SpeedFox where different logo should be displayed based on the logged into user and their PrimaryOrganisation).

Image component image source type:

  1. URL:
    1. Can be static or expression based
    2. Would have to be read-only
  2. StoredFile property
    1. Property to bind to
  3. Base64 (string property)
    1. Property to bind to
  4. AppSetting
    1. Modulename
    2. AppSetting name
  5. For all above:
    1. Is editable: Yes, No, Inherit
@hlayisanimazuze
Copy link
Collaborator

Separate the card and create a new one that supports app settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ready for testing urgent v1 Feature required for v1.0 release
Projects
None yet
Development

No branches or pull requests

5 participants