Commit Graph

286 Commits

Author SHA1 Message Date
Gregory Schier bd02206df2 A bunch of improvements to chaining 2024-08-19 14:10:44 -07:00
Gregory Schier 1193e1d7aa Async template functions working 2024-08-19 06:21:03 -07:00
Gregory Schier 1b63f33d43 Colored autocompletion icons 2024-08-17 05:47:05 -07:00
Gregory Schier 9f04cfb673 Template Tag Function Editor (#67)
![CleanShot 2024-08-15 at 16 53
09@2x](https://github.com/user-attachments/assets/8c0eb655-1daf-4dc8-811f-f606c770f7dc)
2024-08-16 08:31:19 -07:00
Gregory Schier 1fd1a901f8 Fix sidebar scroll into view 2024-08-15 09:09:18 -07:00
Gregory Schier d924709b0c Keep sidebar and cmd+p items in view 2024-08-15 05:50:38 -07:00
Gregory Schier b95fa25898 Request actions (#65) 2024-08-14 15:31:52 -07:00
Gregory Schier 12f4c2c668 Start on plugin ctx API (#64) 2024-08-14 06:42:54 -07:00
Gregory Schier b5242b9a3f Use new theme vars (#63)
This PR swaps the theme to use the new stuff from the Theme Studio
2024-08-13 07:44:28 -07:00
Gregory Schier a0950ce5b8 Don't persist settings tab 2024-08-10 08:10:14 -07:00
Gregory Schier 1dd8034cf9 Better curl import 2024-08-10 07:53:26 -07:00
Gregory Schier 7e73b680e6 Catch clipboard errors 2024-08-10 07:33:10 -07:00
Gregory Schier e461851f6f Append [DEV] to window title in dev 2024-08-09 15:35:21 -07:00
Gregory Schier d885e6cb0a Fix body change setting headers/method 2024-08-09 08:33:49 -07:00
Gregory Schier 3050995fed Fix xpath filtering 2024-08-08 22:54:15 -07:00
Gregory Schier ed300dd320 Plugin runtime v2 (#62) 2024-08-08 21:30:59 -07:00
Gregory Schier 989b5a8058 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 c2ce446692 Add rename/delete/send to cmd+k 2024-07-30 15:10:24 -07:00
Gregory Schier d1a2c9622d Fix hotkey state messing up on Enter->submit 2024-07-30 15:10:08 -07:00
Gregory Schier fe9f765c1d Send full request to cmd_send_http_request to prevent
update->send race
2024-07-28 15:33:12 -07:00
Gregory Schier 6e156497da Upgrade Tauri dependencies 2024-07-28 13:44:50 -07:00
Gregory Schier 13183ae837 Better handling of large responses 2024-07-23 08:59:15 -07:00
Gregory Schier f24fd13c45 Better import flow 2024-07-23 08:29:09 -07:00
Gregory Schier 9f7033ab06 Fix notification status code handling 2024-07-23 07:30:47 -07:00
Gregory Schier 994f314cff Better wording for moving workspace 2024-07-22 09:46:46 -07:00
Gregory Schier 1d5f3260e2 NodeJS Plugin Runtime (#53) 2024-07-19 10:41:47 -07:00
Gregory Schier 883fcdb6b8 Update useSaveResponse.tsx 2024-06-27 22:05:41 -07:00
Gregory Schier 5722880890 Better active workspace change notification 2024-06-21 10:11:00 -07:00
Gregory Schier d361a40903 Consolidate any* hooks 2024-06-21 10:01:45 -07:00
Gregory Schier cd9e720835 Add mutationKey everywhere 2024-06-21 09:25:25 -07:00
Gregory Schier 50e2ab3a03 Move request to another workspace (#52) 2024-06-21 09:01:18 -07:00
Gregory Schier c18d30b89f Refactor gRPC reflection! 2024-06-20 12:49:58 -07:00
Gregory Schier 88aeb0e530 Fix GRPC with files not refreshing, and tight render loop 2024-06-20 08:40:10 -07:00
Gregory Schier 085274c960 Move GraphQL introspection out of LocalStorage 2024-06-18 09:43:28 -07:00
Gregory Schier 5b2162e48d Fix flash loading response viewer 2024-06-17 11:43:45 -07:00
Gregory Schier 4485cad9e8 Workspace dropdown to RadioDropdown 2024-06-14 17:07:35 -07:00
Gregory Schier 33763b6d2f Fix plugins 2024-06-13 07:03:50 -07:00
Gregory Schier 57f01d249e Entitlement for v8/Deno 2024-06-12 00:23:32 -07:00
Gregory Schier 26cc467858 Fix delete request in sidebar 2024-06-10 23:17:12 -07:00
Gregory Schier 6215914212 Cmd Palette Improvements (#50)
- Fuzzy matching
- Show hotkeys
- Add actions
2024-06-10 21:37:41 -07:00
Gregory Schier a2dbd7f849 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 5bb9815f4b Remove jump to request hotkey 2024-06-10 09:00:26 -07:00
Gregory Schier 0430ec883b Cmd jump to request 2024-06-09 07:03:16 -07:00
Gregory Schier b0e4ece278 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 392b549646 Deno plugins (#42)
Switch from BoaJS to Deno core
2024-06-07 10:47:41 -07:00
Gregory Schier 993d4dc65d Open workspace pref (#44)
Ability to remember workspace window opening selection.
2024-06-07 09:04:53 -07:00
Gregory Schier a83e094f00 Fix copy-as-curl variables 2024-06-05 06:53:38 -07:00
Gregory Schier dc47c4ceba Preserve JSON/XPath filter (Closes #22) 2024-06-03 13:49:51 -07:00
Gregory Schier b39335dc4f Don't call is_fullscreen so much 2024-06-02 23:38:56 -07:00
Gregory Schier 995cd2aa7b Fade in window contents (Layout) 2024-05-31 09:16:52 -07:00