Shaun Walker
|
54d4447d23
|
Central management of resources ( ie. stylesheets and scripts )
|
2020-05-16 12:00:15 -04:00 |
|
Pavel Vesely
|
e78a5e090d
|
Bootswatch themes in Oqtane.Themes.OqtaneTheme
Theme is set in Oqtane.Client\Themes\OqtaneTheme\Default.razor
```
protected override async Task OnParametersSetAsync()
{
// go to https://www.bootstrapcdn.com/bootswatch/ and take your favorite theme
//<link href="https://stackpath.bootstrapcdn.com/bootswatch/4.4.1/cyborg/bootstrap.min.css" rel="stylesheet" integrity="sha384-l7xaoY0cJM4h9xh1RfazbgJVUZvdtyLWPueWNtLAphf/UbBgOVzqbOTogxPwYLHM" crossorigin="anonymous">
await LoadBootstrapTheme("https://stackpath.bootstrapcdn.com/bootswatch/4.4.1/cyborg/bootstrap.min.css","sha384-l7xaoY0cJM4h9xh1RfazbgJVUZvdtyLWPueWNtLAphf/UbBgOVzqbOTogxPwYLHM");
await IncludeCSS("Theme.css");
}
```
|
2020-05-07 12:17:44 +02:00 |
|
Shaun Walker
|
c974b5b78c
|
JavaScript interop methods to manage html head elements for title, meta and link
|
2020-03-20 12:55:00 -04:00 |
|
Pavel Vesely
|
cf6643aef3
|
Client fixes
Client is partially done.
227 warnings left out of 1500
I like Rider
|
2020-03-15 15:19:35 +01:00 |
|
Shaun Walker
|
155c4e12d9
|
completed client state invalidation in multi-user environment
|
2020-03-10 10:37:42 -04:00 |
|
Hisham Bin Ateya
|
303bdf3be2
|
Remove this keyword
|
2020-03-05 19:22:13 +03:00 |
|
Shaun Walker
|
c029e70783
|
CSS separation, multi-tenancy fixes
|
2019-10-12 16:32:47 -04:00 |
|
Shaun Walker
|
5f62957752
|
Improved CSS handling
|
2019-09-21 22:15:44 -04:00 |
|
Shaun Walker
|
83a212e7e3
|
Refactor host user security model, support static assets in modules and themes, module definition permissions and categories, paging control, remove SiteUsers, move seed data from script to site template for installation
|
2019-09-19 16:33:48 -04:00 |
|
Shaun Walker
|
35b9b9e89b
|
Optimized page reloading
|
2019-09-16 16:14:17 -04:00 |
|
Shaun Walker
|
b71f007981
|
Support for third party modules, improved error handling, standardardized enum naming, reorganized interface definitions, support for DB script upgrades, added Settings entity
|
2019-08-14 09:34:35 -04:00 |
|
Shaun Walker
|
b9c007998e
|
Improved page reload efficiency, refactored NavigateUrl and EditUrl helpers, added antiforgery token and returnurl to Logout scenario, fixed PageModule service call api url, modified rendering engine to allow for component differentiation
|
2019-08-02 15:51:47 -04:00 |
|
Shaun Walker
|
8deb119f36
|
Performance improvements, refactoring of multi-tenant support, split Alias and Tenant entities for cleaner separation of concerns, create an additional site during installation for demonstratng multitenancy
|
2019-05-24 13:33:19 -04:00 |
|
Mitchel Sellers
|
f4aa88a529
|
Change Skin -> Theme
To better align with commonly used terminology in industry renamed all references from Skin -> Theme.
|
2019-05-12 23:38:58 -05:00 |
|