Commit graph

1871 commits

Author SHA1 Message Date
Max
2a070f6bc6
Merge pull request #765 from trheyi/main
Add default value for Upload API if not provided in props
2024-10-24 20:39:47 +08:00
Max
c7b83a161c Add default value for Upload API if not provided in props 2024-10-24 20:36:51 +08:00
Max
d08d60a960
Merge pull request #764 from trheyi/main
Refactor API to include app parameter in download endpoint
2024-10-23 17:51:25 +08:00
Max
31a52d03e3 Refactor API to include app parameter in download endpoint 2024-10-23 17:44:35 +08:00
Max
1bde7d41c5
Merge pull request #763 from trheyi/main
libsui $Query class to support multiple elements in constructor
2024-10-09 11:32:20 +08:00
Max
3074a8e432 libsui $Query class to support multiple elements in constructor 2024-10-09 11:26:37 +08:00
Max
4867fa6297
Merge pull request #762 from trheyi/main
Optimize libsui error reporting
2024-10-01 07:56:35 +08:00
Max
776d22a443 update bindata 2024-10-01 07:50:32 +08:00
Max
ce4d775981 Optimize libsui error reporting 2024-10-01 07:41:21 +08:00
Max
39cec07c66
Merge pull request #761 from trheyi/main
fix  sui dynamic components render bug
2024-09-30 18:43:21 +08:00
Max
574c2aad82 fix sui dynamic components render bug 2024-09-30 18:42:42 +08:00
Max
6656e18ae2
Merge pull request #760 from trheyi/main
fix misspelling
2024-09-30 17:08:03 +08:00
Max
371490360e fix misspelling 2024-09-30 17:07:29 +08:00
Max
dc43296763
Merge pull request #759 from trheyi/main
fix sui dynamic components import bug
2024-09-30 17:03:02 +08:00
Max
369d6cc4d8 fix sui dynamic components import bug 2024-09-30 17:02:24 +08:00
Max
6ec63f4d9c
Merge pull request #758 from trheyi/main
feat: app afterMigrate hook support
2024-09-29 08:54:04 +08:00
Max
dc162bb206 feat: app afterMigrate hook support 2024-09-29 08:53:27 +08:00
Max
5f271a7f83 debug 2024-09-28 11:39:33 +08:00
Max
30069373de
Merge pull request #757 from trheyi/main
Add auto release workflow ( dev )
2024-09-28 11:31:27 +08:00
Max
f0db90eb52 workflow debug 2024-09-28 11:27:29 +08:00
Max
feed59a62e Add auto release workflow ( dev ) 2024-09-28 11:18:27 +08:00
Max
1c2f4642d3
Merge pull request #756 from trheyi/main
Update workflow
2024-09-28 10:31:24 +08:00
Max
ab188c9a5e Refactor Makefile to update certificate verification and remove importing private key 2024-09-28 10:29:23 +08:00
Max
bbaa0ee62c Refactor Makefile to update certificate verification and fix private key import 2024-09-28 10:25:30 +08:00
Max
da08db7f3f Refactor Makefile to update certificate verification and remove importing private key 2024-09-28 10:21:17 +08:00
Max
feae146523 Github workflow debug 2024-09-28 10:07:27 +08:00
Max
b08b305cd3 Refactor Makefile to remove importing private key and update certificate verification 2024-09-28 09:56:06 +08:00
Max
35906ee0fb Github workflow debug 2024-09-28 09:49:13 +08:00
Max
6d97a72f11 Github workflow debug 2024-09-28 09:42:37 +08:00
Max
6bf57dd0f0 Github workflow debug 2024-09-28 09:32:05 +08:00
Max
82eae74f9f Refactor Makefile to include MacOS Application Signing 2024-09-28 09:26:33 +08:00
Max
243cffe499 Refactor Makefile to include MacOS Application Signing 2024-09-28 09:25:20 +08:00
Max
d2f53abe47
Merge pull request #755 from trheyi/main
Refactor Makefile to include MacOS Application Signing
2024-09-28 09:08:16 +08:00
Max
9559c522fc Refactor Makefile to include MacOS Application Signing 2024-09-28 09:07:45 +08:00
Max
2aabd0446c
Merge pull request #754 from trheyi/main
Refactor Makefile to include MacOS Application Signing
2024-09-28 08:13:56 +08:00
Max
39bbdbd1b7 Refactor Makefile to include MacOS Application Signing 2024-09-28 08:13:15 +08:00
Max
6c6aaad058
Merge pull request #753 from trheyi/main
Fix PublicRoot bug and get Sid from request
2024-09-25 08:26:17 +08:00
Max
896e52a52a Fix PublicRoot bug and get Sid from request 2024-09-25 08:25:37 +08:00
Max
0ea400965d
Merge pull request #752 from trheyi/main
Refactor request guard to include page backend script execution
2024-09-24 08:01:22 +08:00
Max
ddb337847e Refactor request guard to include page backend script execution 2024-09-24 08:00:05 +08:00
Max
b88ff67cd2
Merge pull request #751 from trheyi/main
Refactor dynamic component parsing in SUI core
2024-09-11 09:25:17 +08:00
Max
67ad169bf5 Refactor dynamic component parsing in SUI core 2024-09-11 09:24:34 +08:00
Max
56ef909662
Merge pull request #750 from trheyi/main
Fix the bug in real-time rendering mode
2024-09-10 16:30:02 +08:00
Max
fb6518e91f Fix the bug in real-time rendering mode 2024-09-10 16:29:15 +08:00
Max
0fc136a883
Merge pull request #749 from trheyi/main
Refactor component attribute handling to support spread operator and real-time rendering mode
2024-09-10 09:47:08 +08:00
Max
0a21780473 Refactor component attribute handling to support spread operator and real-time rendering mode 2024-09-10 09:23:10 +08:00
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