whisper-money/resources/js
Víctor Falcón ceef9cf26f refactor(import): merge storage helpers, keep file preview off the network path
- Merge the two ~identical import-config storage modules into one
  (transaction + balance share the same HTTP logic).
- Show the parsed file immediately and load the saved per-account config
  off the critical path, so a slow or hanging request never blocks the
  preview or Next button; a stale load can't clobber a newer file.
- Drop the dead $hidden on AccountImportConfig (the controller returns
  the raw config blob, never the serialized model).
2026-07-18 13:00:47 +02:00
..
components refactor(import): merge storage helpers, keep file preview off the network path 2026-07-18 13:00:47 +02:00
contexts Move transaction filtering from client-side to server-side (#126) 2026-02-16 12:49:04 +01:00
hooks fix(dashboard): stop negative asset balances inflating net worth (#660) 2026-07-08 15:22:16 +00:00
layouts feat(mcp): read-only MCP server for Pro accounts (#689) 2026-07-17 16:54:15 +02:00
lib refactor(import): merge storage helpers, keep file preview off the network path 2026-07-18 13:00:47 +02:00
pages feat(mcp): lead with Claude Desktop/ChatGPT connect steps, collapse tokens (#695) 2026-07-18 09:49:32 +00:00
providers fix: move community link to user menu (#442) 2026-05-27 17:39:26 +02:00
services feat(transactions): allow editing all fields of manual transactions (#683) 2026-07-16 08:59:10 +02:00
types feat(mcp): read-only MCP server for Pro accounts (#689) 2026-07-17 16:54:15 +02:00
utils feat(currencies): add Swedish Krona (SEK) (#684) 2026-07-16 14:25:33 +00:00
app.tsx feat(onboarding): clarify the "categorize at least 5" goal in the categorizer (#616) 2026-07-01 08:34:51 +02:00
ssr.tsx Remove plaintext-transactions feature flag & E2E references (#116) 2026-02-13 11:10:21 +01:00