yao/widget
Max fabced291c fix: Enhance loading functions to handle non-existent directories
- Added checks in various loading functions to ignore processing if the respective directories do not exist, improving error handling and preventing unnecessary operations.
- Updated the Load function signature to return warnings alongside errors, allowing for better feedback on loading issues across different components.
2025-05-13 09:10:10 +08:00
..
driver [_] 2023-06-15 10:48:45 +08:00
instance.go [Feature] Support custom widget (refactor widget) 2023-06-14 23:15:18 +08:00
load.go fix: Enhance loading functions to handle non-existent directories 2025-05-13 09:10:10 +08:00
load_test.go [Feature] Support custom widget (refactor widget) 2023-06-14 23:15:18 +08:00
process.go [Feature] Support custom widget (refactor widget) 2023-06-14 23:15:18 +08:00
process_test.go [Feature] Support custom widget (refactor widget) 2023-06-14 23:15:18 +08:00
types.go [Feature] Support custom widget (refactor widget) 2023-06-14 23:15:18 +08:00
widget.go [Feature] Support custom widget (refactor widget) 2023-06-14 23:15:18 +08:00
widget_test.go [Feature] Support custom widget (refactor widget) 2023-06-14 23:15:18 +08:00