Implement basic saved point editor

This commit is contained in:
ThePetrovich 2025-07-02 15:32:46 +08:00
parent bb390d50dc
commit 0f79cefdac
12 changed files with 414 additions and 41 deletions

View file

@ -0,0 +1,8 @@
<script lang="ts">
import { Datatable, Search, RowsPerPage, RowCount, Pagination } from '@vincjo/datatables'
import { Modal } from '@sveltestrap/sveltestrap';
import { onMount } from 'svelte';
</script>