sbwalker
45610f8dd7
upgrade to .NET 9.0.3
2025-03-11 14:35:59 -04:00
sbwalker
ec3fd1d585
update to .NET 9.0.2
2025-03-05 14:54:46 -05:00
Ben
5e2092c6d4
improve the styles in middle screen size.
2025-03-04 23:31:21 +08:00
sbwalker
5b23917940
add nonce support
2025-03-03 16:49:28 -05:00
Ben
38d28d6944
move the styles to app.css.
2025-02-28 23:53:53 +08:00
Ben
1ced5c0425
update the cookie consent control.
2025-02-28 23:32:17 +08:00
Ben
982f3b1943
Fix #4936 : add the cookie consent theme control.
2025-02-22 09:49:33 +08:00
sbwalker
049ddef531
synchronize BlazorScriptReload changes
2025-02-14 09:17:44 -05:00
David Montesinos
1a7656d8ee
fix #5058 : ensure sequential file and chunk uploads to avoid overload
2025-02-06 19:21:51 +01:00
sbwalker
e2af4f74c3
remove uploadFile() method as it is not used
2025-02-05 17:08:32 -05:00
sbwalker
9dd6dc7523
file upload improvements
2025-02-05 16:48:34 -05:00
Cody
26b88f1a22
Update Package Dependencies to 9.0.1
2025-01-27 05:13:31 -08:00
Cody
c66a5d028f
Update Package Dependencies to 9.0.1
2025-01-27 05:13:01 -08:00
Cody
8441c95a5c
Update Package Dependencies to 9.0.1
2025-01-27 05:11:49 -08:00
sbwalker
4bc26f13c1
improve error messages
2025-01-17 07:54:34 -05:00
sbwalker
74b72ed9d4
reload the script if data-reload is "always" or if the script has not been loaded previously and data-reload is "once" or "true"
2025-01-16 15:06:15 -05:00
sbwalker
64a38d6e45
allow data-reload to support true or always
2025-01-16 14:21:52 -05:00
sbwalker
0204ff8dd5
script reload improvements
2025-01-16 14:06:13 -05:00
sbwalker
997e9213f2
updated default module template to use Service consistently
2024-12-23 14:09:54 -05:00
sbwalker
f2cb34cc35
fix reload script to use static array rather than a live HtmlCollection
2024-12-20 15:39:35 -05:00
sbwalker
55e18f2364
fix documentation
2024-12-20 11:55:35 -05:00
Shaun Walker
10d3c81520
Merge pull request #4918 from leigh-pointer/ProjectNameTemplates
...
Implement Dynamic ProjectName Parameter Across Build Process
2024-12-18 15:27:24 -05:00
Shaun Walker
e3811b453a
Merge pull request #4927 from sbwalker/dev
...
Improvements to add support for script type and data-* attributes. Also added Script and Stylesheet classes to simplify Resource declarations.
2024-12-18 15:16:16 -05:00
sbwalker
ca0fb05baa
Improvements to add support for script type and data-* attributes. Also added Script and Stylesheet classes to simplify Resource declarations.
2024-12-18 15:15:54 -05:00
Shaun Walker
b8fd922b19
Merge pull request #4925 from sbwalker/dev
...
improve reload script to replicate all attributes
2024-12-18 10:32:12 -05:00
sbwalker
03f856025e
improve reload script to replicate all attributes
2024-12-18 10:31:59 -05:00
Shaun Walker
45f04d24c3
Merge pull request #4924 from sbwalker/dev
...
refactor Static Blazor script processing
2024-12-18 10:09:20 -05:00
sbwalker
2435d610c7
refactor Static Blazor script processing
2024-12-18 10:09:02 -05:00
Shaun Walker
c6896ea936
Merge pull request #4920 from sbwalker/dev
...
fix page-script to support type attribute on inline scripts
2024-12-17 09:13:42 -05:00
sbwalker
b7a41bddec
fix page-script to support type attribute on inline scripts
2024-12-17 09:13:26 -05:00
Shaun Walker
6fd80c3737
Merge pull request #4919 from sbwalker/dev
...
page-script improvements
2024-12-17 08:34:55 -05:00
sbwalker
0aa690b3b1
page-script improvements
2024-12-17 08:34:39 -05:00
Leigh Pointer
6d5bcfc6ed
Implement Dynamic ProjectName Parameter Across Build Process
...
This pull request introduces a dynamic ProjectName parameter across our build process, enhancing flexibility and reducing hardcoding in our module and theme development workflow. The changes affect the project file, NuSpec file, command scripts.
2024-12-17 10:35:14 +01:00
Shaun Walker
b60de69fa5
Merge pull request #4917 from sbwalker/dev
...
improvements to page-script
2024-12-16 12:44:23 -05:00
sbwalker
d991b57d08
improvements to page-script
2024-12-16 12:44:07 -05:00
Shaun Walker
6fbf0383bb
Merge pull request #4911 from leigh-pointer/FixGlow
...
This is a cosmetic fix to the Oqtane Glow image
2024-12-13 16:46:49 -05:00
Shaun Walker
0296230219
Merge pull request #4913 from sbwalker/dev
...
page-script enhancements
2024-12-13 16:46:23 -05:00
sbwalker
dedfbba27a
page-script enhancements
2024-12-13 16:46:08 -05:00
Leigh Pointer
dc5441da07
This is a cosmetic fix to the Oqtane Glow image
...
The glow on the original is cropped at the left by a few pixcels. This update fixes that and sizes the image to a 600 x 150
2024-12-13 11:45:13 +01:00
Leigh Pointer
1a4380dcd7
Variable update
2024-12-07 15:02:27 +01:00
Leigh Pointer
5ace34b5cd
Add the $TargetFramework macro to the Release Builds
...
Add the $TargetFramework macro to the Release Builds
2024-12-06 13:37:37 +01:00
Leigh Pointer
f010c0f1fa
Implement Dynamic TargetFramework in Debug Scripts #4897
...
This PR updates our debug scripts (both .cmd and .sh) to dynamically use the current TargetFramework passed from the build process. This change improves flexibility and future-proofs our build process for different .NET versions.
2024-12-05 12:43:38 +01:00
sbwalker
0f2aa4d2e1
update to official .NET 9 release
2024-11-12 15:40:54 -05:00
sbwalker
422bf8da59
use HttpClient rather than IHttpClientFactory as IHttpClientFactory does not pass cookies in .NET MAUI
2024-11-11 08:14:53 -05:00
sbwalker
b0c8203b24
remove Microsoft.AspNetCore.Localization from default module template
2024-10-24 15:20:07 -04:00
Cody
8a9651dc50
Adds logic for .modal class ScrollTo function
2024-10-21 12:22:01 -07:00
sbwalker
73ea17ae0f
changes to migrate Oqtane to .NET 9 and version 6.0.0
2024-10-21 14:51:20 -04:00
sbwalker
93bc1cd5af
fix #4714 as well as breaking change in #4712
2024-10-14 15:05:46 -04:00
Shaun Walker
0e5b370ee8
Merge pull request #4712 from thabaum/language-switcher-cookie
...
Fix #4710 - Adds language switcher component cookie set options for secure, httpOnly, sameSite + interop.cs/interop.js methods samesite and secure options
2024-10-14 14:41:18 -04:00
Leigh Pointer
4c4255be6b
Updated Template files with new component version 8.0.10
2024-10-09 14:42:07 +02:00