Commit Graph

148 Commits

Author SHA1 Message Date
Gregory Schier c73262b037 URL path placeholders 2024-08-30 05:24:07 -07:00
Gregory Schier 0d20e0fe29 Better content-type detection for editor 2024-08-29 06:07:31 -07:00
Gregory Schier badcbc7aef Special case Response()->response() 2024-08-26 15:26:43 -07:00
Gregory Schier 4b91601b98 Clean up code 2024-08-26 15:10:29 -07:00
Gregory Schier 24a4e3494e Node syntaxTree to parse template tags 2024-08-26 11:30:10 -07:00
Gregory Schier 124fb35dcd Force codemirror to parse more to be able to show code folding 2024-08-23 14:09:28 -07:00
Gregory Schier f4abc1c7cb Fix initial apply text 2024-08-22 12:49:42 -07:00
Gregory Schier 066b7ea4f4 Fix deadlock on getting the focused window 2024-08-22 05:46:09 -07:00
Gregory Schier 0763c1b9b8 Some tweaks for beta 2024-08-19 19:10:08 -07:00
Gregory Schier 323e27a047 A bit more chaining cleanup 2024-08-19 16:38:28 -07:00
Gregory Schier bd02206df2 A bunch of improvements to chaining 2024-08-19 14:10:44 -07:00
Gregory Schier 3411575ecc Actually call template functions 2024-08-19 10:34:22 -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 12f4c2c668 Start on plugin ctx API (#64) 2024-08-14 06:42:54 -07:00
Gregory Schier e47a2c5fab Variable value as title attr 2024-08-13 10:19:21 -07:00
Gregory Schier fc279f67a1 Fix dollar sign in Twig grammar 2024-08-13 10:12:09 -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 352ffe9415 Don't show unnamed variables in autocomplete 2024-08-10 07:09:23 -07:00
Gregory Schier d885e6cb0a Fix body change setting headers/method 2024-08-09 08:33:49 -07:00
Gregory Schier 7f3492a1f0 Fix variable regex 2024-08-09 07:41:52 -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 1cb86bc1b7 More flexible placeholder match 2024-07-31 07:42:18 -07:00
Gregory Schier ecd8b93bd1 Add timestamp() to template fns 2024-07-30 14:04:33 -07:00
Gregory Schier dd032a9e4d Fix fold gutter icon direction 2024-07-30 13:58:30 -07:00
Gregory Schier 0bb3f14b4c Fix button styles 2024-06-20 12:55:13 -07:00
Gregory Schier c42b8cf538 Editor autocomplete same font size as editor 2024-06-18 09:43:51 -07:00
Gregory Schier 7ef187abf6 REvert other thing 2024-06-17 17:05:51 -07:00
Gregory Schier 12eac34d95 Fix editor tags wrapping behavior 2024-06-17 17:05:29 -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 5e058af03e Bulk editor (#45)
Bulk editor for all pair editors except multipart/form-data
2024-06-07 13:42:08 -07:00
Gregory Schier dc47c4ceba Preserve JSON/XPath filter (Closes #22) 2024-06-03 13:49:51 -07:00
Gregory Schier 8ae0290aed Don't send request on completion (Fixes #27) 2024-06-03 07:49:13 -07:00
Gregory Schier 8f3bdb5039 Fix autocomplete for environment editor names 2024-06-02 17:52:51 -07:00
Gregory Schier e2e026e1ff Tweak appearance settings 2024-05-30 12:32:12 -07:00
Gregory Schier 2caa735a2e Tweak settings for release 2024-05-30 10:28:59 -07:00
Gregory Schier 8cd3961f87 Custom font sizes and better zoom 2024-05-29 12:10:01 -07:00
Gregory Schier 696e72323b More theme stuff 2024-05-24 17:36:48 -07:00
Gregory Schier 80fc4dec09 Hotdog stand 2024-05-23 10:14:07 -07:00
Gregory Schier 8e662e6feb A bunch more theme stuff 2024-05-22 23:14:53 -07:00
Gregory Schier 83aaeb94f6 Theme system refactor (#31) 2024-05-21 17:56:06 -07:00
Gregory Schier 6b373b5985 Fix autocomplete 2024-05-14 14:47:33 -07:00
Gregory Schier 8de917ea5e Autocomplete URLs of other requests 2024-05-13 23:54:52 -07:00
Gregory Schier c6bb2a73f8 Fix paste handler in Editor.tsx 2024-05-09 23:17:43 -07:00
Gregory Schier 25c4e4edaf Import from Curl 2024-05-09 07:31:52 -07:00
Gregory Schier d60a62ab24 Space between var placeholders and code fold cursor 2024-03-22 10:42:35 -07:00
Gregory Schier 829d10d7b9 Tweak checkbox and autocomplete styles 2024-03-19 17:08:06 -07:00
Gregory Schier 88f6e882c6 Fix editor key events 2024-03-18 13:40:15 -07:00
Gregory Schier 33c982b288 Obfuscate environment variables 2024-03-16 10:42:46 -07:00
Gregory Schier 4c7ee5ef80 Remove completion debug blur thing 2024-03-10 16:46:18 -07:00