You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
I think it might be an interesting UX exercise to allow users to apply their own images to the dashboard cards. This is easy enough to implement, just need to provide a field for the URL and then add a Dashboard method to add the image_url to the @dashboard.configuration.
Sample code for applying the background images on hover:
Not sure yet where the configuration should be exposed in the UI. I hesitate to add a toolbar to the dashboard list view. Will need to think about some more.
The text was updated successfully, but these errors were encountered:
I think it might be an interesting UX exercise to allow users to apply their own images to the dashboard cards. This is easy enough to implement, just need to provide a field for the URL and then add a Dashboard method to add the
image_url
to the@dashboard.configuration
.Sample code for applying the background images on hover:
Not sure yet where the configuration should be exposed in the UI. I hesitate to add a toolbar to the dashboard list view. Will need to think about some more.
The text was updated successfully, but these errors were encountered: