From 1e72254fcb57f8fe47ca4204e6257403549c4fc5 Mon Sep 17 00:00:00 2001 From: TheGiddyLimit Date: Wed, 10 Jul 2024 22:56:03 +0100 Subject: [PATCH] v1.209.1 --- bestiary.html | 18 ++++++++++----- data/changelog.json | 5 +++++ items.html | 9 +++++--- js/utils.js | 2 +- ...template-list-contentwrapper--bestiary.hbs | 18 ++++++++++----- .../template-list-contentwrapper--items.hbs | 9 +++++--- ...template-list-contentwrapper--psionics.hbs | 9 +++++--- .../template-list-contentwrapper--spells.hbs | 16 +++++++++----- package-lock.json | 4 ++-- package.json | 2 +- psionics.html | 9 +++++--- spells.html | 22 ++++++++++++------- 12 files changed, 82 insertions(+), 41 deletions(-) diff --git a/bestiary.html b/bestiary.html index 23ba6a8..abf6715 100644 --- a/bestiary.html +++ b/bestiary.html @@ -138,13 +138,19 @@ -
- -
- +
+
+ +
+ +
- - + +
+ + +
+
diff --git a/data/changelog.json b/data/changelog.json index a8b6691..885d52e 100644 --- a/data/changelog.json +++ b/data/changelog.json @@ -2731,5 +2731,10 @@ "date": "2024-07-10", "title": "Mind the Step", "txt": "- Added Quests from the Infinite Staircase content\n- Overhauled partnered _[as in, \"partnered on D&D Beyond\"]_ content handling:\n - Added search indexing for partnered homebrew content. When the \"Include Homebrew\" option is enabled in Omnisearch, available partnered homebrew content will be included in the results.\n - Replaced \"Manage Homebrew\" with \"Manage Content\" button set, which includes options to \"Manage Prerelease Content\", \"Manage Homebrew\", and \"Load All Partnered Content\"\n - Added \"Load All Partnered Content\" button to navbar Utilities dropdown, along with an inline \"Export Prerelease Content/Homebrew List as URL\" button _[the latter was previously only accessible via the Prerelease Content Manager/Homebrew Manager UIs]_\n- Added \"Inflicts Curse\" and \"Inflicts Disease\" Bestiary \"Miscellaneous\" filters; added \"Mimicry\" to \"Traits\" filter\n- Added \"Consumable\" Items page \"Miscellaneous\" filter\n- Reworked Deities page `stats: ...` search functionality to search all available information\n- Added \"Download Markdown Data\" right-click option to pinned lists\n- Added middle-click to flip card in Decks page card viewer\n- Added page numbers to Tome of Beasts 1 (2023 Edition); The Book of Many Things\n- Fixed clicking a non-link navbar item resetting the URL hash\n- (Brew) When navigating to the list page link for a homebrew entity which is not yet loaded, that homebrew is _[mostly]_ transparently loaded and displayed\n- (Brew) Added warning when copying a Prerelease Content/Homebrew list URL if \"editable\" Prerelease Content/Homebrew is active\n- (Brew) Fixed Homebrew Builder failing to update/apply \"Source\" selectors\n- (Brew) Fixed crash on specific shared feat prerequisite sets\n- (Fixed typos/added tags)" + }, + { + "ver": "1.209.1", + "date": "2024-07-10", + "txt": "- Improved mobile footer layout on Bestiary, Items, Spells, and Psionics pages" } ] diff --git a/items.html b/items.html index e12090e..b003720 100644 --- a/items.html +++ b/items.html @@ -152,9 +152,12 @@
-
- - +
+
+ + +
+
diff --git a/js/utils.js b/js/utils.js index 0c4cffa..57de726 100644 --- a/js/utils.js +++ b/js/utils.js @@ -2,7 +2,7 @@ // in deployment, `IS_DEPLOYED = "";` should be set below. globalThis.IS_DEPLOYED = undefined; -globalThis.VERSION_NUMBER = /* 5ETOOLS_VERSION__OPEN */"1.209.0"/* 5ETOOLS_VERSION__CLOSE */; +globalThis.VERSION_NUMBER = /* 5ETOOLS_VERSION__OPEN */"1.209.1"/* 5ETOOLS_VERSION__CLOSE */; globalThis.DEPLOYED_IMG_ROOT = undefined; // for the roll20 script to set globalThis.IS_VTT = false; diff --git a/node/generate-pages/template/list/template-list-contentwrapper--bestiary.hbs b/node/generate-pages/template/list/template-list-contentwrapper--bestiary.hbs index 0495030..34c4cbe 100644 --- a/node/generate-pages/template/list/template-list-contentwrapper--bestiary.hbs +++ b/node/generate-pages/template/list/template-list-contentwrapper--bestiary.hbs @@ -11,13 +11,19 @@ {{> "listWrpPagecontent" }} -
- -
- +
+
+ +
+ +
- - + +
+ + +
+ {{> "btngroupManager" }}
diff --git a/node/generate-pages/template/list/template-list-contentwrapper--items.hbs b/node/generate-pages/template/list/template-list-contentwrapper--items.hbs index eff9132..113735a 100644 --- a/node/generate-pages/template/list/template-list-contentwrapper--items.hbs +++ b/node/generate-pages/template/list/template-list-contentwrapper--items.hbs @@ -5,9 +5,12 @@ {{> "listWrpPagecontent" }} -
- - +
+
+ + +
+ {{> "btngroupManager" }}
diff --git a/node/generate-pages/template/list/template-list-contentwrapper--psionics.hbs b/node/generate-pages/template/list/template-list-contentwrapper--psionics.hbs index 9593fbf..c4558cd 100644 --- a/node/generate-pages/template/list/template-list-contentwrapper--psionics.hbs +++ b/node/generate-pages/template/list/template-list-contentwrapper--psionics.hbs @@ -5,9 +5,12 @@ {{> "listWrpPagecontent" }} -
- - +
+
+ + +
+ {{> "btngroupManager" }}
diff --git a/node/generate-pages/template/list/template-list-contentwrapper--spells.hbs b/node/generate-pages/template/list/template-list-contentwrapper--spells.hbs index 0c505a4..153dbbb 100644 --- a/node/generate-pages/template/list/template-list-contentwrapper--spells.hbs +++ b/node/generate-pages/template/list/template-list-contentwrapper--spells.hbs @@ -5,10 +5,16 @@ {{> "listWrpPagecontent" }} -
- - - {{> "btngroupManager" }} - +
+
+ + +
+ +
+ {{> "btngroupManager" }} + + +
diff --git a/package-lock.json b/package-lock.json index d554ebf..346aea0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "5etools", - "version": "1.209.0", + "version": "1.209.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "5etools", - "version": "1.209.0", + "version": "1.209.1", "license": "MIT", "devDependencies": { "5etools-utils": "^0.12.19", diff --git a/package.json b/package.json index aa01a5d..f83c707 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "5etools", "author": "TheGiddyLimit", - "version": "1.209.0", + "version": "1.209.1", "license": "MIT", "description": "A site dedicated to making playing games with your friends as easy as possible.", "type": "module", diff --git a/psionics.html b/psionics.html index e3c65af..9a6e421 100644 --- a/psionics.html +++ b/psionics.html @@ -123,9 +123,12 @@
-
- - +
+
+ + +
+
diff --git a/spells.html b/spells.html index ee6c9c6..7908e8e 100644 --- a/spells.html +++ b/spells.html @@ -130,15 +130,21 @@
-
- - -
- - - +
+
+ + +
+ +
+
+ + + +
+ +
-