refactor: rework the gui init process#2421
Open
meteyou wants to merge 78 commits intomainsail-crew:feat/rework-init-processfrom
Open
refactor: rework the gui init process#2421meteyou wants to merge 78 commits intomainsail-crew:feat/rework-init-processfrom
meteyou wants to merge 78 commits intomainsail-crew:feat/rework-init-processfrom
Conversation
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
…/init-server-process # Conflicts: # src/plugins/webSocketClient.ts
Signed-off-by: Stefan Dej <meteyou@gmail.com>
…nraker-types-emitAndWait
…/init-server-process # Conflicts: # src/components/dialogs/SpoolmanChangeSpoolDialog.vue # src/components/panels/SpoolmanPanel.vue
…he moonraker docs Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
…/init-server-process # Conflicts: # src/types/MoonrakerRPCInterface.ts
…files Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
…/init-server-process
…sponses Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
…nraker-types-emitAndWait
…/init-server-process
Replace complex dual-timer polling system with unified async approach: - Consolidate 7 actions into 4 by extracting shared checkAndUpdateKlippyState() - Replace callback-based emit() with async emitAndWait() - Merge klippy_connected_timer and klippy_state_timer into single klippy_polling_timer - Load printer/initGcodes only when gcode.commands is empty - Add printer.info RPC type definition Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
…cessing Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
…rver-process # Conflicts: # src/plugins/webSocketClient.ts # src/types/moonraker/PrinterRPC.ts # src/types/moonraker/ServerRPC.ts # src/types/moonraker/index.ts
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
… conversion Signed-off-by: Stefan Dej <meteyou@gmail.com>
…ity toggle logic Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
…tion Signed-off-by: Stefan Dej <meteyou@gmail.com>
…ssion Signed-off-by: Stefan Dej <meteyou@gmail.com>
…ity handling Signed-off-by: Stefan Dej <meteyou@gmail.com>
…ate state management Signed-off-by: Stefan Dej <meteyou@gmail.com>
…lity handling Signed-off-by: Stefan Dej <meteyou@gmail.com>
…setter Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
…ations Signed-off-by: Stefan Dej <meteyou@gmail.com>
…nd streamline layout handling Signed-off-by: Stefan Dej <meteyou@gmail.com>
…mutations Signed-off-by: Stefan Dej <meteyou@gmail.com>
…operations Signed-off-by: Stefan Dej <meteyou@gmail.com>
…operations Signed-off-by: Stefan Dej <meteyou@gmail.com>
…ult values Signed-off-by: Stefan Dej <meteyou@gmail.com>
This was referenced Feb 2, 2026
# Conflicts: # src/store/server/actions.ts # src/types/moonraker/index.ts
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.
Description
This PR is the second PR for the store init process and is based on #2326 .
Related Tickets & Documents
none
Mobile & Desktop Screenshots/Recordings
none
[optional] Are there any post-deployment tasks we need to perform?
none