refactor!: move properties of utils to guiUtils#741
Conversation
Use a namespace that better matches what the properties deal with. BREAKING CHANGES: The `utils` namespace has been removed. The remaining properties associated to this namespace have been moved to the `guiUtils` namespace.
WalkthroughThe pull request restructures the codebase by removing the legacy Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant GUI_Utils as guiUtils
participant Config as GuiConfig
Client->>GUI_Utils: Trigger error handling
GUI_Utils->>Config: Retrieve error configuration
Config-->>GUI_Utils: Return errorImage, errorResource, closeResource
GUI_Utils-->>Client: Display error dialog using configured resources
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (4)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|



Use a namespace that better matches what the properties deal with.
BREAKING CHANGES: The
utilsnamespace has been removed. The remaining properties associated to this namespace have been moved to theguiUtilsnamespace.Summary by CodeRabbit
New Features
guiUtilsnamespace with specific functions and properties for better organization.Refactor
utilsnamespace, consolidating functionality underguiUtilsandprintUtils.Documentation