Commit Graph

374 Commits

Author SHA1 Message Date
Gregory Schier 57a05d5486 Fix up some of the new formatting stuff 2024-10-22 08:07:56 -07:00
Gregory Schier e216214085 Custom JSON formatter that works with template syntax (#128) 2024-10-21 15:17:14 -07:00
Gregory Schier 57c3a86799 Animate up instead of down when dropdowns open up 2024-10-18 11:22:05 -07:00
Gregory Schier c652df82a3 Fix SSE event selection 2024-10-17 11:28:10 -07:00
Gregory Schier c8342fb0a9 Delete send history for workspace 2024-10-17 11:17:27 -07:00
Gregory Schier 30c4178269 Disable autocomplete/correct/etc in plain input 2024-10-14 21:46:48 -07:00
Gregory Schier dffe6e0a16 Intelligent readonly editor updates, to preserve scroll 2024-10-14 10:40:09 -07:00
Gregory Schier 0d982057a5 Add proxy setting for HTTP requests (#127) 2024-10-12 20:55:09 -07:00
Gregory Schier d754e7233d Server sent event response viewer (#126) 2024-10-11 06:52:32 -07:00
Gregory Schier da6baf72f5 Response Streaming (#124) 2024-10-09 16:27:37 -07:00
Gregory Schier 2ca30bcb31 Fix Codemirror undo history 2024-10-09 12:00:52 -07:00
Gregory Schier 4a81818d05 Add descriptions to template functions 2024-10-09 11:25:51 -07:00
Gregory Schier 0f4d3bdbb5 Allow space in dropdown filter text 2024-10-09 09:54:07 -07:00
Gregory Schier 4b7712df80 Better Dropdown size calculation for scrolling when not enough room 2024-10-02 16:17:28 -07:00
Gregory Schier bb1ba93676 Better KeyValueRow sizing 2024-10-02 11:22:20 -07:00
Gregory Schier e401e8f1cf Fix response header table sizing 2024-10-02 08:22:38 -07:00
Gregory Schier 4160e5b1c4 Make prompt() to return null on cancel 2024-10-02 05:54:44 -07:00
Gregory Schier 89ff25cd54 Fix variables in bulk editor 2024-10-02 05:10:34 -07:00
Gregory Schier 7e4f807f75 Add prompt() plugin API (#121) 2024-10-01 08:32:42 -07:00
Gregory Schier 6060ddcd87 Add aliases field to template functions 2024-09-30 18:28:52 -07:00
Gregory Schier 1c5e62a468 Set max-width on toast 2024-09-29 07:20:56 -07:00
Gregory Schier f5e8c525e9 Add brackets to URL regex 2024-09-28 14:31:18 -07:00
Gregory Schier 9f7f06a142 Don't adhere to wrapLines in single-line inputs 2024-09-25 22:16:35 -07:00
Gregory Schier 7d97404c11 Improved querystring import on paste (#110) 2024-09-25 08:03:19 -07: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 a18271d306 Sort Codemirror widgets Fixes #101 2024-09-20 05:45:04 -07:00
Gregory Schier ed368cd251 Fix pair editor adding new entry when clicking below 2024-09-19 08:55:35 -07:00
Gregory Schier d9fb7f1b21 Fix autoSelect for PlainInput.tsx 2024-09-19 08:03:18 -07:00
Gregory Schier 99e91a692b Fix lint issue 2024-09-19 06:27:02 -07:00
Gregory Schier 24ea76e753 Better native app styling. Hopefully this fixes the issue!
Fixes #97
2024-09-19 06:19:16 -07:00
Gregory Schier 844d795014 Namespaced template functions (#95) 2024-09-18 05:36:37 -07:00
Gregory Schier 974ecd511d Fix replacement 2024-09-16 08:11:38 -07:00
Gregory Schier 72649b670e Link to docs in plugin settings 2024-09-16 08:06:32 -07:00
Gregory Schier 8913833157 Parse and import querystring on paste (#89) 2024-09-15 11:41:26 -07:00
Gregory Schier 590ea559e3 Make variable dialog more clear
Closes #73
2024-09-12 07:19:32 -07:00
Gregory Schier ed48e1d52a Fix * breaking response URL detection
Fixes #71
2024-09-11 07:34:58 -07:00
Gregory Schier c02aa4f2d0 Dynamic plugins (#68) 2024-09-06 10:43:25 -07:00
Gregory Schier 48b288b1a6 Fix banner overflow 2024-09-04 07:33:21 -07:00
Gregory Schier d99fe98347 Separate active tabs per request 2024-09-03 07:52:35 -07:00
Gregory Schier ff459d1570 Separate active tabs per request 2024-09-03 07:33:48 -07:00
Gregory Schier 942f959c36 Request pane context (#70) 2024-09-03 06:18:25 -07:00
Gregory Schier 0b9483954d Request pane context (#69) 2024-09-02 14:36:55 -07:00
Gregory Schier 155d0ce3ba Placeholder CM tags working 2024-09-02 12:35:05 -07:00
Gregory Schier afa64acf83 URL path placeholders 2024-08-30 05:24:07 -07:00
Gregory Schier fdc60445c8 Better content-type detection for editor 2024-08-29 06:07:31 -07:00
Gregory Schier 9320162e22 Special case Response()->response() 2024-08-26 15:26:43 -07:00
Gregory Schier 959ace8720 Clean up code 2024-08-26 15:10:29 -07:00
Gregory Schier c80ebdb156 Node syntaxTree to parse template tags 2024-08-26 11:30:10 -07:00
Gregory Schier 6f6bec5764 Force codemirror to parse more to be able to show code folding 2024-08-23 14:09:28 -07:00