38 Commits

Author SHA1 Message Date
Gregory Schier
ef80216ca1 Decouple core Yaak logic from Tauri (#354) 2026-01-08 20:44:25 -08:00
Gregory Schier
ec3e2e16a9 Switch to BiomeJS (#306) 2025-11-23 08:38:13 -08:00
Gregory Schier
b3414ee60f Fix ephemeral response body reading 2025-09-22 14:07:25 -07:00
Gregory Schier
eb3d1c409b Merge pull request #256
* Update environment model to get ready for request/folder environments

* Folder environments in UI

* Folder environments working

* Tweaks and fixes

* Tweak environment encryption UX

* Tweak environment encryption UX

* Address comments

* Update fn name

* Add tsc back to lint rules

* Update src-web/components/EnvironmentEditor.tsx

* Merge remote-tracking branch 'origin/folder-environments' into folder…
2025-09-21 07:54:26 -07:00
Gregory Schier
0e28079965 Fix GraphQL introspection breaking app
https://feedback.yaak.app/p/workspace-crash-when-graphql-introspection-returns-unexpected-response
2025-08-02 09:58:53 -07:00
Gregory Schier
2fcd2a3c07 Fix docs explorer cmd+click 2025-07-15 07:02:08 -07:00
Gregory Schier
f00adf6fce A bunch of responsiveness fixes 2025-07-09 14:24:29 -07:00
Gregory Schier
a3f50a2bb7 Clean up GraphQL explorer 2025-07-08 07:44:50 -07:00
Gregory Schier
af230a8f45 Separate model for GQL introspection data (#222) 2025-06-01 06:56:00 -07:00
Gregory Schier
faca29c789 Fix key/value re-render issue 2025-04-20 07:08:46 -07:00
Gregory Schier
1ab937aae4 Fix infinite GraphQL render loop 2025-04-17 14:45:33 -07:00
Gregory Schier
d86549f492 Always show GQL schema dropdown.
Fixes https://feedback.yaak.app/p/unable-to-disable-graphql-automatic-introspection
2025-03-21 07:28:08 -07:00
Gregory Schier
ad4d695b75 Fix environment activation and setting active cookie jar 2025-01-13 07:15:01 -08:00
Gregory Schier
ec999015ab Fixed the circular imports and things 2024-12-20 23:49:15 -08:00
Gregory Schier
23c026126f Tweak schema menu 2024-11-16 15:17:26 -08:00
Gregory Schier
ff9abab547 More control over GraphQL introspection 2024-11-16 14:27:13 -08:00
Gregory Schier
101b6284d6 [WIP] Refactor to NPM workspaces (#104) 2024-09-22 21:27:10 -07:00
Gregory Schier
e4e888c47a Don't introspect schema on interval 2024-09-06 10:37:10 -07:00
Gregory Schier
c484dd4041 Start on plugin ctx API (#64) 2024-08-14 06:42:54 -07:00
Gregory Schier
ecc7192bde Don't persist settings tab 2024-08-10 08:10:14 -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
9520359e62 Move GraphQL introspection out of LocalStorage 2024-06-18 09:43:28 -07:00
Gregory Schier
896e3d5831 Upgrade to Tauri 2.0 (#23) 2024-05-04 14:14:19 -07:00
Gregory Schier
b177993f8a Fix adding header if not exist 2024-03-10 17:10:16 -07:00
Gregory Schier
597664d6f9 Remove Escape from hotkeys 2024-02-27 18:58:41 -08:00
Gregory Schier
fd9056179d Introspection tweak 2024-02-26 17:24:44 -08:00
Gregory Schier
3ad06be9d6 Format GraphQL variables 2023-11-17 07:51:03 -08:00
Gregory Schier
92dcbedf2a Minor tweaks 2023-11-12 21:16:42 -08:00
Gregory Schier
5fd16b922c Request body is now an object 2023-11-12 11:16:12 -08:00
Gregory Schier
b35c692d58 Add basic analytics 2023-11-07 09:53:59 -08:00
Gregory Schier
2e72cad591 Fix sending of ephemeral requests 2023-10-30 08:24:49 -07:00
Gregory Schier
5dae591c79 Retry button on introspection errors 2023-06-12 13:20:42 -07:00
Gregory Schier
2297ee2a1d Persist introspection queries and also improve 2023-05-31 21:29:41 -07:00
Gregory Schier
465ccdd2b2 Fix graphql instrospection 2023-05-29 12:31:34 -07:00
Gregory Schier
c941cb6989 Support binary responses! 2023-04-13 18:48:40 -07:00
Gregory Schier
ceefbd1de1 Show response headers 2023-04-01 23:43:22 -07:00
Gregory Schier
35e25842be Refactor sidebar display 2023-04-01 20:58:53 -07:00
Gregory Schier
55ce39e39d Better GraphQL schema fetching 2023-04-01 17:53:36 -07:00