Suggestions for improvements #897
Bsector
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I don't know if this is the ideal place to make suggestions, if not, I'm sorry.
I using bubble cards for a while, here are some humble suggestions:
Being able to translate the editor into other languages.
In the editor, CSS Styles could display the main CSS classes (with or without values) to facilitate customization.
.bubble-pop-up-container {
}
.bubble-pop-up.card-content {
}
.bubble-pop-up {
}
_ It should be possible to create templates in CCS to format cards more quickly, for example, there could be a button template with well-rounded edges in blue and another with straighter edges and an image in the background.
-In the editor, in subBottom, it would be important to have an option for it to be displayed or hidden depending on the status of a device, without the need to write JS in the CSS.
Have an option to set an image in the background directly in the editor, whether for a pop-up or button.
Increase performance when editing the dashboard with many bubble cards, as I have a page with 20 pop-ups and this is very slow, even in version v2.3.0-beta.4.
An idea to increase performance: Cards in editing mode should not be displayed or updated, because when we have too many cards, editing becomes unfeasible::
Popups could be indicated by icons or something like that.
Is it possible to leave the popup in the center of the screen and not just displayed from the bottom up?
Like this:
and not just like this:
Thank you so much for this amazing card.
Beta Was this translation helpful? Give feedback.
All reactions