Commit Graph

132 Commits

Author SHA1 Message Date
Gregory Schier ed214367d3 Fix dollar sign in Twig grammar 2024-08-13 10:12:09 -07:00
Gregory Schier c9b4e6181c 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 dab10d79fe Don't show unnamed variables in autocomplete 2024-08-10 07:09:23 -07:00
Gregory Schier 6232a46ca8 Fix body change setting headers/method 2024-08-09 08:33:49 -07:00
Gregory Schier ffb7ab55be Fix variable regex 2024-08-09 07:41:52 -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 a3988188f3 More flexible placeholder match 2024-07-31 07:42:18 -07:00
Gregory Schier ff3b32ba64 Add timestamp() to template fns 2024-07-30 14:04:33 -07:00
Gregory Schier 9d2de4a0b1 Fix fold gutter icon direction 2024-07-30 13:58:30 -07:00
Gregory Schier ba9b914303 Fix button styles 2024-06-20 12:55:13 -07:00
Gregory Schier 0545c2d598 Editor autocomplete same font size as editor 2024-06-18 09:43:51 -07:00
Gregory Schier cbfd259436 REvert other thing 2024-06-17 17:05:51 -07:00
Gregory Schier f2213ff4e8 Fix editor tags wrapping behavior 2024-06-17 17:05:29 -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 4a88e80669 Bulk editor (#45)
Bulk editor for all pair editors except multipart/form-data
2024-06-07 13:42:08 -07:00
Gregory Schier a0b08614f0 Preserve JSON/XPath filter (Closes #22) 2024-06-03 13:49:51 -07:00
Gregory Schier f4c91d131c Don't send request on completion (Fixes #27) 2024-06-03 07:49:13 -07:00
Gregory Schier 5127de831a Fix autocomplete for environment editor names 2024-06-02 17:52:51 -07:00
Gregory Schier b13207072a Tweak appearance settings 2024-05-30 12:32:12 -07:00
Gregory Schier a481cf403d Tweak settings for release 2024-05-30 10:28:59 -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 a936038f23 Hotdog stand 2024-05-23 10:14:07 -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 8925fe9892 Fix autocomplete 2024-05-14 14:47:33 -07:00
Gregory Schier 4894677599 Autocomplete URLs of other requests 2024-05-13 23:54:52 -07:00
Gregory Schier 19d2574e33 Fix paste handler in Editor.tsx 2024-05-09 23:17:43 -07:00
Gregory Schier bf4eee72df Import from Curl 2024-05-09 07:31:52 -07:00
Gregory Schier b8d5e5cecb Space between var placeholders and code fold cursor 2024-03-22 10:42:35 -07:00
Gregory Schier 25de5460ad Tweak checkbox and autocomplete styles 2024-03-19 17:08:06 -07:00
Gregory Schier e2166d8a26 Fix editor key events 2024-03-18 13:40:15 -07:00
Gregory Schier 3a9d4045d0 Obfuscate environment variables 2024-03-16 10:42:46 -07:00
Gregory Schier 6e102175c0 Remove completion debug blur thing 2024-03-10 16:46:18 -07:00
Gregory Schier ef8528d2b4 Clickable links in response viewer 2024-03-10 13:41:44 -07:00
Gregory Schier 9dc2435e43 Fix GraphQL content type on creation, and placeholder 2024-02-28 13:04:17 -08:00
Gregory Schier fd9056179d Introspection tweak 2024-02-26 17:24:44 -08:00
Gregory Schier ac1f4395d2 Tweak editor find/replace 2024-02-26 17:17:37 -08:00
Gregory Schier d5afc37dd7 Fix find/replace CM styling 2024-02-26 17:07:09 -08:00
Gregory Schier c2f3fac22b Autocomplete icons and transfer proto files on duplicate 2024-02-26 07:39:53 -08:00
Gregory Schier 06177c8077 Add pkg locks 2024-02-24 18:19:16 -08:00
Gregory Schier ad890e01b0 Got json-schema autocomplete working again 2024-02-24 16:22:22 -08:00
Gregory Schier fd044005a6 More analytics, and cancel requests 2024-02-24 11:30:07 -08:00
Gregory Schier d953a75073 Render gRPC message body 2024-02-18 00:14:26 -08:00
Gregory Schier 4d97dce6b1 Adjust placeholder error colors 2024-02-15 21:15:18 -08:00
Gregory Schier a1b4d24907 Better button highlight border 2024-02-15 15:55:32 -08:00
Gregory Schier b0a341b29f Better variable placeholder styles 2024-02-13 16:32:17 -08:00
Gregory Schier 27112a39f8 Tab-to-indent in editor 2024-02-11 14:16:36 -08:00
Gregory Schier 0a33a32475 Make editor variables more prominent 2024-02-11 14:16:25 -08:00
Gregory Schier 017de296a0 Fix editor selection/cursor and lint errors 2024-02-09 14:32:58 -08:00