Draft
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #213 +/- ##
==========================================
- Coverage 40.23% 39.89% -0.34%
==========================================
Files 61 61
Lines 5021 5063 +42
==========================================
Hits 2020 2020
- Misses 3001 3043 +42
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3603fb7 to
f97e857
Compare
commit 009277877e4fa66fa41865dad2342a898c9e553f
Author: Joseph Yu <joseph.yu@treehousevfx.studio>
Date: Mon Feb 2 18:53:18 2026 +0000
Default to always fit width
commit 4c181b37463220c13a563ae10fbd98745cb97d84
Author: Joseph Yu <joseph.yu@treehousevfx.studio>
Date: Fri Jan 30 13:06:21 2026 +0000
Fixed to get sizeHint from widget
commit b2403a6ac2678b1d8233deb778621fcca425d4e5
Author: Joseph Yu <joseph.yu@treehousevfx.studio>
Date: Fri Jan 30 12:32:09 2026 +0000
Moved into context manager
commit f97f279c5798c4b7390401d0f1005367be0b37b4
Author: Joseph Yu <joseph.yu@treehousevfx.studio>
Date: Thu Jan 29 21:09:49 2026 +0000
Initial in dialog
a919eeb to
4963cb9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ability to set new
AppDialogbehaviour on how it would fit PublishItem/PublishTask text upon tree rebuildnever: the dialog will never auto resize its width (current behaviour)initial: the dialog will auto resize its width once, when the items tree is first populatedalways: the dialog will auto resize its width every time the items tree is modified (items added/removed)Tidy up:
enumAdded
fit_width_to_itemsconfig (str) with options: "never", "initial", "always"