[mod] webawesome 3.2.1
This commit is contained in:
parent
1d27f16a2c
commit
ebcb1b2c57
5 changed files with 296 additions and 208 deletions
|
|
@ -70,26 +70,7 @@
|
|||
<div class="left-column-header">EXPLORER</div>
|
||||
<div class="details-container">
|
||||
<div class="details-wrapper">
|
||||
|
||||
|
||||
|
||||
<details id="symPanel" open>
|
||||
<summary>OUTLINE
|
||||
<!-- <wa-dropdown id="symOptions" style="display:inline-block;float:right;">
|
||||
<wa-icon id="symTrigger" library="tabler" name="dots-vertical" slot="trigger"></wa-icon>
|
||||
<wa-dropdown-item type="checkbox" value="canvas" checked>Follow cursor</wa-dropdown-item>
|
||||
|
||||
<wa-divider></wa-divider>
|
||||
<wa-dropdown-item type="checkbox" value="position" checked>sort by:
|
||||
Position</wa-dropdown-item>
|
||||
<wa-dropdown-item type="checkbox" value="name">sort by: Name</wa-dropdown-item>
|
||||
<wa-dropdown-item type="checkbox" value="category">sort by: Category</wa-dropdown-item>
|
||||
</wa-dropdown> -->
|
||||
</summary>
|
||||
<qd-list id="symList" style="flex-grow:1;"></qd-list>
|
||||
</details>
|
||||
|
||||
<wa-details id="workspacePanel" open="open" icon-placement="start">
|
||||
<wa-details id="workspacePanel" open="open" icon-placement="start">
|
||||
<div slot="summary">
|
||||
WORKSPACE
|
||||
<wa-dropdown id="workspaceOptions" style="display:inline-block;float:right;">
|
||||
|
|
@ -110,13 +91,29 @@
|
|||
</div>
|
||||
</wa-details>
|
||||
|
||||
<details id="msgPanel">
|
||||
<summary>MESSAGES
|
||||
<i id="msgIcon" class='codicon codicon-kebab-vertical' style="float:right"></i>
|
||||
</summary>
|
||||
<qd-list id="msgList" style="flex-grow:1;"></qd-list>
|
||||
</details>
|
||||
<wa-details id="symPanel" open icon-placement="start">
|
||||
<div slot="summary">OUTLINE
|
||||
<wa-dropdown id="symOptions" style="float:right;">
|
||||
<wa-icon id="symTrigger" library="tabler" name="dots-vertical" slot="trigger"></wa-icon>
|
||||
<wa-dropdown-item type="checkbox" value="canvas" checked>Follow cursor</wa-dropdown-item>
|
||||
|
||||
<wa-divider></wa-divider>
|
||||
<wa-dropdown-item type="checkbox" value="position" checked>sort by:
|
||||
Position</wa-dropdown-item>
|
||||
<wa-dropdown-item type="checkbox" value="name">sort by: Name</wa-dropdown-item>
|
||||
<wa-dropdown-item type="checkbox" value="category">sort by: Category</wa-dropdown-item>
|
||||
</wa-dropdown>
|
||||
</summary>
|
||||
<qd-list id="symList" style="flex-grow:1;"></qd-list>
|
||||
</div>
|
||||
</wa-details>
|
||||
|
||||
<wa-details id="msgPanel" icon-placement="start">
|
||||
<div slot="summary">MESSAGES
|
||||
<i id="msgIcon" class='codicon codicon-kebab-vertical' style="float:right"></i>
|
||||
</div>
|
||||
<qd-list id="msgList" style="flex-grow:1;"></qd-list>
|
||||
</wa-details>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue