From 4d8e8a8f659e9d4e5847ec52183e769a1826a7ea Mon Sep 17 00:00:00 2001 From: MrSnowy Date: Sun, 13 Apr 2025 16:02:04 +0200 Subject: [PATCH] =?UTF-8?q?V25.4.13=20Added=20a=20CHANGELOG.md=20and=20a?= =?UTF-8?q?=20Boosty=20donation=20button=20for=20red-prig=20=E2=9D=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_html/CHANGELOG.md | 13 +++++++++++++ public_html/_parts/navbar.html | 27 +++++++++++++++++++-------- public_html/_parts/required.js | 16 +++++++++++++--- public_html/app.js | 2 +- public_html/compatibility/app.js | 4 ---- public_html/compatibility/index.html | 14 +++++++------- public_html/compatibility/styles.css | 15 +++++++++++---- public_html/index.html | 2 +- 8 files changed, 65 insertions(+), 28 deletions(-) create mode 100644 public_html/CHANGELOG.md diff --git a/public_html/CHANGELOG.md b/public_html/CHANGELOG.md new file mode 100644 index 0000000..55a8d28 --- /dev/null +++ b/public_html/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Calendar Versioning](https://calver.org/): `YY.0M.0D`. + +## 25.04.13 +- Added a [changelog](https://fpps4.net/CHANGELOG.md) with Calender Versioning: `YY.0M.0D` +- Added a boosty donation button on the header of the compatibility list +- Made the winter themed snow only appear on December and January +- Made the background of the compatibility list on white mode a bit blueish + - This makes the snow visible on white mode, and it also looks pretty good :3 +- Misc small cleanups to code \ No newline at end of file diff --git a/public_html/_parts/navbar.html b/public_html/_parts/navbar.html index 1a4df09..fc169c7 100644 --- a/public_html/_parts/navbar.html +++ b/public_html/_parts/navbar.html @@ -38,41 +38,52 @@ filter: invert(1); } - .gh-logo, .dc-logo, .menu-icon, .lightModeButton, .logo { + .boosty-logo, .gh-logo, .dc-logo, .menu-icon, .lightModeButton, .logo { cursor: pointer; border-radius: 0.5rem; } - /*.seperator {*/ - /* margin: 0 0.1rem 0 0.8rem;*/ - /* height: 2rem;*/ - /* border-right: 0.25rem solid var(--selected);*/ - /* border-radius: 0.25rem;*/ - /*}*/ + .seperator { + margin: 0 0.1rem 0 0.8rem; + height: 2rem; + border-right: 0.25rem solid var(--selected); + border-radius: 0.25rem; + } .smolImage {height: 1.5rem; width: 1.5rem;} .bigImage {height: 2.5rem; width: 2.5rem;} + .boosty-image { + height: 2.8rem; + } .gh-logo, .dc-logo {padding: 0.38rem;} .dc-logo {margin-right: 1.2vw;} .lightMode .navbar-right, .lightMode .logo {filter: invert(0);} .lightMode .logo span {filter: invert(0);} - .menu-icon:hover, .gh-logo:hover, .dc-logo:hover, .lightModeButton:hover, .logo:hover {background-color: #00000014;}/* hover effect */ + .menu-icon:hover, .gh-logo:hover, .dc-logo:hover, .lightModeButton:hover, .logo:hover, .boosty-logo:hover {background-color: #00000014;}/* hover effect */