[IMP] web_widget_progressbar_color: Rename to web_widget_progressbar_gradient

This commit is contained in:
Denis Roussel
2024-11-14 13:33:49 +01:00
parent 9289bc8776
commit d09b4aabb8
20 changed files with 72 additions and 58 deletions

View File

@@ -0,0 +1,2 @@
- Denis Roussel <denis.roussel@acsone.eu>
- Jacques-Etienne Baudoux <je@bcim.be>

View File

@@ -0,0 +1,5 @@
This module allows to display progress bars with colorized gradient bar.
The color will increase following value from green passing per yellow
and finishing to red.
![Progressbar Gradient](../static/description/progressbar_gradient.png)

View File

@@ -0,0 +1 @@
- Be able to configure steps values for the three colors and also in inversed mode.

View File

@@ -0,0 +1 @@
- When declaring a progressbar field, use the 'progressbar_color' widget.