1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 22:18:03 +00:00

A lot of improvements

This commit is contained in:
2023-01-20 13:54:57 +01:00
parent 9811235be7
commit 6703950734
14 changed files with 248 additions and 61 deletions

View File

@ -2,6 +2,7 @@
import { input } from '../../../actions';
import { RemoveItems } from '../../../../wailsjs/go/app/App';
import CodeExample from '../../../components/code-example.svelte';
import Icon from '../../../components/icon.svelte';
export let collection;
@ -45,7 +46,9 @@
{/if}
{/key}
</div>
<button type="submit" class="btn">Remove</button>
<button type="submit" class="btn danger">
<Icon name="-" /> Remove
</button>
</div>
</form>