357 Commits

Author SHA1 Message Date
Ben
09293f7d9a Fix #4158: insert image into correct position. 2024-04-20 16:56:32 +08:00
sbwalker
0b31709aee update theme and module templates to .NEt SDK 8.0.4 2024-04-10 16:29:16 -04:00
David Montesinos
1f0b369a15
Disable Accelerate Builds for Package project in Module template 2024-04-06 08:37:48 +02:00
David Montesinos
7a43473513
Disable Accelerate Builds for Package project in Theme template 2024-04-06 08:36:13 +02:00
Ben
4c08a527be Fix #3625: add the clear logs function. 2024-04-03 09:21:13 +08:00
sbwalker
010e4610f7 fix ThemeSettings SetSetting() references to not specify IsPrivate property 2024-04-02 10:53:07 -04:00
Leigh Pointer
03f631f537 Updated Template Module and Theme json from 5.0.0 to 5.1.0 2024-03-26 11:53:49 +01:00
sbwalker
a8ffc414fe fix theme template release.,cmd to copy package to /Packages folder 2024-03-22 15:31:55 -04:00
sbwalker
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
sbwalker
237108a6d1 update Theme template tp .NET 8.0.3 2024-03-21 11:45:26 -04:00
Cody
74a3ea2a01
Update package references to 8.0.3 2024-03-20 11:31:19 -07:00
Cody
4bfb7a5d29
Updates package dependencies to 8.0.3 2024-03-20 11:29:45 -07:00
Ben
c58254f951 Fix #4010: update repositories to using db context factory. 2024-03-18 15:32:19 +08:00
Ben
1c4bcc5697 Fix #4002: add the quill editor js map file. 2024-03-16 20:24:52 +08:00
David Montesinos
68e3bcba05
Remove previous [Module]DbContextFactory.cs 2024-03-12 11:40:21 +01:00
David Montesinos
75a6111a9b
Add [Module]ServerStartup.cs to Module Template 2024-03-12 11:39:45 +01:00
Shaun Walker
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
sbwalker
7f74e79253 add ability to reload JavaScript on page transitions with enhanced navigation 2024-03-08 14:03:22 -05:00
Ben
11b5cc83dc add db factory class into the module template. 2024-03-08 22:44:31 +08:00
sbwalker
4402645b37 change name of form class to reflect purpose 2024-02-23 14:05:40 -05:00
Leigh Pointer
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
sbwalker
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
Shaun Walker
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
sbwalker
8c5613b182 update module and theme default templates to use ModuleBase methods rather than ModuleInstance methods 2024-02-21 13:42:15 -05:00
Shaun Walker
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
Shaun Walker
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
Ben
740b89258d Fix #3807: parsing the data attributes. 2024-02-16 19:26:01 +08:00
Cody
8a636736b4
Update project dependecies to 8.0.2 2024-02-14 12:53:14 -08:00
Cody
8fe2529306
Update project dependecies to 8.0.2 2024-02-14 12:52:26 -08:00
Cody
6db217387f
Update project dependecies to 8.0.2 2024-02-14 12:51:10 -08:00
Cody
d48c257b19
Update Bootstrap 5.3.2 Integrity 2024-02-12 11:53:42 -08:00
Cody
d723bbe3b7
Updates to bootstrap 5.3.2 2024-02-12 11:44:27 -08:00
Cody
266e08817e
sets responsive breakpoint to bootstrap md 767.98px 2024-02-10 09:43:18 -08:00
Cody
6c3526d47e
sets responsive breakpoint to 767.98 bootstrap md 2024-02-10 09:42:40 -08:00
Cody
19adfd5116
sets responsive breakpoint to bootstrap md 767.98px 2024-02-10 09:40:46 -08:00
sbwalker
caa9cc213d fix #3760 include form button wrapper CSS class for inline-block 2024-02-10 11:25:54 -05:00
Cody
23b68bd9f9
Removed unnecessary space. 2024-01-30 15:48:40 -08:00
Leigh Pointer
8bf29528e3 Updated Theme Template
Template updated with white-space: nowrap; and corrected the app-menu class
2024-01-29 07:19:30 +01:00
Leigh Pointer
c6f65debcf Menu theme fix #3680
Added white-space: nowrap; to the .app-menu .nav-item
2024-01-28 11:56:55 +01:00
sbwalker
e62c529c1f update default Module and Theme template to .NET 8.0.1 to match framework 2024-01-25 13:50:13 -05:00
Ben
3c328a00b5 fix #3648: update the template to correct the entity table name. 2024-01-25 23:00:45 +08:00
sbwalker
b8fe95b945 fix #3669 add CORS policy and use Jwt with XHR to allow file uploads to work in .NET MAUI 2024-01-23 10:34:18 -05:00
Cody
ab0e95177e
Updates request.status to request.statusText 2024-01-16 17:30:41 -08:00
Cody
99844931f4
XRS status error update Fixes #3643 2024-01-12 13:43:02 -08:00
Cody
5f747db224
Logo max-height and padding 2023-12-18 14:12:26 -08:00
Cody
ccda41e18e
Logo max-height 90px, Padding 5px L/R 2023-12-18 14:11:29 -08:00
Cody
2bb83c6532
Revert app logo css changes 2023-12-18 14:10:23 -08:00
Cody
7a4e4629e5
Logo max height 90px 2023-12-18 13:03:19 -08:00
sbwalker
7c206af757 modify module and theme template release.cmd to remove old nupkg files before packaging 2023-12-15 11:08:05 -05:00
sbwalker
87c6c31f1f add Update API validation to default module template 2023-11-22 14:54:06 -05:00