diff --git a/Wonky.Client/wwwroot/appsettings.json b/Wonky.Client/wwwroot/appsettings.json index 4e078ff7..e967dc7b 100644 --- a/Wonky.Client/wwwroot/appsettings.json +++ b/Wonky.Client/wwwroot/appsettings.json @@ -2,23 +2,23 @@ "Logging": { "LogLevel": { "Default": "None", - "System": "Information", - "Microsoft": "Information" + "System": "Error", + "Microsoft": "Error" }, "Debug": { "LogLevel": { - "Default": "Information" + "Default": "Critical" } }, "ActivityHttpRepository": { "LogLevel": { - "Default": "Critical" + "Default": "Error" } } }, "appInfo": { "name": "Wonky Client", - "version": "0.7.5", + "version": "0.8.1", "isBeta": true, "image": "grumpy-coder.png" }, diff --git a/Wonky.Client/wwwroot/browserconfig.xml b/Wonky.Client/wwwroot/browserconfig.xml deleted file mode 100644 index b3930d0f..00000000 --- a/Wonky.Client/wwwroot/browserconfig.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - #da532c - - - diff --git a/Wonky.Client/wwwroot/css/app.css b/Wonky.Client/wwwroot/css/app.css index e2e21f74..c7068748 100644 --- a/Wonky.Client/wwwroot/css/app.css +++ b/Wonky.Client/wwwroot/css/app.css @@ -17,9 +17,6 @@ .text-inno { color: #ffaa00; } -.tombstone { - background-image: url(../gravestone.png); -} .the-good { background-color: green; } diff --git a/Wonky.Client/wwwroot/gravestone.png b/Wonky.Client/wwwroot/gravestone.png deleted file mode 100644 index 11a370e3..00000000 Binary files a/Wonky.Client/wwwroot/gravestone.png and /dev/null differ diff --git a/Wonky.Client/wwwroot/headstone.png b/Wonky.Client/wwwroot/headstone.png deleted file mode 100644 index f89fd818..00000000 Binary files a/Wonky.Client/wwwroot/headstone.png and /dev/null differ diff --git a/Wonky.Client/wwwroot/index.html b/Wonky.Client/wwwroot/index.html index 9e3d499a..f6eb8b95 100644 --- a/Wonky.Client/wwwroot/index.html +++ b/Wonky.Client/wwwroot/index.html @@ -7,32 +7,29 @@ - - Wonky Online + Inno Web CRM - - + -
-
Vent venligst... Henter data...
+
+ Vent venligst... Henter data... +
- - - - - - - + - diff --git a/Wonky.Client/wwwroot/site.webmanifest b/Wonky.Client/wwwroot/site.webmanifest deleted file mode 100644 index 8c303840..00000000 --- a/Wonky.Client/wwwroot/site.webmanifest +++ /dev/null @@ -1,21 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/web-manifest-combined.json", - "name": "Innotec Webapp", - "short_name": "Innotec Webapp", - "description": "Innotec Web CRM", - "icons": [ - { - "src": "/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/android-chrome-256x256.png", - "sizes": "256x256", - "type": "image/png" - } - ], - "theme_color": "#ffaa00", - "background_color": "#000", - "display": "standalone" -} diff --git a/Wonky.Client/wwwroot/wonky-cook.png b/Wonky.Client/wwwroot/wonky-cook.png deleted file mode 100644 index dc0d009b..00000000 Binary files a/Wonky.Client/wwwroot/wonky-cook.png and /dev/null differ diff --git a/Wonky.Client/wwwroot/wonky-logo.png b/Wonky.Client/wwwroot/wonky-logo.png deleted file mode 100644 index fe4d3de0..00000000 Binary files a/Wonky.Client/wwwroot/wonky-logo.png and /dev/null differ