Commit Graph

1396 Commits

Author SHA1 Message Date
Gregory Schier 3e8c556999 Fix white screen 2024-09-02 12:52:42 -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 b3865d383b Detect JSON APIs returning HTML content-type 2024-08-29 10:52:41 -07:00
Gregory Schier fdc60445c8 Better content-type detection for editor 2024-08-29 06:07:31 -07:00
Gregory Schier 690ef02a38 Fix Windows/linux close icon color 2024-08-28 09:46:35 -07:00
Gregory Schier 5f1286ef6f Remove tauri "unstable" feature to fix Codemirror selection 2024-08-28 06:48:02 -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 f404aa53c6 Option to disable telemetry 2024-08-26 12:06:56 -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
Gregory Schier 8d03ba5bdd Fix initial apply text 2024-08-22 12:49:42 -07:00
Gregory Schier 11f811d900 Switch to single quotes for template strings 2024-08-22 12:48:14 -07:00
Gregory Schier 503b7f1c87 Fix deadlock on getting the focused window 2024-08-22 05:46:09 -07:00
Gregory Schier 4c6684623f Some tweaks for beta 2024-08-19 19:10:08 -07:00
Gregory Schier dbfe2dc93d A bit more chaining cleanup 2024-08-19 16:38:28 -07:00
Gregory Schier 96125a0741 A bunch of improvements to chaining 2024-08-19 14:10:44 -07:00
Gregory Schier 0f8aea3afd Actually call template functions 2024-08-19 10:34:22 -07:00
Gregory Schier 1fbcfeaa30 Async template functions working 2024-08-19 06:21:03 -07:00
Gregory Schier ec22191409 Colored autocompletion icons 2024-08-17 05:47:05 -07:00
Gregory Schier aa85ecb618 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 a7f0fadeae Fix sidebar scroll into view 2024-08-15 09:09:18 -07:00
Gregory Schier 6bc697e4a7 Fix some more styles 2024-08-15 05:58:09 -07:00
Gregory Schier 795aaae2f5 Keep sidebar and cmd+p items in view 2024-08-15 05:50:38 -07:00
Gregory Schier 522d293087 Request actions in command palette 2024-08-15 05:37:10 -07:00
Gregory Schier 637e5196c3 Request actions (#65) 2024-08-14 15:31:52 -07:00
Gregory Schier c484dd4041 Start on plugin ctx API (#64) 2024-08-14 06:42:54 -07:00
Gregory Schier 5eef910b8c Variable value as title attr 2024-08-13 10:19:21 -07:00
Gregory Schier ed214367d3 Fix dollar sign in Twig grammar 2024-08-13 10:12:09 -07:00
Gregory Schier c69bee251d Fix rose pine themes 2024-08-13 07:51:26 -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 ecc7192bde Don't persist settings tab 2024-08-10 08:10:14 -07:00
Gregory Schier 08ea48b996 Better curl import 2024-08-10 07:53:26 -07:00
Gregory Schier 2f9532cf53 Catch clipboard errors 2024-08-10 07:33:10 -07:00
Gregory Schier dab10d79fe Don't show unnamed variables in autocomplete 2024-08-10 07:09:23 -07:00
Gregory Schier d5b0b5481c Append [DEV] to window title in dev 2024-08-09 15:35:21 -07:00
Gregory Schier fbaf750c91 Correctly wrap small dialog text 2024-08-09 14:28:20 -07:00
Gregory Schier 877f9ce15a GraphQL variables now reset if entire thing deleted 2024-08-09 14:05:38 -07:00
Gregory Schier 6232a46ca8 Fix body change setting headers/method 2024-08-09 08:33:49 -07:00
Gregory Schier fb847ac1f0 Switch to proper log plugin 2024-08-09 07:49:48 -07:00
Gregory Schier ffb7ab55be Fix variable regex 2024-08-09 07:41:52 -07:00
Gregory Schier 3c4df087ea Fix lint errors 2024-08-09 06:58:36 -07:00
Gregory Schier b5eed9bf9d Fix xpath filtering 2024-08-08 22:54:15 -07:00
Gregory Schier 3153a38b7b Better TS type generation 2024-08-08 22:07:05 -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 e5511922bf Use @yaakapp/api in models 2024-08-01 15:14:33 -07:00
Gregory Schier 5639e358bc Start of plugin types refactor 2024-07-31 14:56:55 -07:00
Gregory Schier a3988188f3 More flexible placeholder match 2024-07-31 07:42:18 -07:00