Minecraft-Console-Client/MinecraftClient/Tui
BruceChen fe7ab9f373 Implement startup state management and enhance configuration loading
- Introduced a new `StartupState` class to encapsulate the state collected before the console backend initialization.
- Updated the configuration loading process to handle legacy upgrades and provide detailed feedback on configuration status.
- Enhanced the TUI backend to utilize the new startup state for improved initialization flow.
- Refactored the `LoadFromFile` method in `Settings` to return a structured result, improving error handling and clarity.
2026-03-27 00:30:52 +08:00
..
InventoryApp.cs TUI for MCC (#2976) 2026-03-26 02:08:18 +08:00
InventoryMainView.cs TUI for MCC (#2976) 2026-03-26 02:08:18 +08:00
InventoryTuiHost.cs TUI for MCC (#2976) 2026-03-26 02:08:18 +08:00
InventoryViewModel.cs TUI for MCC (#2976) 2026-03-26 02:08:18 +08:00
MainTuiView.cs Refactor exit handling and command input in TUI 2026-03-27 00:30:52 +08:00
McColorParser.cs Refactor exit handling and command input in TUI 2026-03-27 00:30:52 +08:00
MccTuiApp.cs TUI for MCC (#2976) 2026-03-26 02:08:18 +08:00
SlotViewModel.cs TUI for MCC (#2976) 2026-03-26 02:08:18 +08:00
TuiConsoleBackend.cs Implement startup state management and enhance configuration loading 2026-03-27 00:30:52 +08:00