UI redesign: split-pane roster/editor/inspector, filters, tabs, and shortcuts#9
Closed
martydill wants to merge 4 commits into
Closed
UI redesign: split-pane roster/editor/inspector, filters, tabs, and shortcuts#9martydill wants to merge 4 commits into
martydill wants to merge 4 commits into
Conversation
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.
Motivation
Description
SplitContainerpanels with a left party roster, central tabbed editor (TabControl) and right inspector panel, and added aMenuStrip,ToolStrip, andStatusStrip._allRecordslist andApplyRosterFilter()to populate the visible_recordsbinding list.ConfirmSelectionChange()/SelectSlot()and improved save/dirty UX withUpdateWindowTitle(),UpdateStatus(),MarkDirty(), and writing saves from_allRecords._derivedStatsLabel,_validationList) andRefreshInspector()to compute/display derived values and validation issues, plus portrait preview improvements and typed_portraitFramesByFile.ProcessCmdKeyforCtrl+S,Ctrl+Shift+S, andCtrl+F, modularized UI construction intoBuild*helpers, and addedCHARACTER_ROSTER_EDITOR_UI_REDESIGN.mddocumentation describing the redesign.Testing
dotnet buildand the build completed successfully.dotnet testagainst the repository and no automated unit tests were found (no failures reported).Codex Task