Commit Graph

1087 Commits

Author SHA1 Message Date
Gregory Schier
f8b317e94b Rename var 2024-08-30 05:39:58 -07:00
Gregory Schier
ef0fdb4b16 Check for updates less often on stable 2024-08-30 05:39:29 -07:00
Gregory Schier
f2f1d9affa Only check for updates once per day 2024-08-30 05:36:30 -07:00
Gregory Schier
c73262b037 URL path placeholders 2024-08-30 05:24:07 -07:00
Gregory Schier
f8936e7b76 Detect JSON APIs returning HTML content-type 2024-08-29 10:52:41 -07:00
Gregory Schier
0d20e0fe29 Better content-type detection for editor 2024-08-29 06:07:31 -07:00
Gregory Schier
ba626a6b3e Fix Windows/linux close icon color 2024-08-28 09:46:35 -07:00
Gregory Schier
1e18933178 Kill plugin manager before NSIS update on Windows v2024.8.2 2024-08-28 09:14:39 -07:00
Gregory Schier
97a4770464 Remove tauri "unstable" feature to fix Codemirror selection 2024-08-28 06:48:02 -07:00
Gregory Schier
db02dbcaa4 Hotfix for window focusing v2024.8.1 2024-08-27 16:56:04 -07:00
Gregory Schier
badcbc7aef Special case Response()->response() v2024.8.0 2024-08-26 15:26:43 -07:00
Gregory Schier
4b91601b98 Clean up code 2024-08-26 15:10:29 -07:00
Gregory Schier
93e0202b86 Default template fn args 2024-08-26 13:10:22 -07:00
Gregory Schier
e75d6abe33 Option to disable telemetry v2024.8.0-beta.5 2024-08-26 12:06:56 -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 v2024.8.0-beta.4 2024-08-23 14:09:28 -07:00
Gregory Schier
1aa2839c51 Publish plugin-runtime-types 2024-08-23 13:37:47 -07:00
Gregory Schier
8d3260f394 Fix recursive plugin call locking 2024-08-23 13:20:48 -07:00
Gregory Schier
7e194b9148 Surface plugin error on import 2024-08-23 11:53:40 -07:00
Gregory Schier
f4abc1c7cb Fix initial apply text v2024.8.0-beta.3 2024-08-22 12:49:42 -07:00
Gregory Schier
6766bc8f59 Switch to single quotes for template strings 2024-08-22 12:48:14 -07:00
Gregory Schier
adda44e861 Pass render purpose to render 2024-08-22 11:27:55 -07:00
Gregory Schier
6aab017d3b Move to workspace crate 2024-08-22 10:49:51 -07:00
Gregory Schier
68c1dca9d1 Fix compile 2024-08-22 06:30:19 -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
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
06517417b7 Fix some more styles 2024-08-15 05:58:09 -07:00
Gregory Schier
d924709b0c Keep sidebar and cmd+p items in view 2024-08-15 05:50:38 -07:00
Gregory Schier
6d274cea56 Request actions in command palette 2024-08-15 05:37:10 -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
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
6ed6e3e0e0 Fix rose pine themes 2024-08-13 07:51:26 -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
352ffe9415 Don't show unnamed variables in autocomplete 2024-08-10 07:09:23 -07:00
Gregory Schier
e461851f6f Append [DEV] to window title in dev 2024-08-09 15:35:21 -07:00
Gregory Schier
673f2920a1 Fix gRPC request creation v2024.8.0-beta.2 2024-08-09 14:37:43 -07:00
Gregory Schier
e4ba408534 Correctly wrap small dialog text 2024-08-09 14:28:20 -07:00
Gregory Schier
96ae1d467b GraphQL variables now reset if entire thing deleted 2024-08-09 14:05:38 -07:00