File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
client/gradolatrr_app/src/settings Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 128
128
</script >
129
129
130
130
<div class ="dashboard" style ={` width: ${70 - w }vw ` }>
131
+ <!-- <Modal bind:showModal>
132
+ <h2 slot="header">
133
+ </h2>
134
+ { }
135
+ </Modal> -->
131
136
<!-- <Modal bind:showModal>
132
137
<div class="subheader">Select items to export (default all)</div>
133
138
{#if info != undefined}
239
244
<Button bind:text ={exportText } icon ={" fa-solid fa-arrow-right-from-bracket" } on:message ={exportData }/>
240
245
241
246
<p class =" subheader" >Import</p >
242
- <p class =" note" >Import your grades <span > | See example file</span ></p >
247
+ <p class =" note" >Import your grades <span > |
248
+ <span on:click ={() => {showModal = true ;} } class =" hover" >See example file</span >
249
+ </span ></p >
243
250
<Button bind:text ={importText } icon ={" fa-solid fa-arrow-right-to-bracket" } on:message ={importData }/>
244
251
245
252
<p class =" subheader" >Support</p >
265
272
</div >
266
273
</div >
267
274
</div >
268
-
269
275
</div >
270
276
271
277
<style >
274
280
padding-bottom : 0px ;
275
281
}
276
282
283
+ .hover :hover {
284
+ cursor : pointer ;
285
+ }
286
+
277
287
.note {
278
288
color : #717171 ;
279
289
font-size : 15px ;
You can’t perform that action at this time.
0 commit comments