Commit Graph

1946 Commits

Author SHA1 Message Date
cdc0dee6f5 remove commented code 2024-02-19 15:47:23 -05:00
acc562bd7f inject CSS and JS on static rendering 2024-02-19 15:25:48 -05:00
be98f786b3 add [StreamRendering] to Head component for static rendering 2024-02-19 14:30:09 -05:00
6f215cbff9 Merge pull request #3826 from thabaum/profile-registration-button-return-url-fix
Fix handling of returnurl parameter in UserProfile component - Fixes #3825
2024-02-18 10:46:53 -05:00
96a29e91e8 Merge pull request #3824 from thabaum/fixes-login-button-url
Ensure "login" route is included in login URL construction. Fixes #3766
2024-02-18 10:45:55 -05:00
e01a1a456c Merge pull request #3831 from thabaum/IPageService-spelling-correction
Corrects documentation spelling error for the word "Returns" in IPageService.cs
2024-02-18 10:44:42 -05:00
2561a6e00e Merge pull request #3832 from thabaum/Cleanup-ModuleDefinititionService-Namespaces
Cleanup module definitition service namespaces
2024-02-18 10:44:24 -05:00
7910d006ca document the mandatory StreamRendering attribute 2024-02-18 10:31:27 -05:00
2267dcb768 ensure PageState and ModuleState are passed to ModuleMessage in the event of an unhandled module exception 2024-02-18 10:27:12 -05:00
54418957b6 update Npgsql.EntityFrameworkCore.PostgreSQL to version 8.0.2 2024-02-18 10:21:36 -05:00
79ce990644 cleanup unused namespaces 2024-02-17 18:22:01 -08:00
2262d44638 Removes unnecessary Oqtane.UI namespace 2024-02-17 18:17:13 -08:00
972601caf6 correct documentation spelling error 2024-02-17 17:55:38 -08:00
57a86cd836 Fix handling of returnurl parameter in UserProfile component 2024-02-17 09:11:56 -08:00
a741b1b9ac Fix Login Button Control Url While On Login Page 2024-02-17 07:22:32 -08:00
100fc20928 ensure script resources are loaded before rendering ThemeBuilder 2024-02-16 15:15:02 -05:00
04da989108 get title and headcontent working again on interactive render mode 2024-02-16 15:08:04 -05:00
829e004ee5 bump version to 5.1.0 2024-02-15 21:26:44 -05:00
dcc8043cf6 load PageState in App component and pass to SiteRouter to optimize data loading 2024-02-15 21:17:23 -05:00
ed7904b673 create server-side SiteService 2024-02-15 15:48:18 -05:00
7d1b4d916e fix #3793 - render issues on .NET MAUI 2024-02-15 10:22:14 -05:00
90a58a1f37 Update to latest package dependencies 2024-02-14 11:55:51 -08:00
872ec90654 force ModuleActions to interactive render mode 2024-02-14 13:48:56 -05:00
a65959de3f fix #3781 - ModuleBase breaking change 2024-02-14 11:54:04 -05:00
3db744269e force control panel to interactive render mode 2024-02-14 11:05:49 -05:00
88bf569752 more Control Panel use cases supported on static rendering 2024-02-13 21:25:53 -05:00
f677b63c5c changes to allow adding modules via control panel in static rendering (note that onchange events have not been changed to an alternative approach yet) 2024-02-13 13:08:46 -05:00
e0bec82a1c enable close of modal admin container on static rendering 2024-02-13 11:58:00 -05:00
6bcf47fc4b enable Edit Mode in static rendering 2024-02-12 16:00:01 -05:00
8b803faf72 remove unused Action form field 2024-02-12 15:45:35 -05:00
ead9f0b3c6 enable Admin Dashboard in static rendering 2024-02-12 15:43:24 -05:00
2b6965f801 allow prerender selection in all scenarios 2024-02-12 09:14:05 -05:00
9aa7672b17 remove debugging info from UI 2024-02-12 09:05:47 -05:00
8d9a050ad6 Resolve issue where components are not being rendered interactively 2024-02-12 08:51:41 -05:00
856afcf3bf updates to make identical to POC - still not working 2024-02-10 11:46:07 -05:00
caa9cc213d fix #3760 include form button wrapper CSS class for inline-block 2024-02-10 11:25:54 -05:00
da02bea945 change RESX values for Runtime 2024-02-09 16:35:27 -05:00
fce72cad55 Interactivity needs to be selectable regardless of the default render mode 2024-02-09 16:24:30 -05:00
df4d4d36bc create component using RenderTreeBuilder 2024-02-09 15:46:44 -05:00
ea75ddfa85 rename RenderMode class and adding usings 2024-02-09 14:34:33 -05:00
f6fb3cc766 specify default interactive render mode 2024-02-09 10:59:51 -05:00
d03565ad95 improve debug message 2024-02-09 09:10:03 -05:00
a686bec025 add text to display render mode 2024-02-09 08:56:25 -05:00
e6df8dcd2e preserve backward compatibility but flag methods as obsolete 2024-02-09 08:47:20 -05:00
b5f7106780 render mode optimization 2024-02-08 15:58:31 -05:00
ff2f218bf0 set Html/Text module to Static rendering 2024-02-08 15:53:24 -05:00
a40b49f2ed implement RenderModeBoundary 2024-02-08 15:47:25 -05:00
07bd5c633e add @attribute [StreamRendering] attribute to Routes.razor and remove #3739 2024-02-08 09:25:31 -05:00
c9c8e20511 update project files to make consistent with Blazor template 2024-02-06 11:40:44 -05:00
a7a5fdb7f5 temporary hack to allow Static rendering to (sort of) work - this will need to be removed later 2024-02-06 11:28:37 -05:00