Simpl-Resultat/src-tauri/src/commands
le king fu 531624bcb4
All checks were successful
PR Check / rust (push) Successful in 25m28s
PR Check / frontend (push) Successful in 2m33s
PR Check / rust (pull_request) Successful in 25m38s
PR Check / frontend (pull_request) Successful in 2m44s
feat(prices): Rust Tauri command fetch_price + tests
- Add fetch_price command with PriceResponse and FetchPriceError types
- Privacy-strict header policy (Authorization, Accept, User-Agent only)
- Rename SIMPL_API_URL -> MAXIMUS_API_URL across src-tauri
- 7+ mockito tests covering happy path, 401/403/404/429/5xx, and header allowlist
- Fix pre-existing clippy warnings (doc_overindented_list_items, is_multiple_of)

Closes #155
2026-04-27 08:23:18 -04:00
..
account_cache.rs feat: HMAC-sign cached account info to close subscription tampering (#80) 2026-04-14 08:07:47 -04:00
auth_commands.rs feat: HMAC-sign cached account info to close subscription tampering (#80) 2026-04-14 08:07:47 -04:00
backup_commands.rs feat(categories): add restore backup banner and permanent restore action (#122) 2026-04-20 21:47:43 -04:00
balance_commands.rs feat(prices): Rust Tauri command fetch_price + tests 2026-04-27 08:23:18 -04:00
entitlements.rs fix: temporarily open auto-update to Free edition 2026-04-13 14:11:16 -04:00
export_import_commands.rs feat: add data export/import with optional AES-256-GCM encryption (#3) 2026-02-15 11:40:28 +00:00
feedback_commands.rs feat: feedback hub widget in Settings Logs card (#67) 2026-04-17 14:36:26 +00:00
fs_commands.rs feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00
license_commands.rs feat(prices): Rust Tauri command fetch_price + tests 2026-04-27 08:23:18 -04:00
mod.rs feat(balance): add compute_account_return Tauri command 2026-04-25 16:23:14 -04:00
profile_commands.rs feat(prices): Rust Tauri command fetch_price + tests 2026-04-27 08:23:18 -04:00
return_calculator.rs feat(prices): Rust Tauri command fetch_price + tests 2026-04-27 08:23:18 -04:00
token_store.rs feat: migrate OAuth tokens to OS keychain via token_store (#78) 2026-04-13 19:41:54 -04:00