Skip to content

Conversation

@mscolnick
Copy link
Contributor

@mscolnick mscolnick commented May 13, 2025

Just some tweaks off of #4823

@vercel
Copy link

vercel bot commented May 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2025 5:51pm

@mscolnick mscolnick changed the title feature ipython progress css style improvement: style <progress/> consistently May 13, 2025
@mscolnick mscolnick requested review from Copilot and dmadisetti May 13, 2025 18:39
Copy link
Contributor

Copilot AI left a 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):

@mscolnick mscolnick merged commit 1467fb4 into main May 14, 2025
26 of 37 checks passed
@mscolnick mscolnick deleted the feature-ipython-progress-css-style branch May 14, 2025 03:30
@github-actions
Copy link

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.13.8-dev21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants