feat: chord editing prototype

feat: lazy device connections
feat: backup docs
feat: chord library pagination
This commit is contained in:
2023-10-27 19:39:26 +02:00
parent d8f0679233
commit fc86b31337
13 changed files with 306 additions and 60 deletions

View File

@@ -40,8 +40,14 @@
<div class="separator" />
<button use:action={{title: $LL.saveActions.SAVE(), shortcut: "ctrl+shift+s"}} class="icon">save</button>
{#if $changes.length !== 0}
<button class="click-me" transition:fly={{x: 8}} use:action={{shortcut: "ctrl+s"}}
><span class="icon">bolt</span>{$LL.saveActions.APPLY()}</button
<button
class="click-me"
transition:fly={{x: 8}}
on:click={apply}
use:action={{
title: $LL.changes.TITLE(),
shortcut: "ctrl+s",
}}><span class="icon">bolt</span>{$LL.saveActions.APPLY()}</button
>
{/if}