File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ function refreshView() {
107
107
<span >{{ v.text }}:</span >
108
108
<el-select
109
109
:model-value =" v.active"
110
+ filterable
110
111
size =" small"
111
112
fit-input-width
112
113
w-36
@@ -139,10 +140,21 @@ function refreshView() {
139
140
</div >
140
141
141
142
<div flex =" ~ gap-4" text-lg >
142
- <button i-ri-refresh-line hover:color-primary @click =" refreshView" />
143
- <button i-ri-share-line hover:color-primary @click =" copyLink" />
143
+ <button
144
+ i-ri-refresh-line
145
+ title =" Refresh sandbox"
146
+ hover:color-primary
147
+ @click =" refreshView"
148
+ />
149
+ <button
150
+ i-ri-share-line
151
+ title =" Copy link"
152
+ hover:color-primary
153
+ @click =" copyLink"
154
+ />
144
155
<button
145
156
i-ri-sun-line
157
+ title =" Toggle theme"
146
158
dark:i-ri-moon-line
147
159
hover:color-primary
148
160
@click =" toggleDark()"
@@ -159,7 +171,7 @@ function refreshView() {
159
171
<el-popover trigger =" click" width =" 300px" >
160
172
<Settings />
161
173
<template #reference >
162
- <button i-ri:settings-line hover:color-primary />
174
+ <button i-ri:settings-line title = " cdn " hover:color-primary />
163
175
</template >
164
176
</el-popover >
165
177
</div >
You can’t perform that action at this time.
0 commit comments