Skip to content

feat: ipyvuetify 3 compatibility#519

Draft
mariobuikhuizen wants to merge 10 commits intoglue-viz:mainfrom
mariobuikhuizen:vue3
Draft

feat: ipyvuetify 3 compatibility#519
mariobuikhuizen wants to merge 10 commits intoglue-viz:mainfrom
mariobuikhuizen:vue3

Conversation

@mariobuikhuizen
Copy link
Copy Markdown
Collaborator

Pull Request Template

Description

Adds ipyvuetify 3 compatibility

Copy link
Copy Markdown
Member

@astrofrog astrofrog left a comment

Choose a reason for hiding this comment

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

Thanks! Just a comment below. I think we should probably also hold back from merging this until ipyvue 3.0.0 final is released?

...this.options,
itemsPerPage: pageSize,
totalItems: this.total_length,
};
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Just curious, is this adding a new feature or is it that what we had before is no longer possible by default?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

No new feature, the prop structure change. This was a quick AI implementation I didn't check yet and was a bit over complicated.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.86%. Comparing base (bd2c93b) to head (5db4032).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #519   +/-   ##
=======================================
  Coverage   82.86%   82.86%           
=======================================
  Files          91       91           
  Lines        5638     5638           
=======================================
  Hits         4672     4672           
  Misses        966      966           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dhomeier
Copy link
Copy Markdown
Contributor

dhomeier commented Mar 3, 2026

Should this pass tests with the ipyvuetify 3 alpha? The KeyError on item['text'] looks like some keyword dictionary might not have been updated yet (or maybe it's just test_table.py itself)?

@mariobuikhuizen mariobuikhuizen force-pushed the vue3 branch 2 times, most recently from e8f234a to 418e88f Compare March 10, 2026 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants