Gregory Schier
b4a1c418bb
Run oxfmt across repo, add format script and docs
...
Add .oxfmtignore to skip generated bindings and wasm-pack output.
Add npm format script, update DEVELOPMENT.md for Vite+ toolchain,
and format all non-generated files with oxfmt.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-13 10:15:49 -07:00
Gregory Schier
f1757ae427
Generalized frontend model store ( #193 )
2025-03-31 11:56:17 -07:00
Gregory Schier
9d8b7a5265
Tweak getting content type
2025-02-23 06:25:53 -08:00
Gregory Schier
8ad7ac0bef
Clean up model fetching and loading states
2025-01-20 13:44:11 -08:00
Gregory Schier
806a8eb801
Remove useToast everywhere
2025-01-06 12:21:21 -08:00
Gregory Schier
ec999015ab
Fixed the circular imports and things
2024-12-20 23:49:15 -08:00
Gregory Schier
51a11b6495
Switch to useMutation in some places
2024-12-20 17:38:41 -08:00
Gregory Schier
27134a52ad
Performance sweep ( #147 )
2024-12-20 17:31:15 -08:00
Gregory Schier
101b6284d6
[WIP] Refactor to NPM workspaces ( #104 )
2024-09-22 21:27:10 -07:00
Gregory Schier
93633875ac
snake_case icons and better toast styles
2024-09-20 07:30:11 -07:00
Gregory Schier
f967820f12
Model and DB refactor ( #61 )
...
- [x] Move from `sqlx` to `rusqlite`
- [x] Generate TS types from Rust models
2024-08-05 07:58:20 -07:00
Gregory Schier
38e0882dd1
Better handling of large responses
2024-07-23 08:59:15 -07:00
Gregory Schier
7e5408fc92
Update useSaveResponse.tsx
2024-06-27 22:05:41 -07:00
Gregory Schier
146fc133f0
Add mutationKey everywhere
2024-06-21 09:25:25 -07:00
Gregory Schier
d29e503309
Fix GRPC with files not refreshing, and tight render loop
2024-06-20 08:40:10 -07:00
Gregory Schier
f0c7a83134
Download Active Response ( #49 )
...
This PR prompts you to save un-previewable file types and adds an option
to save to the response history.
2024-06-10 16:36:09 -07:00