Gregory Schier
b5eed9bf9d
Fix xpath filtering
2024-08-08 22:54:15 -07:00
Gregory Schier
063e6cf00c
Plugin runtime v2 ( #62 )
2024-08-08 21:30:59 -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
86856e3506
Add rename/delete/send to cmd+k
2024-07-30 15:10:24 -07:00
Gregory Schier
a75b1a3472
Fix hotkey state messing up on Enter->submit
2024-07-30 15:10:08 -07:00
Gregory Schier
3618fc198c
Send full request to cmd_send_http_request to prevent
...
update->send race
2024-07-28 15:33:12 -07:00
Gregory Schier
c8a99a6603
Upgrade Tauri dependencies
2024-07-28 13:44:50 -07:00
Gregory Schier
38e0882dd1
Better handling of large responses
2024-07-23 08:59:15 -07:00
Gregory Schier
ac8b1c018b
Better import flow
2024-07-23 08:29:09 -07:00
Gregory Schier
ad6b8a126a
Fix notification status code handling
2024-07-23 07:30:47 -07:00
Gregory Schier
9c08c5fea8
Better wording for moving workspace
2024-07-22 09:46:46 -07:00
Gregory Schier
102bd588c2
NodeJS Plugin Runtime ( #53 )
2024-07-19 10:41:47 -07:00
Gregory Schier
7e5408fc92
Update useSaveResponse.tsx
2024-06-27 22:05:41 -07:00
Gregory Schier
fdc96001db
Better active workspace change notification
2024-06-21 10:11:00 -07:00
Gregory Schier
b6cd6e415a
Consolidate any* hooks
2024-06-21 10:01:45 -07:00
Gregory Schier
146fc133f0
Add mutationKey everywhere
2024-06-21 09:25:25 -07:00
Gregory Schier
3b784378bf
Move request to another workspace ( #52 )
2024-06-21 09:01:18 -07:00
Gregory Schier
3c12b14572
Refactor gRPC reflection!
2024-06-20 12:49:58 -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
9520359e62
Move GraphQL introspection out of LocalStorage
2024-06-18 09:43:28 -07:00
Gregory Schier
0317c46f8f
Fix flash loading response viewer
2024-06-17 11:43:45 -07:00
Gregory Schier
b49081cd06
Workspace dropdown to RadioDropdown
2024-06-14 17:07:35 -07:00
Gregory Schier
6c331ed734
Fix plugins
2024-06-13 07:03:50 -07:00
Gregory Schier
b9c6d9d877
Entitlement for v8/Deno
2024-06-12 00:23:32 -07:00
Gregory Schier
6e4ee0045f
Fix delete request in sidebar
2024-06-10 23:17:12 -07:00
Gregory Schier
47fcb8bad4
Cmd Palette Improvements ( #50 )
...
- Fuzzy matching
- Show hotkeys
- Add actions
2024-06-10 21:37:41 -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
Gregory Schier
3875f90fea
Remove jump to request hotkey
2024-06-10 09:00:26 -07:00
Gregory Schier
dd483dbdd8
Cmd jump to request
2024-06-09 07:03:16 -07:00
Gregory Schier
f9412e6d8f
Add command palette ( #46 )
...
This PR finished the initial PoC command palette. It currently only
supports switching between requests and workspaces, but can easily be
extended for more.
2024-06-07 21:59:57 -07:00
Gregory Schier
acfc254a58
Deno plugins ( #42 )
...
Switch from BoaJS to Deno core
2024-06-07 10:47:41 -07:00
Gregory Schier
f43b38c893
Open workspace pref ( #44 )
...
Ability to remember workspace window opening selection.
2024-06-07 09:04:53 -07:00
Gregory Schier
558b429807
Fix copy-as-curl variables
2024-06-05 06:53:38 -07:00
Gregory Schier
a0b08614f0
Preserve JSON/XPath filter ( Closes #22 )
2024-06-03 13:49:51 -07:00
Gregory Schier
09953ff7d5
Don't call is_fullscreen so much
2024-06-02 23:38:56 -07:00
Gregory Schier
a1102d2ba6
Fade in window contents (Layout)
2024-05-31 09:16:52 -07:00
Gregory Schier
a481cf403d
Tweak settings for release
2024-05-30 10:28:59 -07:00
Gregory Schier
0b4e367dfc
Unlisten to window event and fix hotkeys
2024-05-30 00:29:01 -07:00
Gregory Schier
e4022cf532
Window title working again
2024-05-30 00:11:55 -07:00
Gregory Schier
b942c22b20
Fix window stoplights
2024-05-29 22:59:34 -07:00
Gregory Schier
fbc684140b
Custom font sizes and better zoom
2024-05-29 12:10:01 -07:00
Gregory Schier
f3024a259e
More theme stuff
2024-05-24 17:36:48 -07:00
Gregory Schier
9e6bce0e41
More themes!
2024-05-23 09:40:11 -07:00
Gregory Schier
ab33630ef6
Set window title on Mac
2024-05-23 09:40:00 -07:00
Gregory Schier
56acec473b
A bunch more theme stuff
2024-05-22 23:14:53 -07:00
Gregory Schier
4c5087659b
Theme system refactor ( #31 )
2024-05-21 17:56:06 -07:00
Gregory Schier
cbbc01a7c6
Toast after data export
2024-05-14 00:36:15 -07:00
Gregory Schier
3f40f36217
Fixed asset:// loading and tweak curl stuff
2024-05-13 23:20:30 -07:00
Gregory Schier
50dc494b58
Better notifications
2024-05-13 16:52:20 -07:00
Gregory Schier
22aa14cdc2
Improve copy-as-curl
2024-05-13 11:30:10 -07:00