This commit is contained in:
TheGiddyLimit
2024-07-10 22:56:03 +01:00
parent 2eeeb0771b
commit 1e72254fcb
12 changed files with 82 additions and 41 deletions

View File

@@ -138,13 +138,19 @@
</table>
</div>
<div class="ve-flex-vh-center mt-2 no-print best-ecgen__hidden">
<button type="button" class="btn btn-success btn-xs mr-2" id="btn-encounterbuild">Encounter Builder</button>
<div id="wrp-profbonusdice" class="ve-flex-v-center mr-2">
<button type="button" class="btn btn-default btn-xs" id="profbonusdice" title="See the Dungeon Master&apos;s Guide, p263.">Use Proficiency Dice</button>
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col best-ecgen__hidden">
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
<button type="button" class="btn btn-success btn-xs mr-2" id="btn-encounterbuild">Encounter Builder</button>
<div id="wrp-profbonusdice" class="ve-flex-v-center">
<button type="button" class="btn btn-default btn-xs" id="profbonusdice" title="See the Dungeon Master&apos;s Guide, p263.">Use Proficiency Dice</button>
</div>
</div>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Creatures in Tabular Format">Table View</button>
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Creatures in Tabular Format">Table View</button>
</div>
<div class="ve-flex-v-center btn-group" id="btngroup-manager">
<button type="button" class="btn btn-xs btn-primary" name="manage-content">Manage Content</button>
<button type="button" class="btn btn-xs btn-primary" name="manage-prerelease" title="Manage Prerelease Content"><span class="glyphicon glyphicon-wrench"></span></button>

View File

@@ -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"
}
]

View File

@@ -152,9 +152,12 @@
</table>
</div>
<div class="ve-flex-vh-center mt-2 no-print">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Items in Tabular Format">Table View</button>
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col">
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Items in Tabular Format">Table View</button>
</div>
<div class="ve-flex-v-center btn-group" id="btngroup-manager">
<button type="button" class="btn btn-xs btn-primary" name="manage-content">Manage Content</button>
<button type="button" class="btn btn-xs btn-primary" name="manage-prerelease" title="Manage Prerelease Content"><span class="glyphicon glyphicon-wrench"></span></button>

View File

@@ -2,7 +2,7 @@
// in deployment, `IS_DEPLOYED = "<version number>";` 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;

View File

@@ -11,13 +11,19 @@
{{> "listWrpPagecontent" }}
<div class="ve-flex-vh-center mt-2 no-print best-ecgen__hidden">
<button type="button" class="btn btn-success btn-xs mr-2" id="btn-encounterbuild">Encounter Builder</button>
<div id="wrp-profbonusdice" class="ve-flex-v-center mr-2">
<button type="button" class="btn btn-default btn-xs" id="profbonusdice" title="See the Dungeon Master&apos;s Guide, p263.">Use Proficiency Dice</button>
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col best-ecgen__hidden">
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
<button type="button" class="btn btn-success btn-xs mr-2" id="btn-encounterbuild">Encounter Builder</button>
<div id="wrp-profbonusdice" class="ve-flex-v-center">
<button type="button" class="btn btn-default btn-xs" id="profbonusdice" title="See the Dungeon Master&apos;s Guide, p263.">Use Proficiency Dice</button>
</div>
</div>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Creatures in Tabular Format">Table View</button>
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Creatures in Tabular Format">Table View</button>
</div>
{{> "btngroupManager" }}
</div>

View File

@@ -5,9 +5,12 @@
{{> "listWrpPagecontent" }}
<div class="ve-flex-vh-center mt-2 no-print">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Items in Tabular Format">Table View</button>
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col">
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Items in Tabular Format">Table View</button>
</div>
{{> "btngroupManager" }}
</div>
</div>

View File

@@ -5,9 +5,12 @@
{{> "listWrpPagecontent" }}
<div class="ve-flex-vh-center mt-2 no-print">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Psionics in Tabular Format">Table View</button>
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col">
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Psionics in Tabular Format">Table View</button>
</div>
{{> "btngroupManager" }}
</div>
</div>

View File

@@ -5,10 +5,16 @@
{{> "listWrpPagecontent" }}
<div class="ve-flex-vh-center mt-2 no-print">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Spells in Tabular Format">Table View</button>
{{> "btngroupManager" }}
<button type="button" class="btn btn-default btn-xs ml-2" id="btn-list-settings" title="Settings"><span class="glyphicon glyphicon-cog"></span></button>
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col">
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Spells in Tabular Format">Table View</button>
</div>
<div class="ve-flex-v-center mobile__mb-2">
{{> "btngroupManager" }}
<button type="button" class="btn btn-default btn-xs ml-2" id="btn-list-settings" title="Settings"><span class="glyphicon glyphicon-cog"></span></button>
</div>
</div>
</div>

4
package-lock.json generated
View File

@@ -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",

View File

@@ -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",

View File

@@ -123,9 +123,12 @@
</table>
</div>
<div class="ve-flex-vh-center mt-2 no-print">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Psionics in Tabular Format">Table View</button>
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col">
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Psionics in Tabular Format">Table View</button>
</div>
<div class="ve-flex-v-center btn-group" id="btngroup-manager">
<button type="button" class="btn btn-xs btn-primary" name="manage-content">Manage Content</button>
<button type="button" class="btn btn-xs btn-primary" name="manage-prerelease" title="Manage Prerelease Content"><span class="glyphicon glyphicon-wrench"></span></button>

View File

@@ -130,15 +130,21 @@
</table>
</div>
<div class="ve-flex-vh-center mt-2 no-print">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Spells in Tabular Format">Table View</button>
<div class="ve-flex-v-center btn-group" id="btngroup-manager">
<button type="button" class="btn btn-xs btn-primary" name="manage-content">Manage Content</button>
<button type="button" class="btn btn-xs btn-primary" name="manage-prerelease" title="Manage Prerelease Content"><span class="glyphicon glyphicon-wrench"></span></button>
<button type="button" class="btn btn-xs btn-info" name="manage-brew" title="Manage Homebrew"><span class="glyphicon glyphicon-glass"></span></button>
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col">
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Spells in Tabular Format">Table View</button>
</div>
<div class="ve-flex-v-center mobile__mb-2">
<div class="ve-flex-v-center btn-group" id="btngroup-manager">
<button type="button" class="btn btn-xs btn-primary" name="manage-content">Manage Content</button>
<button type="button" class="btn btn-xs btn-primary" name="manage-prerelease" title="Manage Prerelease Content"><span class="glyphicon glyphicon-wrench"></span></button>
<button type="button" class="btn btn-xs btn-info" name="manage-brew" title="Manage Homebrew"><span class="glyphicon glyphicon-glass"></span></button>
</div>
<button type="button" class="btn btn-default btn-xs ml-2" id="btn-list-settings" title="Settings"><span class="glyphicon glyphicon-cog"></span></button>
</div>
<button type="button" class="btn btn-default btn-xs ml-2" id="btn-list-settings" title="Settings"><span class="glyphicon glyphicon-cog"></span></button>
</div>
</div>
</div>