diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..44f694b --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,9 @@ +{ + "name": "ARCHBLOX", + "short_name": "ARCHBLOX", + "lang": "en-US", + "start_url": "/", + "scope": "/", + "display": "standalone", + "version": "1.0.0" +} \ No newline at end of file diff --git a/public/temp/.DS_Store b/public/temp/.DS_Store index f9cb54c..71a7478 100644 Binary files a/public/temp/.DS_Store and b/public/temp/.DS_Store differ diff --git a/public/temp/blog.html b/public/temp/blog.html index 85c74bb..46ba5bd 100644 --- a/public/temp/blog.html +++ b/public/temp/blog.html @@ -17,6 +17,17 @@ + diff --git a/public/temp/buttonhell.html b/public/temp/buttonhell.html index d2faf29..6abc9c5 100644 --- a/public/temp/buttonhell.html +++ b/public/temp/buttonhell.html @@ -17,6 +17,17 @@ + diff --git a/public/temp/download.html b/public/temp/download.html index b8639f2..c12bcdb 100644 --- a/public/temp/download.html +++ b/public/temp/download.html @@ -17,6 +17,17 @@ + diff --git a/public/temp/index.html b/public/temp/index.html index 30261f4..74b3792 100644 --- a/public/temp/index.html +++ b/public/temp/index.html @@ -17,6 +17,17 @@ + diff --git a/public/temp/index.js b/public/temp/index.js deleted file mode 100644 index 0fb453e..0000000 --- a/public/temp/index.js +++ /dev/null @@ -1,21 +0,0 @@ -window.onload = function() { - var morblox = document.getElementById("morblox") - var usernamecontainer = document.getElementById("UsernameContainer"); - if (window.location.hostname == "archblox.com") { - morblox.className = "invisible"; - } else { - morblox.className = ""; - } - if (localStorage.getItem("username") == null) { - localStorage.setItem("username",""); - } - var username = localStorage.getItem("username"); - usernamecontainer.innerHTML = "Saved Username: " + username - document.getElementById('SaveButton').onclick = function() { - var usernameset = document.getElementById("UsernameSet").value; - var usernamecontainer = document.getElementById("UsernameContainer"); - localStorage.setItem("username",usernameset); - usernamecontainer.innerHTML = "Saved Username: " + usernameset - alert("Please click on the \"Home\" link or the \"Profile\" link in order to test Username features") - }; -}; \ No newline at end of file diff --git a/public/temp/manifest.json b/public/temp/manifest.json index e3e1f07..44f694b 100644 --- a/public/temp/manifest.json +++ b/public/temp/manifest.json @@ -1,7 +1,9 @@ { "name": "ARCHBLOX", + "short_name": "ARCHBLOX", "lang": "en-US", - "start_url": "index.html", + "start_url": "/", + "scope": "/", "display": "standalone", "version": "1.0.0" } \ No newline at end of file diff --git a/resources/views/layouts/admin.blade.php b/resources/views/layouts/admin.blade.php index 7bf1fcd..310e381 100644 --- a/resources/views/layouts/admin.blade.php +++ b/resources/views/layouts/admin.blade.php @@ -19,6 +19,17 @@ + diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index df7e19f..33e5823 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -50,6 +50,17 @@ getDarkMode(); @endauth + @yield('extras') diff --git a/resources/views/layouts/ide.blade.php b/resources/views/layouts/ide.blade.php index 8eacd2b..3428b42 100644 --- a/resources/views/layouts/ide.blade.php +++ b/resources/views/layouts/ide.blade.php @@ -17,6 +17,17 @@ + diff --git a/resources/views/layouts/idenosidebar.blade.php b/resources/views/layouts/idenosidebar.blade.php index 7d04333..e1bbf92 100644 --- a/resources/views/layouts/idenosidebar.blade.php +++ b/resources/views/layouts/idenosidebar.blade.php @@ -18,6 +18,17 @@ + diff --git a/resources/views/layouts/loggedout.blade.php b/resources/views/layouts/loggedout.blade.php index 7f9e9f3..4cb3c1b 100644 --- a/resources/views/layouts/loggedout.blade.php +++ b/resources/views/layouts/loggedout.blade.php @@ -141,6 +141,17 @@ $splash = array( } @endauth + @yield('extras')