Commit graph

28 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
1a1ffabbd8 feat: Add hideLabel option to component and column DSL
Add the hideLabel option to the component and column DSLs. This allows hiding the label for the respective widgets. The hideLabel option is set to true in the component and column DSLs when necessary.
2024-05-23 06:48:12 +08:00
Max
5a719b6469 [add] Form widget processes: load, reload, unload, read and exists. 2024-05-03 17:27:36 +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
61c101d025 [add] migrate widgets.form 2023-03-25 18:39:16 +08:00
Max
a807899f95 [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
Max
72b9a8b62d [add] widget list permission support 2022-12-13 23:30:52 +08:00
Max
674bc35621 [add] widget form permission support 2022-12-13 18:56:42 +08:00
Max
2d100d5bd2 [add] component action parser 2022-12-10 16:43:30 +08:00
Max
52e229115c [change] form setting 2022-12-08 11:40:39 +08:00
Max
7ba65f8c68 [change] action setting 2022-12-08 11:17:05 +08:00
Max
7151a28534 [change] action structure 2022-12-08 04:26:06 +08:00
Max
469974091d [add] form setting action.hooks 2022-12-08 01:57:18 +08:00
Max
4ce8f12adb [add] widget.actions & widget.models 2022-12-03 23:33:05 +08:00
Max
9d1dea4073 [add] form widget upload api and process 2022-11-15 20:05:49 +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
086bf244e5 [add] bind model 2022-10-24 12:51:27 +08:00
Max
ca777d7b18 [change] form layout 2022-10-22 23:59:33 +08:00
Max
6bbcfec0cd [change] optimize forms 2022-10-22 17:32:37 +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
aa5964ca09 [remove] form.lang 2022-10-19 05:56:00 +08:00
Max
32e69cbcc0 [add] widget form 2022-09-27 21:08:31 +08:00