d3b3d46fc1
Return to standard Bootstrap
2024-08-07 20:01:41 +02:00
7e7dd8efa9
Update Theme Template to Bootstrap 5.3.3
2024-08-07 10:34:40 +02:00
40999c3ff4
remove Settings button logic from QuillJS text editor interop
2024-07-25 11:12:58 -04:00
ab52251116
resolve issue with default Blazor theme
2024-07-24 12:59:40 -04:00
b0e121a53f
fix ISearchable implementation in default module template
2024-07-18 11:10:24 -04:00
efbe4d697c
update theme template to .NET 8.0.7
2024-07-17 16:23:15 -04:00
5a2af6d0f9
update module template to .NET 8.0.7
2024-07-17 16:17:10 -04:00
71e472f330
search optimizations
2024-07-17 13:57:47 -04:00
d4c473d7b3
fix #4384 - app_offline https link
2024-07-06 08:38:33 -04:00
2bacee919d
update the settings UI.
2024-07-03 12:26:36 +08:00
e00c261777
Fix #4358 : RichTextEditor Provider Abstraction.
2024-07-01 17:11:26 +08:00
1d7fcfdaa1
fix ISearchable method name in module template
2024-06-11 07:37:02 -04:00
0e0d404997
Update [Module]Manager.cs
2024-06-11 09:11:25 +02:00
f013ee64a2
Updated Module Template with ISearchable implementation
2024-06-10 22:10:39 +02:00
af3da7ca6e
update to template.json files to align with Oqtane version
2024-06-10 21:54:44 +02:00
cb728f65b3
Update Project Templates from 8.0.5 - 8.0.6
2024-06-10 21:50:30 +02:00
842b7b1402
Fix #4309 : make searchbox responsive.
2024-06-05 10:27:38 +08:00
7f970d489f
refactoring the code.
2024-06-04 17:32:31 +08:00
9d85ca07f4
#4303 : add search function.
2024-06-03 21:19:42 +08:00
6c4e1d1c41
update theme and module templates to .NET SDK 8.0.5
2024-05-20 16:59:44 -04:00
71d220e7a4
improve scroll position navigation behavior
2024-05-17 15:42:13 -04:00
0ba94f3bc9
set browser scroll position on navigation in Static Rendering
2024-05-17 13:01:03 -04:00
09293f7d9a
Fix #4158 : insert image into correct position.
2024-04-20 16:56:32 +08:00
0b31709aee
update theme and module templates to .NEt SDK 8.0.4
2024-04-10 16:29:16 -04:00
1f0b369a15
Disable Accelerate Builds for Package project in Module template
2024-04-06 08:37:48 +02:00
7a43473513
Disable Accelerate Builds for Package project in Theme template
2024-04-06 08:36:13 +02:00
4c08a527be
Fix #3625 : add the clear logs function.
2024-04-03 09:21:13 +08:00
010e4610f7
fix ThemeSettings SetSetting() references to not specify IsPrivate property
2024-04-02 10:53:07 -04:00
03f631f537
Updated Template Module and Theme json from 5.0.0 to 5.1.0
2024-03-26 11:53:49 +01:00
a8ffc414fe
fix theme template release.,cmd to copy package to /Packages folder
2024-03-22 15:31:55 -04:00
448e3a4639
updates to module template for static rendering (ActionDialog Id property, Service interface moved to Shared, Client Service using IHttpClientFactory, Async methods added to Repository, Server Service implementation added, Controller uses Server Service implementation, Server Service registered in Startup)
2024-03-21 14:55:07 -04:00
237108a6d1
update Theme template tp .NET 8.0.3
2024-03-21 11:45:26 -04:00
74a3ea2a01
Update package references to 8.0.3
2024-03-20 11:31:19 -07:00
4bfb7a5d29
Updates package dependencies to 8.0.3
2024-03-20 11:29:45 -07:00
c58254f951
Fix #4010 : update repositories to using db context factory.
2024-03-18 15:32:19 +08:00
1c4bcc5697
Fix #4002 : add the quill editor js map file.
2024-03-16 20:24:52 +08:00
68e3bcba05
Remove previous [Module]DbContextFactory.cs
2024-03-12 11:40:21 +01:00
75a6111a9b
Add [Module]ServerStartup.cs to Module Template
2024-03-12 11:39:45 +01:00
128ebe2cb2
Merge pull request #3967 from zyhfish/task/update-template-db-factory
...
add db factory class into the module template.
2024-03-08 14:04:25 -05:00
7f74e79253
add ability to reload JavaScript on page transitions with enhanced navigation
2024-03-08 14:03:22 -05:00
11b5cc83dc
add db factory class into the module template.
2024-03-08 22:44:31 +08:00
4402645b37
change name of form class to reflect purpose
2024-02-23 14:05:40 -05:00
dcbf03c355
Added Resource Files to Theme Templates
...
Currently the template uses the Localization Resource functionality but it will always default to the hardcoded text. Leaving it to the developer to add the resources could result in a hit and miss scenario. This PR removes the "mis" side.
2024-02-23 13:46:22 +01:00
25dacccb3b
remove Microsoft.AspNetCore.Components.WebAssembly.DevServer from default module and theme template as it is no longer needed
2024-02-22 16:40:55 -05:00
ac7db87592
Merge pull request #3778 from thabaum/update-theme-bootstrap
...
Updates theme bootstrap and bootswatch to version 5.3.2 - closes #3772
2024-02-21 13:55:33 -05:00
8c5613b182
update module and theme default templates to use ModuleBase methods rather than ModuleInstance methods
2024-02-21 13:42:15 -05:00
27763afbbe
Merge pull request #3765 from thabaum/bootstrap-md-responsive-breakpoint
...
Sets responsive breakpoint match 767.98px = Bootstrap md - Fixes #3762
2024-02-21 09:33:21 -05:00
838c2994a9
Merge pull request #3810 from zyhfish/task/fix-bug-3807
...
Fix #3807 : parsing the data attributes.
2024-02-21 09:29:42 -05:00
740b89258d
Fix #3807 : parsing the data attributes.
2024-02-16 19:26:01 +08:00
8a636736b4
Update project dependecies to 8.0.2
2024-02-14 12:53:14 -08:00