Commit graph

30 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
67de1c07cb Securely update hidden props in the DSL that are only visible to the backend 2024-11-02 17:38:37 +08:00
Max
661c3e6a9f Optimize upload component 2024-10-26 20:26:21 +08:00
Max
5a719b6469 [add] Form widget processes: load, reload, unload, read and exists. 2024-05-03 17:27:36 +08:00
Max
f422dd29c6 [add] Table widget processes: load, reload, unload, read and exists. 2024-05-03 13:08:10 +08:00
Max
6208863f31 [add] The WangEditor component 2024-03-08 14:16:51 +08:00
Max
e9844819e2 [fix] table & form layout.confg 2023-10-17 17:47:13 +08:00
Max
ff2e1b4727 [add] form & table loadFieSync & fix props bug 2023-05-13 20:38:27 +08:00
Max
b868ae3f5f [fix] table bind model bug 2023-04-07 16:38:57 +08:00
Max
5de550781c [add] migrate widgets.table 2023-03-25 13:37:35 +08:00
Max
a807899f95 [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
Max
ef96535b41 [add] widget table permission support 2022-12-11 02:26:22 +08:00
Max
2d100d5bd2 [add] component action parser 2022-12-10 16:43:30 +08:00
Max
4ce8f12adb [add] widget.actions & widget.models 2022-12-03 23:33:05 +08:00
Max
a1f1d74f01 [add] table.Download api & process 2022-11-16 12:36:17 +08:00
Max
b84c64100c [add] table widget upload api & process 2022-11-15 18:56:55 +08:00
Max
eadf112e1e [add] yao.component.* & fix cloud props api bug 2022-11-11 20:03:56 +08:00
Max
0977059997 [add] form widget bind.form & bind.table 2022-10-24 20:11:57 +08:00
Max
409b449f85 [change] optimize table widget default values 2022-10-22 13:08:52 +08:00
Max
ae929a5662 [add] fields component compute support 2022-10-21 20:02:17 +08:00
Max
f5fbef9e39 [add] widgets config 2022-10-20 05:00:20 +08:00
Max
827e0f1884 [i18n] support 2022-10-16 22:23:32 +08:00
Max
48d3ec8bfa [add] widget table bind table support 2022-10-07 11:47:59 +08:00
Max
5d32073ffc [add] widget table bind model support 2022-10-06 19:58:23 +08:00
Max
7ca05b9f0f [add] widget table $ENV support 2022-10-03 19:08:02 +08:00
Max
32e69cbcc0 [add] widget form 2022-09-27 21:08:31 +08:00
Max
56fe357662 [add] table widget processes done 2022-09-26 18:46:49 +08:00
Max
21f237d8f2 [fix] unit tests 2022-09-24 22:48:49 +08:00
Max
d012aac872 [add] new table widget ( 60% ) 2022-09-24 22:37:18 +08:00