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

Loose JSON parsing. Many UI improvements.

This commit is contained in:
2023-02-19 17:26:32 +01:00
parent 7ac1587c95
commit 78540622ee
25 changed files with 211 additions and 130 deletions

View File

@ -3,7 +3,7 @@
import Icon from './icon.svelte';
import FormInput from './forminput.svelte';
import contextMenu from '$lib/stores/contextmenu';
import { resolveKeypath, setValue } from '$lib/keypaths';
import { resolveKeypath, setValue } from '$lib/objects';
export let items = [];
export let columns = [];