v0.4.8-dev New Release (#3)
# New Features - Added custom prompt mode - Always use the default environment and profile for a more compact UI - Added option to hide the toolbar when it's empty - Added documentation and icon # Fixed bugs - Fixed issue with config returning to defaults - Fixed TOC lag when cards update - Fixed some UI consistency issues - Dynamically show site text char count in popup UI Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
</div>
|
||||
</summary>
|
||||
<div class="panel-body">
|
||||
<div class="inline-fields two appearance-fields">
|
||||
<div class="inline-fields four appearance-fields">
|
||||
<div class="field">
|
||||
<label for="themeSelect">Theme</label>
|
||||
<select id="themeSelect">
|
||||
@@ -122,6 +122,22 @@
|
||||
<option value="bottom-center">Bottom Center</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="alwaysUseDefaultEnvProfileSelect">
|
||||
Always use default ENV/PROFILE
|
||||
</label>
|
||||
<select id="alwaysUseDefaultEnvProfileSelect">
|
||||
<option value="enabled">Enabled</option>
|
||||
<option value="disabled">Disabled</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="emptyToolbarBehaviorSelect">Empty toolbar</label>
|
||||
<select id="emptyToolbarBehaviorSelect">
|
||||
<option value="hide">Hide Toolbar</option>
|
||||
<option value="open">Show "Open SiteCompanion"</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="inline-fields two appearance-toggles">
|
||||
<div class="field">
|
||||
|
||||
Reference in New Issue
Block a user