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

Added examples for progress control #1809

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

FabienLelaquais
Copy link
Member

  • removed 'color' property from progress control
  • added CSS class names for value and title in the control
  • minor refman issues

+ removed 'color' property from progress control
+ added CSS class names for value and title in the control
+ minor refman issues
@FabienLelaquais FabienLelaquais added 📈 Improvement Improvement of a feature. 📄 Documentation Internal or public documentation 🖰 GUI Related to GUI 🟧 Priority: High Must be addressed as soon labels Sep 19, 2024
@FabienLelaquais FabienLelaquais self-assigned this Sep 19, 2024
Copy link
Contributor

Coverage report for ./frontend/taipy-gui

Caution

Coverage does not meet threshold
Branches coverage not met for global: expected >=80%, but got 68.89663918833227%

St.
Category Percentage Covered / Total
🟢 Statements
87.65% (+0.01% 🔼)
3193/3643
🟡 Branches
68.9% (-0.12% 🔻)
2173/3154
🟢 Functions
82.67% (+0.02% 🔼)
582/704
🟢 Lines
88.22% (+0.01% 🔼)
2957/3352

Test suite run success

640 tests passing in 43 suites.

Report generated by 🧪jest coverage report action from d3b758b

("width", PropertyType.string_or_number),
]
)
._set_propagate(),
Copy link
Member

Choose a reason for hiding this comment

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

don't think propagate is needed here as there's no variable modification from the frontend

Copy link
Member Author

Choose a reason for hiding this comment

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

Let's discuss this rapidly. I'm sure you're right.

Copy link
Contributor

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
19343 16287 84% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
taipy/gui/_renderers/factory.py 96% 🟢
taipy/gui/gui_actions.py 70% 🟢
taipy/gui/page.py 85% 🟢
taipy/gui/utils/_css.py 31% 🟢
taipy/gui/utils/viselements.py 97% 🟢
TOTAL 76% 🟢

updated for commit: d3b758b by action🐍

Copy link
Member

@namnguyen20999 namnguyen20999 left a comment

Choose a reason for hiding this comment

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

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📄 Documentation Internal or public documentation 🖰 GUI Related to GUI 📈 Improvement Improvement of a feature. 🟧 Priority: High Must be addressed as soon
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants