Refactor receipt handling by removing status options from the server-side logic and simplifying the default status to "New". Update the receipt form to eliminate the status selection, enhancing user experience by focusing on essential fields. Improve image upload handling with WebP conversion support in both receipt creation and editing components.
This commit is contained in:
+7
-7
@@ -1,7 +1,6 @@
|
||||
import {
|
||||
Icon_default
|
||||
} from "./chunk-MR7TRD3U.js";
|
||||
import "./chunk-2LGM3QYM.js";
|
||||
} from "./chunk-SK3R2OSP.js";
|
||||
import {
|
||||
check_target,
|
||||
hmr,
|
||||
@@ -10,11 +9,11 @@ import {
|
||||
snippet,
|
||||
spread_props,
|
||||
wrap_snippet
|
||||
} from "./chunk-LDPLLRRU.js";
|
||||
} from "./chunk-XGKSMLPM.js";
|
||||
import {
|
||||
append,
|
||||
comment
|
||||
} from "./chunk-UKTTYZCO.js";
|
||||
} from "./chunk-7XW5QO7S.js";
|
||||
import {
|
||||
FILENAME,
|
||||
HMR,
|
||||
@@ -23,12 +22,13 @@ import {
|
||||
noop,
|
||||
pop,
|
||||
push
|
||||
} from "./chunk-UWLXLUJC.js";
|
||||
} from "./chunk-SWXNV5Y3.js";
|
||||
import "./chunk-XWATFG4W.js";
|
||||
import "./chunk-U7P2NEEE.js";
|
||||
import "./chunk-HNWPC2PS.js";
|
||||
import "./chunk-OHYQYV5R.js";
|
||||
import "./chunk-U7P2NEEE.js";
|
||||
import "./chunk-X4VJQ2O3.js";
|
||||
import "./chunk-2LGM3QYM.js";
|
||||
import "./chunk-LYA4E26T.js";
|
||||
|
||||
// node_modules/@lucide/svelte/dist/icons/x.svelte
|
||||
X[FILENAME] = "node_modules/@lucide/svelte/dist/icons/x.svelte";
|
||||
|
||||
Reference in New Issue
Block a user