mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-04-22 07:58:01 +03:00
Major 2.0 (#51)
- Added cloud storage for sets - WeblySleek UI font replaced with Segoe fonts - Reworked icons (#55) - Removed changelog auto-opening on install - 'Contributors' option replaced with 'Changelog' one - Added icons to menu items - Updated UI with Fluent UI compliance - Added tooltip on how to use selective activation (#57) - Added Italian language (#52) by @blackcat-917 - Added Brazilian Portuguese language (#53) by @amandafilizola - Updated Firefox CI/CD config - Updated README: rearranged badges and added demo GIF - Updated documentation Co-authored-by: Michael Gordeev <michael@xfox111.net> Co-authored-by: blackcat-917 <53786619+blackcat-917@users.noreply.github.com> Co-authored-by: Amanda de Paiva Filizola <amandapaivafilizola@gmail.com> Co-authored-by: Amine A <15179425+AmineI@users.noreply.github.com> Co-authored-by: Dustin Jiang <56217843+Dustin-Jiang@users.noreply.github.com>
This commit is contained in:
+40
-20
@@ -19,27 +19,43 @@
|
||||
<aside class="tabsAside pane">
|
||||
<header>
|
||||
<h1 loc="name">Tabs aside</h1>
|
||||
<button loc_alt="options" class="btn more" title="Options"></button>
|
||||
<button loc_alt="options" class="btn more" title="Options"><span class="updateBadge"></span></button>
|
||||
|
||||
<nav>
|
||||
<p>
|
||||
<input type="checkbox" id="loadOnRestore" />
|
||||
<label loc="loadOnRestore" for="loadOnRestore">Load tabs on restore</label>
|
||||
</p>
|
||||
<p>
|
||||
<input type="checkbox" id="swapIconAction" />
|
||||
<label loc="swapIconAction" for="swapIconAction">Set tabs aside on extension icon click (Alt+P or right-click to open the pane)</label>
|
||||
</p>
|
||||
<p>
|
||||
<input type="checkbox" id="showDeleteDialog" />
|
||||
<label loc="showDeleteDialog" for="showDeleteDialog">Show confirmation dialog before deleting an item</label>
|
||||
</p>
|
||||
<label class="checkbox control">
|
||||
<input id="loadOnRestore" type="checkbox" />
|
||||
<span class="mark"></span>
|
||||
<span loc="loadOnRestore">Load tabs on restore</span>
|
||||
</label>
|
||||
<label class="checkbox control">
|
||||
<input id="swapIconAction" type="checkbox" />
|
||||
<span class="mark"></span>
|
||||
<span loc="swapIconAction">Set tabs aside on extension icon click (Alt+P or right-click to open the pane)</span>
|
||||
</label>
|
||||
<label class="checkbox control">
|
||||
<input id="showDeleteDialog" type="checkbox" />
|
||||
<span class="mark"></span>
|
||||
<span loc="showDeleteDialog">Show confirmation dialog before deleting an item</span>
|
||||
</label>
|
||||
<hr />
|
||||
<div>
|
||||
<button loc="github" value="https://github.com/xfox111/TabsAsideExtension">Visit GitHub page</button>
|
||||
<button loc="contributors" value="https://github.com/XFox111/TabsAsideExtension/graphs/contributors">Project contributors</button>
|
||||
<button loc="feedback" feedback-button>Leave feedback</button>
|
||||
<button loc="buyMeACoffee" value="https://buymeacoffee.com/xfox111">Buy me a coffee!</button>
|
||||
<button value="https://github.com/xfox111/TabsAsideExtension">
|
||||
<img src="icons/github.svg"/>
|
||||
<span loc="github">Visit GitHub page</span>
|
||||
</button>
|
||||
<button value="https://github.com/XFox111/TabsAsideExtension/releases/latest">
|
||||
<img src="icons/list.svg"/>
|
||||
<span loc="changelog">Changelog</span>
|
||||
<span class="updateBadge"></span>
|
||||
</button>
|
||||
<button feedback-button>
|
||||
<img src="icons/feedback.svg"/>
|
||||
<span loc="feedback">Leave feedback</span>
|
||||
</button>
|
||||
<button value="https://buymeacoffee.com/xfox111">
|
||||
<img style="filter: none !important;" src="icons/bmc.svg"/>
|
||||
<span loc="buyMeACoffee">Buy me a coffee!</span>
|
||||
</button>
|
||||
</div>
|
||||
<hr />
|
||||
<p>
|
||||
@@ -48,8 +64,12 @@
|
||||
</p>
|
||||
</nav>
|
||||
|
||||
<button loc_alt="closePanel" class="btn remove" title="Close panel"></button>
|
||||
<a class="saveTabs"><span class="iconArrowRight"></span> <span loc="setAside">Set current tabs aside</span></a>
|
||||
<button loc_alt="closePanel" class="btn remove" title="Close panel"></button>
|
||||
<a class="saveTabs">
|
||||
<span class="iconArrowRight"></span>
|
||||
<span loc="setAside">Set current tabs aside</span>
|
||||
<span loc_alt="setMultipleTabsAsideTooltip" class="iconQuestionCircle" title="Tip : You can set aside specific tabs by selecting them (by holding CTRL or SHIFT and clicking on the tabs) before clicking on the TabsAside extension"></span>
|
||||
</a>
|
||||
|
||||
<div class="listviewSwitch tile">
|
||||
<div></div>
|
||||
@@ -73,4 +93,4 @@
|
||||
<script type="text/javascript" src="js/aside-script.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user