diff --git a/backend/config/version.go b/backend/config/version.go index 848f3c9..50af538 100644 --- a/backend/config/version.go +++ b/backend/config/version.go @@ -1,7 +1,7 @@ package config // Version is the application version -const Version = "0.1.32" +const Version = "0.1.33" var ( // GitCommit will be set by build flags or detected at runtime diff --git a/docker/bamort.sql_backup.gz b/docker/bamort.sql_backup.gz new file mode 100644 index 0000000..2053b4d Binary files /dev/null and b/docker/bamort.sql_backup.gz differ diff --git a/frontend/VERSION.md b/frontend/VERSION.md index b82e445..9ec5113 100644 --- a/frontend/VERSION.md +++ b/frontend/VERSION.md @@ -1,6 +1,6 @@ # Frontend Version Management -## Current Version: 0.1.23 +## Current Version: 0.1.25 The frontend version is managed independently from the backend. diff --git a/frontend/package.json b/frontend/package.json index 4623cbc..4c8be3c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bamort-frontend", - "version": "0.1.23", + "version": "0.1.25", "private": true, "license": "SEE LICENSE IN LICENSE", "type": "module", diff --git a/frontend/public/Abgrund-DD2.jpg b/frontend/public/Abgrund-DD2.jpg deleted file mode 100644 index adfde2b..0000000 Binary files a/frontend/public/Abgrund-DD2.jpg and /dev/null differ diff --git a/frontend/public/Castle.png b/frontend/public/Castle.png new file mode 100644 index 0000000..01751ce Binary files /dev/null and b/frontend/public/Castle.png differ diff --git a/frontend/public/Drache.png b/frontend/public/Drache.png index aafd311..f78e14a 100644 Binary files a/frontend/public/Drache.png and b/frontend/public/Drache.png differ diff --git a/frontend/public/Drache_fliegend.png b/frontend/public/Drache_fliegend.png new file mode 100644 index 0000000..2e6ed65 Binary files /dev/null and b/frontend/public/Drache_fliegend.png differ diff --git a/frontend/public/bamorty.png b/frontend/public/bamorty.png new file mode 120000 index 0000000..46ddee8 --- /dev/null +++ b/frontend/public/bamorty.png @@ -0,0 +1 @@ +Drache_fliegend.png \ No newline at end of file diff --git a/frontend/public/lp_background.png b/frontend/public/lp_background.png new file mode 120000 index 0000000..2e8275a --- /dev/null +++ b/frontend/public/lp_background.png @@ -0,0 +1 @@ +Castle.png \ No newline at end of file diff --git a/frontend/public/token_default.png b/frontend/public/token_default.png index 6fbc6e3..44d9584 100644 Binary files a/frontend/public/token_default.png and b/frontend/public/token_default.png differ diff --git a/frontend/src/assets/main.css b/frontend/src/assets/main.css index 1ea24f0..f705038 100644 --- a/frontend/src/assets/main.css +++ b/frontend/src/assets/main.css @@ -1617,6 +1617,20 @@ a:focus { } } +/* Fullscreen modal variant */ +.modal-fullscreen { + border-radius: 0; + width: 100vw; + height: 100vh; + max-width: none; + max-height: none; + overflow: hidden; + box-shadow: none; + position: absolute; + top: 0; + left: 0; +} + /* ======================================== CONSOLIDATED BUTTON STYLES ======================================== */ @@ -3811,7 +3825,7 @@ a:focus { display: flex; justify-content: center; align-items: center; - background-image: url('/Abgrund-DD2.jpg'); + background-image: url('/lp_background.png'); background-size: cover; background-position: center; background-repeat: no-repeat; @@ -3845,7 +3859,7 @@ a:focus { } .dragon-image { - max-width: 300px; + max-width: 400px; width: 100%; height: auto; filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3)); diff --git a/frontend/src/components/EquipmentView.vue b/frontend/src/components/EquipmentView.vue index 85549cc..444e6a5 100644 --- a/frontend/src/components/EquipmentView.vue +++ b/frontend/src/components/EquipmentView.vue @@ -49,7 +49,7 @@