Implement historical context injection for chat messages and enhance settings for persistence
This commit is contained in:
@@ -709,6 +709,10 @@
|
||||
<i class="fa-solid fa-users"></i> <span
|
||||
data-i18n-key="template.trackerEditorModal.tabs.presentCharacters">Present Characters</span>
|
||||
</button>
|
||||
<button class="rpg-editor-tab" data-tab="historyPersistence">
|
||||
<i class="fa-solid fa-clock-rotate-left"></i> <span
|
||||
data-i18n-key="template.trackerEditorModal.tabs.historyPersistence">History Persistence</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="rpg-settings-popup-body">
|
||||
@@ -716,6 +720,7 @@
|
||||
<div id="rpg-editor-tab-userStats" class="rpg-editor-tab-content"></div>
|
||||
<div id="rpg-editor-tab-infoBox" class="rpg-editor-tab-content" style="display: none;"></div>
|
||||
<div id="rpg-editor-tab-presentCharacters" class="rpg-editor-tab-content" style="display: none;"></div>
|
||||
<div id="rpg-editor-tab-historyPersistence" class="rpg-editor-tab-content" style="display: none;"></div>
|
||||
</div>
|
||||
|
||||
<footer class="rpg-settings-popup-footer">
|
||||
|
||||
Reference in New Issue
Block a user