Journal Section Added

Imported Journal section and tested add new journal, add new page, switch journals and pages, and save changes.

Changed version number to major and minor version placeholders, removed build number (won't use).
This commit is contained in:
johndav2
2024-08-25 08:36:49 -07:00
parent bb4f951efb
commit 1d6cb36c58
2 changed files with 45 additions and 2 deletions
@@ -124,7 +124,7 @@
<div class="grid-minor-screen-version styling-pill theme-minor">
<span data-i18n="sheet-version">Sheet Version</span>
</div>
<input name="attr_static_sheet_settings_version" class="grid-minor-input-version styling-pill-input theme-input" type="text" value="0.0.0" readonly />
<input name="attr_static_sheet_settings_version" class="grid-minor-input-version styling-pill-input theme-input" type="text" value="0.0" readonly />
<div class="grid-minor-screen-size styling-pill theme-minor">
<span data-i18n="size">Size</span>
</div>
@@ -810,7 +810,50 @@
</div>
</div>
</div>
<!--// Journal Here //-->
<div class="section-break"></div>
<div>
<!-- Journal Title -->
<input name="attr_static_journal_accordion_state" class="accordion-journal" type="checkbox" value="1" />
<div class="grid-container-collapsible-title-bar theme-border">
<!-- Title Buttons on Left -->
<!-- Title -->
<div class="grid-minor-section-title theme-title">
<span data-i18n="journal">Journal</span>
</div>
<!-- Title Buttons on Right -->
<div class="grid-minor-title-buttons-right">
<button name="act_static_journal_save_button" class="styling-section-button button-click-animation theme-button" type="action">
<span class="material-icons">save</span>
</button>
<button name="act_static_journal_select_button" class="styling-section-button button-click-animation theme-button" type="action">
<span class="material-icons">auto_stories</span>
</button>
<button name="act_static_journal_edit_button" class="styling-section-button button-click-animation theme-button" type="action">
<span class="material-icons">edit</span>
</button>
<button name="act_static_journal_accordion_button" class="styling-section-button accordion-button button-click-animation theme-button" type="action">
<span class="material-icons expand">expand_less</span>
</button>
<input name="static_journal_accordion_state" type="hidden" value="1" />
</div>
</div>
<div class="styling-border theme-border accordion-journal">
<div class="container-journal styling-background theme-background">
<input name="attr_static_journal_visible_id" type="hidden" value="0" readonly />
<div class="grid-major-journal">
<div class="grid-minor-journal-page styling-pill theme-major">
<span data-i18n="page">Page</span>
</div>
<input name="attr_static_journal_page_number" class="grid-minor-input-page styling-pill-input theme-input-major" type="text" value="1" readonly />
<div class="grid-minor-journal-title styling-pill theme-major">
<span data-i18n="title">Title</span>
</div>
<input name="attr_static_journal_title_name" class="grid-minor-input-title styling-long-pill-input theme-input-major" type="text" value="Default Journal Entry" readonly />
<textarea name="attr_static_journal_page_entry" class="grid-minor-input-entry styling-big-pill-textarea-journal theme-input-major" placeholder="Enter text here" wrap="soft"></textarea>
</div>
</div>
</div>
</div>
</div>
<!--// GM SHEET //-->
<div class="charactersheet-gm">
Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 310 KiB