Gregory Schier
|
84b8d130dc
|
Some small tweaks for plugins
|
2025-05-11 06:36:50 -07:00 |
|
Gregory Schier
|
94d4227bc1
|
Ability to sync environments to folder (#207)
|
2025-05-08 14:10:07 -07:00 |
|
Gregory Schier
|
77cdea2f9f
|
Merge remote-tracking branch 'origin/master'
|
2025-05-08 08:02:32 -07:00 |
|
Gregory Schier
|
8b1ca4cb47
|
Fix copy response body reference
Closes https://feedback.yaak.app/p/copy-body-only-works-on-first-click
|
2025-05-08 08:02:27 -07:00 |
|
Billzabob
|
3b9b320be2
|
Send cookies for introspection (#204)
|
2025-04-30 10:13:06 -07:00 |
|
Gregory Schier
|
18664975a9
|
Padding on encrypted input
|
2025-04-26 07:33:32 -07:00 |
|
Gregory Schier
|
bb014b7c43
|
Remove folder/environment foreign keys to make sync/import easier, and simplify batch upsert code.
|
2025-04-24 19:57:02 -07:00 |
|
Gregory Schier
|
9fa0650647
|
Add scrollbar to sidebar
Fixes: https://feedback.yaak.app/p/missing-scrollbar-on-request-list
|
2025-04-22 07:48:34 -07:00 |
|
Gregory Schier
|
b8c42677ca
|
Fix cmd+p filtering reference
https://feedback.yaak.app/p/search-doesnt-actually-search-through-all-the-apis
|
2025-04-22 07:46:10 -07:00 |
|
Gregory Schier
|
2eb3c2241c
|
Fix duration tag
Closes: https://feedback.yaak.app/p/elapsed-time-not-stopping-on-failed-request
|
2025-04-22 07:29:17 -07:00 |
|
Gregory Schier
|
52eba74151
|
Handle no text
|
2025-04-22 07:01:48 -07:00 |
|
Gregory Schier
|
e651760713
|
Merge remote-tracking branch 'origin/master'
|
2025-04-22 06:59:11 -07:00 |
|
Gregory Schier
|
82451a26f6
|
Use mimeType for response viewer
|
2025-04-22 06:58:53 -07:00 |
|
jzhangdev
|
cc15f60fb6
|
Fix header layout (#182)
|
2025-04-22 06:51:39 -07:00 |
|
Gregory Schier
|
2f8b2a81c7
|
Fix jotai/index imports
|
2025-04-21 07:08:13 -07:00 |
|
Gregory Schier
|
6d4fdc91fe
|
Fix text decoding when no content-type
Closes https://feedback.yaak.app/p/not-rendering-response
|
2025-04-21 06:54:03 -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
|
45fcea1954
|
Real-time response time
Closes https://feedback.yaak.app/p/real-time-display-of-request-execution-timer
|
2025-04-17 14:16:10 -07:00 |
|
Gregory Schier
|
14a6079176
|
Fix URL grammar for path parameters
|
2025-04-17 06:30:48 -07:00 |
|
Gregory Schier
|
cdf5f1b7a5
|
Fix vite and top-level-await build error
|
2025-04-15 07:57:32 -07:00 |
|
Gregory Schier
|
2e55a1bd6d
|
[WIP] Encryption for secure values (#183)
|
2025-04-15 07:18:26 -07:00 |
|
Gregory Schier
|
e114a85c39
|
Render gRPC request for reflection.
Closes https://feedback.yaak.app/p/grpc-address-reflection-and-address-bar-issues
|
2025-03-31 12:26:07 -07:00 |
|
Gregory Schier
|
92be088e6c
|
useClickOutside account for right click
|
2025-03-31 11:57:50 -07:00 |
|
Gregory Schier
|
f1757ae427
|
Generalized frontend model store (#193)
|
2025-03-31 11:56:17 -07:00 |
|
Gregory Schier
|
ce885c3551
|
port window ext from encryption PR
|
2025-03-26 11:46:55 -07:00 |
|
Gregory Schier
|
17657a4d04
|
plugin:yaak-models|upsert PoC
|
2025-03-26 09:54:42 -07:00 |
|
Gregory Schier
|
b7f62b78b1
|
Clean up DB refactor access (#192)
|
2025-03-26 07:54:58 -07:00 |
|
Gregory Schier
|
006284b99c
|
Fix scrollbars
|
2025-03-25 09:38:15 -07:00 |
|
Gregory Schier
|
bac3968aac
|
Revert scrollbar fix
|
2025-03-25 09:23:45 -07:00 |
|
dependabot[bot]
|
8801936ad2
|
Bump vite from 6.0.6 to 6.0.12 (#191)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-03-25 09:13:56 -07:00 |
|
Gregory Schier
|
1d37d46130
|
Database access refactor (#190)
|
2025-03-25 08:35:10 -07:00 |
|
Gregory Schier
|
445c30f3a9
|
Fix iframe scrollbar
|
2025-03-23 06:57:36 -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
|
4c4eaba7d2
|
Queries now use AppHandle instead of Window (#189)
|
2025-03-20 09:43:14 -07:00 |
|
Andy Bao
|
aa75636026
|
Fix labels in GRPC service/method selector dropdown (#188)
|
2025-03-20 06:07:31 -07:00 |
|
Gregory Schier
|
2c41b243b6
|
Some cleanup around window creation
|
2025-03-20 06:05:17 -07:00 |
|
Gregory Schier
|
6aea343d4f
|
Shorten data directory description
|
2025-03-19 11:41:14 -07:00 |
|
Gregory Schier
|
c300e8cbd5
|
Fix dropdown refresh after Git init
|
2025-03-19 11:35:20 -07:00 |
|
Gregory Schier
|
736025b12f
|
Move editor search to top
|
2025-03-19 08:22:57 -07:00 |
|
Gregory Schier
|
cb9e9a67a3
|
Try registering URL scheme
|
2025-03-19 07:58:12 -07:00 |
|
Gregory Schier
|
93c323458f
|
Tweak Git history table
|
2025-03-19 06:59:54 -07:00 |
|
Gregory Schier
|
afd4228fcf
|
Don't style scrollbars on mac
|
2025-03-19 06:49:14 -07:00 |
|
Gregory Schier
|
d478e5a12e
|
Hotkey scrolling
|
2025-03-19 06:48:29 -07:00 |
|
Gregory Schier
|
0db9ebe67d
|
Better Codemirror search match styles
|
2025-03-19 06:48:07 -07:00 |
|
Gregory Schier
|
80ea5e6b91
|
Fix autoscroller header scrolling
|
2025-03-19 06:37:02 -07:00 |
|
Gregory Schier
|
cb773babe1
|
Nested template functions (#186)
|
2025-03-18 12:49:19 -07:00 |
|
Gregory Schier
|
b9ed554aca
|
Remove useTemplating prop (#184)
|
2025-03-18 05:34:38 -07:00 |
|
Gregory Schier
|
f42f3d0e27
|
Support multi-line params and env vars
|
2025-03-17 09:29:37 -07:00 |
|
Gregory Schier
|
93ba5b6e5c
|
Fix close bracket bug
|
2025-03-13 13:09:13 -07:00 |
|