Enhance release workflow with success checks and NavigationView updates#10
Merged
Onebeld merged 5 commits intoOnebeld:mainfrom Apr 4, 2026
Merged
Enhance release workflow with success checks and NavigationView updates#10Onebeld merged 5 commits intoOnebeld:mainfrom
Onebeld merged 5 commits intoOnebeld:mainfrom
Conversation
…View - Add success condition checks to all AI processing steps in release workflow to prevent saving responses from failed steps - Update NavigationViewDistance property to use proper getter/setter instead of read-only accessor - Add NavigationViewSubMenuControl and SmoothScrollViewer fields to NavigationViewItem - Import Avalonia.Controls.Presenters namespace for presenter support - Bump package version to 5.1.3-alpha2fix - Prevents workflow errors when AI steps fail by validating step conclusion status before file operations
- Fix HomeNavItem appearing highlighted when leaf pages are active by explicitly clearing its selection state - Add SyncInlineItemsPresenterVisibility method to manage inline children visibility based on IsOpen and IsExpanded states - Wire up inline items presenter visibility sync in OnApplyTemplate and whenever IsOpen or IsExpanded changes - Add ClipToBounds to PART_BottomBorder to prevent overflow of inline items - Simplify popup clone detection logic by removing intermediate variable - Ensure leaf item selection is restored after navigation redirect to home
…e collapse handling - Add Dictionary to track IsExpanded state of group items before pane collapse - Implement OnIsOpenChanged handler to preserve and restore item expansion states - Add comprehensive Debug.WriteLine statements throughout lifecycle for troubleshooting - Remove automatic item collapse when switching to CompactOverlay and Overlay modes - Add zero-width bounds check in OnBoundsChanged to prevent corrupting saved state during initial layout - Improve code formatting and add explanatory comments for state management logic - Prevents loss of user's expanded/collapsed preferences when toggling pane visibility
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.
Fixed submenu addition inside navigation view

and made the release workflow stop failing