server: api + doc

This commit is contained in:
nym21
2025-10-09 17:24:44 +02:00
parent 6ad15221de
commit 1821d5d57b
38 changed files with 952 additions and 865 deletions

View File

@@ -386,7 +386,7 @@ export function init({ colors, createChartElement, signals, resources }) {
}),
},
fees: {
percentage: signals.createSignal(/** @type {number | null} */ (0.25), {
percentage: signals.createSignal(/** @type {number | null} */ (1), {
save: {
...serdeOptNumber,
keyPrefix,
@@ -606,8 +606,6 @@ export function init({ colors, createChartElement, signals, resources }) {
resultsElement.append(p2);
const p3 = window.document.createElement("p");
resultsElement.append(p3);
const p4 = window.document.createElement("p");
resultsElement.append(p4);
const owner = signals.getOwner();