refactor(new_editor): continue architecture closeout

This commit is contained in:
2026-04-15 22:47:42 +08:00
parent a458f2838c
commit dde03c5241
225 changed files with 4214 additions and 5196 deletions

View File

@@ -21,11 +21,9 @@ enum class UIEditorDockHostHitTargetKind : std::uint8_t {
SplitterHandle,
TabStripBackground,
Tab,
TabCloseButton,
PanelHeader,
PanelBody,
PanelFooter,
PanelCloseButton
PanelFooter
};
struct UIEditorDockHostHitTarget {
@@ -95,7 +93,6 @@ struct UIEditorDockHostPalette {
struct UIEditorDockHostTabItemLayout {
std::string panelId = {};
std::string title = {};
bool closable = true;
bool active = false;
};