Cody
|
2f272ef4b6
|
style module actions dropdown text #fff
|
2020-05-24 17:47:27 -07:00 |
|
Shaun Walker
|
61ff097f51
|
default theme needs to work in local development scenarios
|
2020-05-19 09:17:38 -04:00 |
|
Shaun Walker
|
6f3fe8d933
|
validate folder names, handle missing files more gracefully
|
2020-05-12 13:24:51 -04:00 |
|
Shaun Walker
|
f6f895b516
|
more responsive design adjustments
|
2020-05-09 12:16:39 -04:00 |
|
Shaun Walker
|
c2ed71ab0d
|
added classes to all theme controls, added mobile support to Oqtane theme
|
2020-05-08 17:30:35 -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
|
34538dd945
|
install/upgrade refactoring to consolidate all use cases and implement IInstallable interface for modules, moved tenant creation to site management UI, fixed z-order issues in Blazor theme, enhanced JS Interop methods to support integrity and crossorigin
|
2020-04-30 13:58:04 -04:00 |
|
Shaun Walker
|
e6c26210a0
|
z-order tweak to Blazor theme
|
2020-04-27 15:31:32 -04:00 |
|
Shaun Walker
|
d2fd8c7f4e
|
improved responsive design for Blazaor theme to make it more mobile friendly
|
2020-04-27 14:18:58 -04:00 |
|
Shaun Walker
|
05a405e036
|
Improvements to themes, layouts, and CSS styling
|
2019-10-16 14:28:49 -04:00 |
|
Shaun Walker
|
c029e70783
|
CSS separation, multi-tenancy fixes
|
2019-10-12 16:32:47 -04:00 |
|