Commit graph

7 commits

Author SHA1 Message Date
Max
c425b74383 Refactor error handling in various components to improve logging and message formatting
- Updated error messages to use fmt.Errorf with %s for better clarity and consistency.
- Enhanced logging statements to utilize formatted strings for improved readability.
- Refactored multiple Load functions across different modules to standardize error handling practices.
2025-09-28 10:24:17 +08:00
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
Max
dc45eedece [add] migrate widgets.dashboard 2023-03-25 19:43:38 +08:00
Max
a807899f95 [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
Max
7385c0b5c7 [change] widget chart & dashboard setting add name 2022-12-19 21:08:37 +08:00
Max
605d4d9aab [add] widget dashboard on change 2022-12-18 17:06:58 +08:00
Max
70a3d63450 [add] dashboard widget 2022-12-18 15:35:49 +08:00