|
@ -205,7 +205,6 @@ tag app |
|
|
<[d:flex fld:column jc:space-between ai:center w:100%]> |
|
|
<[d:flex fld:column jc:space-between ai:center w:100%]> |
|
|
if settings_active |
|
|
if settings_active |
|
|
<.buttons> |
|
|
<.buttons> |
|
|
<.button@click=handle_click_export> "EXPORT" |
|
|
|
|
|
if loading_import |
|
|
if loading_import |
|
|
<.button.disabled> "IMPORT" |
|
|
<.button.disabled> "IMPORT" |
|
|
else |
|
|
else |
|
@ -216,6 +215,8 @@ tag app |
|
|
@click=(this.value = '') |
|
|
@click=(this.value = '') |
|
|
type="file" |
|
|
type="file" |
|
|
> |
|
|
> |
|
|
|
|
|
<.button@click=handle_click_export> "EXPORT" |
|
|
|
|
|
<.button@click=(global.location.href="https://github.com/familyfriendlymikey/fuzzyhome")> "HELP" |
|
|
else |
|
|
else |
|
|
<input$input |
|
|
<input$input |
|
|
@hotkey('mod+k').capture=$input..focus |
|
|
@hotkey('mod+k').capture=$input..focus |
|
|