d8e6a280fc
Update CI configuration to use a shared cache key for Rust builds and adjust cache saving conditions. The shared key is now set to 'rust-sqlpage-proj-test' for both main and test branches, with the test branch cache saving disabled.
lovasoa
2025-11-08 01:25:39 +01:00
e8ba8f7f1a
Update CHANGELOG for v0.39.1 release, adding release date and summarizing key changes including improved server timing tracking and enhanced error messages.
v0.39.1
lovasoa
2025-11-08 00:42:41 +01:00
1e66ea559e
Simlplify icon generation in build.rs
lovasoa
2025-11-04 16:46:42 +01:00
a02031f2b8
build.rs: raise on missing icon id
lovasoa
2025-11-04 16:07:27 +01:00
8836c86f77
Refactor icon extraction logic in build.rs to improve performance and memory usage. The download_tabler_icons function now directly processes sprite content in memory, eliminating the need for temporary file storage. Updated extract_icons_from_sprite to handle byte slices instead of strings, enhancing efficiency.
lovasoa
2025-11-04 15:09:28 +01:00
79fff9b460
IconImgHelper: use raw string literals for SVG output
lovasoa
2025-11-04 14:00:02 +01:00
9fcd5f7d75
Update tabler icons to version 3.35 and refactor icon extraction logic for improved performance
lovasoa
2025-11-04 13:51:35 +01:00
7818619939
Implement faster icon loading by inlining icons from the Tabler sprite. The previous method required downloading and parsing a large file, causing delays in icon rendering. Now, icons are generated and cached, improving page load times. Update the icon helper to utilize the new inline method.
lovasoa
2025-11-04 13:38:05 +01:00
6130c5bc85
In the table component, allow simple objects in custom_actions instead of requiring arrays of objects.
lovasoa
2025-11-04 10:32:50 +01:00
cbb5de5129
fix handling of one-element arrays in doc code generator
lovasoa
2025-11-04 00:36:41 +01:00
ab27663298
Update dependencies and version for sqlpage to 0.39.1
lovasoa
2025-11-03 23:56:21 +01:00
de2bcaeb3d
Document nginx streaming and compression for sqlpage (#1080)
Ophir LOJKINE
2025-11-03 23:53:48 +01:00
5c41f16481
Simlplify icon generation in build.rs
lovasoa
2025-11-04 16:46:42 +01:00
bb3e75615b
build.rs: raise on missing icon id
lovasoa
2025-11-04 16:07:27 +01:00
e7726b53fb
Refactor icon extraction logic in build.rs to improve performance and memory usage. The download_tabler_icons function now directly processes sprite content in memory, eliminating the need for temporary file storage. Updated extract_icons_from_sprite to handle byte slices instead of strings, enhancing efficiency.
lovasoa
2025-11-04 15:09:28 +01:00
df1e6c2184
IconImgHelper: use raw string literals for SVG output
lovasoa
2025-11-04 14:00:02 +01:00
1db0868d77
Update tabler icons to version 3.35 and refactor icon extraction logic for improved performance
lovasoa
2025-11-04 13:51:35 +01:00
52e11df5b6
Implement faster icon loading by inlining icons from the Tabler sprite. The previous method required downloading and parsing a large file, causing delays in icon rendering. Now, icons are generated and cached, improving page load times. Update the icon helper to utilize the new inline method.
lovasoa
2025-11-04 13:38:05 +01:00
cec270e1ee
In the table component, allow simple objects in custom_actions instead of requiring arrays of objects.
lovasoa
2025-11-04 10:32:50 +01:00