-
Notifications
You must be signed in to change notification settings - Fork 751
improvement: style <progress/> consistently #4909
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR improves the styling of progress bars for consistent appearance across Marimo native components and IPython outputs.
- Introduces a new IPython smoke test to simulate transformers training progress
- Adds new CSS styling in progress.css for progress elements
- Updates the main CSS index to import the new progress styles
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| marimo/_smoke_tests/ipython/progress.py | Added test cells simulating transformers training progress callbacks |
| frontend/src/css/progress.css | New CSS rules for consistent progress bar styling |
| frontend/src/css/index.css | Updated CSS imports with progress.css |
Comments suppressed due to low confidence (2)
marimo/_smoke_tests/ipython/progress.py:16
- [nitpick] The use of '_' as a function name is ambiguous and does not clearly convey its purpose. Consider renaming this function to a more descriptive name, such as 'simulate_training_progress' or similar.
def _(
marimo/_smoke_tests/ipython/progress.py:66
- [nitpick] Using '_' as a function name makes it unclear what functionality this cell provides. Renaming it to something descriptive would improve code clarity.
def _(IntervalStrategy):
|
🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.13.8-dev21 |
Just some tweaks off of #4823