Skip to content

Commit 9230396

Browse files
author
Dennis Labordus
committed
Refactor CoMPAS Versions Tab, added delete buttons.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 0ef335a commit 9230396

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

__snapshots__/compas-versions-plugin.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,28 +66,62 @@
6666
<section tabindex="0">
6767
<h1>
6868
[compas.versions.title]
69+
<mwc-icon-button icon="delete_forever">
70+
</mwc-icon-button>
6971
</h1>
7072
<mwc-list>
7173
<mwc-list-item
7274
aria-disabled="false"
75+
graphic="control"
76+
hasmeta=""
7377
mwc-list-item=""
7478
tabindex="0"
7579
>
7680
demo_station1 (1.0.0)
81+
<span
82+
slot="graphic"
83+
style="width: 90px"
84+
>
85+
<mwc-icon>
86+
restore
87+
</mwc-icon>
88+
<mwc-icon>
89+
delete
90+
</mwc-icon>
91+
</span>
7792
</mwc-list-item>
7893
<mwc-list-item
7994
aria-disabled="false"
95+
graphic="control"
96+
hasmeta=""
8097
mwc-list-item=""
8198
tabindex="-1"
8299
>
83100
demo_station1 (2.0.0)
101+
<span
102+
slot="graphic"
103+
style="width: 90px"
104+
>
105+
<mwc-icon>
106+
restore
107+
</mwc-icon>
108+
<mwc-icon>
109+
delete
110+
</mwc-icon>
111+
</span>
84112
</mwc-list-item>
85113
<mwc-list-item
86114
aria-disabled="false"
115+
graphic="control"
87116
mwc-list-item=""
88117
tabindex="-1"
89118
>
90119
3b572a56-51cc-479b-97fd-e404ebf9ae67 (2.1.0)
120+
<span
121+
slot="graphic"
122+
style="width: 90px"
123+
>
124+
</span>
91125
</mwc-list-item>
92126
</mwc-list>
93127
</section>

0 commit comments

Comments
 (0)