Commit graph

1825 commits

Author SHA1 Message Date
Max
7dc68ef6a4
Merge pull request #748 from trheyi/main
chore: Merge user data into payload in SUI libsui index.ts
2024-09-03 19:14:06 +08:00
Max
72542dab79 chore: Merge user data into payload in SUI libsui index.ts 2024-09-03 18:15:12 +08:00
Max
776b00d45c
Merge pull request #747 from trheyi/main
Add s:route attribute to real time render components
2024-09-03 17:41:02 +08:00
Max
07353d0084 Add s:route attribute to real time render components 2024-09-03 17:40:31 +08:00
Max
e6d914812e
Merge pull request #746 from trheyi/main
Refactor event binding in SUI core to support just-in-time mode
2024-09-02 18:29:39 +08:00
Max
d00b62caf1 Refactor event binding in SUI core to support just-in-time mode 2024-09-02 18:28:16 +08:00
Max
657224bff3
Merge pull request #745 from trheyi/main
[add] SUI real-time rendering mode supports event binding (page event  only)
2024-09-02 17:05:12 +08:00
Max
db033a10fd [add] SUI real-time rendering mode supports event binding (page event only) 2024-09-02 17:04:22 +08:00
Max
253dee8904
Merge pull request #744 from trheyi/main
Refactor component attribute handling to support spread operator
2024-08-30 10:46:46 +08:00
Max
a3d2baef40 Refactor component attribute handling to support spread operator 2024-08-30 10:42:25 +08:00
Max
704f8b2dce
Merge pull request #743 from trheyi/main
chore: Update Docker build workflow to include timeout settings
2024-08-23 18:08:03 +08:00
Max
a5150d038e chore: Update Docker build workflow to include timeout settings 2024-08-23 18:07:26 +08:00
Max
769bbfd87c
Merge pull request #742 from trheyi/main
chore: Update Docker build workflow to push images to internal registry
2024-08-23 17:34:56 +08:00
Max
e1a467fca5 chore: Update Docker build workflow to push images to internal registry 2024-08-23 17:34:33 +08:00
Max
33ef42f455
Merge pull request #741 from trheyi/main
chore: Update Docker build workflow to push images to internal registry
2024-08-23 17:23:17 +08:00
Max
3c7e2ec728 chore: Update Docker build workflow to push images to internal registry 2024-08-23 17:22:48 +08:00
Max
10417631ce chore: Update Docker build workflow to push images to internal registry 2024-08-23 17:21:29 +08:00
Max
99b78cfe98
Merge pull request #740 from trheyi/main
chore: Refactor TemplateRender to handle optional request parameters
2024-08-23 12:22:02 +08:00
Max
219f71b00e chore: Refactor TemplateRender to handle optional request parameters 2024-08-23 12:20:33 +08:00
Max
8c44f63a3d
Merge pull request #739 from trheyi/main
[feat] add SUI template.render process
2024-08-10 19:48:35 +08:00
Max
02651085d7 Improve SUI TemplateRender 2024-08-10 19:34:36 +08:00
Max
ce96d89c31 Improve SUI TemplateRender 2024-08-10 18:12:32 +08:00
Max
0f6bc06172 fix render public root bug 2024-08-10 17:18:35 +08:00
Max
80779bb0fc [feat] add SUI template.render process 2024-08-10 16:58:38 +08:00
Max
83c81f46f8
Merge pull request #738 from trheyi/main
Optimize event binding in SUI components
2024-08-08 19:04:33 +08:00
Max
f531b32634 Improve SUI Component element manipulation methods and add queryAll method 2024-08-08 18:57:47 +08:00
Max
2f1e71d110
Merge pull request #737 from trheyi/main
chore: enhance SUI details
2024-08-07 17:43:45 +08:00
Max
38884a7b0c Improve SUI Component element manipulation methods and add queryAll method 2024-08-07 17:42:16 +08:00
Max
ae5e60aefa chore: Improve SUI Component element manipulation methods and add empty expression helper 2024-08-07 15:52:58 +08:00
Max
0da531352c
Merge pull request #736 from trheyi/main
chore: enhance SUI details
2024-08-07 11:18:43 +08:00
Max
252e1793ac chore: Add empty expression helper and improve SUI Component element manipulation methods 2024-08-07 11:11:11 +08:00
Max
f6ae0cef47 [add] Empty expression helper 2024-08-07 11:08:25 +08:00
Max
c5cf0babf9 Refactor component initialization script to include injected code 2024-08-07 11:02:43 +08:00
Max
f44021d582 chore: improve SUI Component element manipulation methods 2024-08-06 20:10:48 +08:00
Max
d61ebadf43 chore: improve SUI Component element manipulation methods 2024-08-06 18:49:21 +08:00
Max
cf8c1769c5
Merge pull request #735 from trheyi/main
Optimize various SUI details
2024-08-06 17:14:26 +08:00
Max
3bacc297cf chore: Fix error handling in Run function and improve page config loading 2024-08-06 16:31:56 +08:00
Max
fba0a865dc chore: Update __Query class to return null when no element is found 2024-08-06 16:03:00 +08:00
Max
308907e80e
Merge pull request #734 from trheyi/main
chore: Update cacheStore field name in PageSetting struct
2024-08-06 15:24:44 +08:00
Max
ad7954dbb2 chore: Update cacheStore field name in PageSetting struct 2024-08-06 14:48:12 +08:00
Max
b43051b1ce
Merge pull request #733 from trheyi/main
chore: Update __Query class to accept both string and Element types f…
2024-08-06 10:15:48 +08:00
Max
2a19ef857b chore: Update __Query class to accept both string and Element types for selector 2024-08-06 09:31:36 +08:00
Max
d125fc447f
Merge pull request #732 from trheyi/main
chore: Add new methods to $Query class for element manipulation
2024-08-05 17:17:28 +08:00
Max
197b155280 chore: Update __Query class to accept both string and Element types for selector 2024-08-05 16:29:45 +08:00
Max
bd6999745d chore: Refactor __Query class to improve element manipulation methods 2024-08-05 15:21:55 +08:00
Max
e0dd59c180 chore: Add new methods to __Query class for element manipulation 2024-08-05 15:19:57 +08:00
Max
c84a852dbd
Merge pull request #731 from trheyi/main
Update Makefile to include sui/libsui in artifact generation
2024-08-05 09:41:08 +08:00
Max
b25ddd6a53 Update Makefile to include sui/libsui in artifact generation 2024-08-05 09:13:34 +08:00
Max
f6fd4423ca
Merge pull request #730 from trheyi/main
[feat] SUI $backend function call supports custom Guard
2024-08-05 08:39:32 +08:00
Max
9977b62a09 [feat] SUI $backend function call supports custom Guard 2024-08-05 08:32:59 +08:00