mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 14:30:24 +01:00
[PR #19] [MERGED] Cookie Support #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/19
Author: @gschier
Created: 1/28/2024
Status: ✅ Merged
Merged: 1/28/2024
Merged by: @gschier
Base:
main← Head:cookie-jar📝 Commits (10+)
d238256Roughly working5390463Back to cookie store until we handle redirectsba8f5ddClean up602b42bAdd name to cookie jar3938174Dialog fixes and pretty cookies table5bf66bfCookie dialog empty statf36bbdfDelete and update cookie jars5441354Proper active cookie jar store1248f60Remove cookie_store depea772dcBump version📊 Changes
45 files changed (+1152 additions, -145 deletions)
View changed files
➕
src-tauri/.sqlx/query-b5ed4dc77f8cf21de1a06f146e47821bdb51fcfe747170bea41e7a366d736bda.json(+12 -0)➕
src-tauri/.sqlx/query-b98609f65dd3a6bbd1ea8dc8bed2840a6d5d13fec1bbc0aa61ca4f60de98a09c.json(+12 -0)➕
src-tauri/.sqlx/query-cb939b45a715d91f7631dea6b2d1bdc59fb3dffbd44ff99bc15adb34ea7093f7.json(+56 -0)➕
src-tauri/.sqlx/query-f2ba4708d4a9ff9ce74c407a730040bd7883e9a5c0eb79ef0d8a6782a8eae299.json(+56 -0)📝
src-tauri/Cargo.lock(+124 -5)📝
src-tauri/Cargo.toml(+3 -1)➕
src-tauri/migrations/20240127013915_cookies.sql(+10 -0)📝
src-tauri/src/analytics.rs(+9 -0)📝
src-tauri/src/http.rs(+90 -11)📝
src-tauri/src/main.rs(+173 -33)📝
src-tauri/src/models.rs(+108 -1)📝
src-tauri/tauri.conf.json(+1 -1)➕
src-web/components/CookieDialog.tsx(+74 -0)➕
src-web/components/CookieDropdown.tsx(+93 -0)📝
src-web/components/EnvironmentActionsDropdown.tsx(+19 -16)📝
src-web/components/EnvironmentEditDialog.tsx(+2 -2)📝
src-web/components/GlobalHooks.tsx(+7 -0)📝
src-web/components/GraphQLEditor.tsx(+35 -33)📝
src-web/components/KeyboardShortcutsDialog.tsx(+1 -1)📝
src-web/components/ResponsePane.tsx(+5 -1)...and 25 more files
📄 Description
This PR adds cookie support to the app.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.