Skip to content

Conversation

@Light2Dark
Copy link
Contributor

@Light2Dark Light2Dark commented Jun 25, 2025

📝 Summary

CleanShot.2025-06-25.at.17.46.45.mp4

For slow connections:

  • display loading bars
  • wait until table has finished loading before allowing page changes (fixes page index being reset when clicked too fast)
  • css fix: clicking on the button loses focus on the cell
  • html fix: th must be inside a tr for tables

To repro, you can throttle the network connection while viewing tables.

🔍 Description of Changes

📋 Checklist

  • I have read the contributor guidelines.
  • For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on Discord, or the community discussions (Please provide a link if applicable).
  • I have added tests for the changes made.
  • I have run the code and verified that it works as expected.

📜 Reviewers

@akshayka @dmadisetti

@vercel
Copy link

vercel bot commented Jun 25, 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 Jun 25, 2025 9:58am

Copy link
Contributor

@akshayka akshayka left a comment

Choose a reason for hiding this comment

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

Nice touch

@akshayka akshayka merged commit be11e13 into main Jun 26, 2025
23 of 24 checks passed
@akshayka akshayka deleted the sham/loading-bar-tables branch June 26, 2025 16:50
@github-actions
Copy link

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

@manzt manzt added the enhancement New feature or request label Jun 27, 2025
sebbeutler pushed a commit to sebbeutler/marimo that referenced this pull request Jun 28, 2025
## 📝 Summary

<!--
Provide a concise summary of what this pull request is addressing.

If this PR fixes any issues, list them here by number (e.g., Fixes
marimo-team#123).
-->

https://github.com/user-attachments/assets/d33b6926-6b77-4666-88d0-79a3b967766a

For slow connections:
- display loading bars
- wait until table has finished loading before allowing page changes
(fixes page index being reset when clicked too fast)
- css fix: clicking on the button loses focus on the cell
- html fix: `th` must be inside a `tr` for tables

To repro, you can throttle the network connection while viewing tables.

## 🔍 Description of Changes

<!--
Detail the specific changes made in this pull request. Explain the
problem addressed and how it was resolved. If applicable, provide before
and after comparisons, screenshots, or any relevant details to help
reviewers understand the changes easily.
-->

## 📋 Checklist

- [x] I have read the [contributor
guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
- [ ] For large changes, or changes that affect the public API: this
change was discussed or approved through an issue, on
[Discord](https://marimo.io/discord?ref=pr), or the community
[discussions](https://github.com/marimo-team/marimo/discussions) (Please
provide a link if applicable).
- [ ] I have added tests for the changes made.
- [x] I have run the code and verified that it works as expected.

## 📜 Reviewers

<!--
Tag potential reviewers from the community or maintainers who might be
interested in reviewing this pull request.

Your PR will be reviewed more quickly if you can figure out the right
person to tag with @ -->

@akshayka @dmadisetti
sebbeutler pushed a commit to sebbeutler/marimo that referenced this pull request Jul 7, 2025
## 📝 Summary

<!--
Provide a concise summary of what this pull request is addressing.

If this PR fixes any issues, list them here by number (e.g., Fixes
marimo-team#123).
-->

https://github.com/user-attachments/assets/d33b6926-6b77-4666-88d0-79a3b967766a

For slow connections:
- display loading bars
- wait until table has finished loading before allowing page changes
(fixes page index being reset when clicked too fast)
- css fix: clicking on the button loses focus on the cell
- html fix: `th` must be inside a `tr` for tables

To repro, you can throttle the network connection while viewing tables.

## 🔍 Description of Changes

<!--
Detail the specific changes made in this pull request. Explain the
problem addressed and how it was resolved. If applicable, provide before
and after comparisons, screenshots, or any relevant details to help
reviewers understand the changes easily.
-->

## 📋 Checklist

- [x] I have read the [contributor
guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
- [ ] For large changes, or changes that affect the public API: this
change was discussed or approved through an issue, on
[Discord](https://marimo.io/discord?ref=pr), or the community
[discussions](https://github.com/marimo-team/marimo/discussions) (Please
provide a link if applicable).
- [ ] I have added tests for the changes made.
- [x] I have run the code and verified that it works as expected.

## 📜 Reviewers

<!--
Tag potential reviewers from the community or maintainers who might be
interested in reviewing this pull request.

Your PR will be reviewed more quickly if you can figure out the right
person to tag with @ -->

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

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants