diff --git a/config/app.php b/config/app.php
index 8029ed1..afd6823 100644
--- a/config/app.php
+++ b/config/app.php
@@ -5,7 +5,7 @@
return [
'name' => env('APP_NAME', 'wah.moe'),
- 'version' => '2025.05.02',
+ 'version' => '2025.06.12',
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),
diff --git a/public/css/master.css b/public/css/master.css
index 3a349cb..f17a982 100644
--- a/public/css/master.css
+++ b/public/css/master.css
@@ -68,7 +68,25 @@ @font-face {
font-style: italic;
}
-
+/* ───────────────────────────────────── Pride ────────────────────────────────────── */
+#prideflag {
+ position: fixed;
+ top: 0;
+ right: 0;
+ width: 120px;
+ transform-origin: 100% 0%;
+ transition: transform .5s cubic-bezier(.32,1.63,.41,1.01);
+ z-index: 8008135;
+}
+#prideflag:hover {
+ transform: scale(110%);
+}
+#prideflag:active {
+ transform: scale(110%);
+}
+#prideflag * {
+ pointer-events: all;
+}
/* ───────────────────────────────────── Global ───────────────────────────────────── */
html {
diff --git a/public/images/progress.svg b/public/images/progress.svg
new file mode 100644
index 0000000..0e3bd33
--- /dev/null
+++ b/public/images/progress.svg
@@ -0,0 +1,31 @@
+
+
+
diff --git a/resources/views/components/layout-err.blade.php b/resources/views/components/layout-err.blade.php
index bffdf98..5c75d0e 100644
--- a/resources/views/components/layout-err.blade.php
+++ b/resources/views/components/layout-err.blade.php
@@ -20,7 +20,7 @@
Root: {!! url('') !!}
Path: @if(Request::path() == "/")/@else/{{ Request::path() }}/@endif
Epoch: {{ now()->timestamp }}
- Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0
+ Agent: {{ request()->userAgent() }}
© RoscoeDaWah 2021-2024
diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php index c5d249d..43e4b6b 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -20,6 +20,9 @@ + +