mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-12 04:10:34 +01:00
[PR #63] [MERGED] Use new theme vars #27
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/63
Author: @gschier
Created: 8/13/2024
Status: ✅ Merged
Merged: 8/13/2024
Merged by: @gschier
Base:
master← Head:use-new-theme-vars📝 Commits (2)
955502fAlmost done porting theme vars53f1b19Tweaks and fixes📊 Changes
79 files changed (+1122 additions, -1013 deletions)
View changed files
📝
.eslintrc.cjs(+32 -29)📝
src-tauri/gen/schemas/capabilities.json(+1 -1)📝
src-web/components/CommandPalette.tsx(+5 -5)📝
src-web/components/CookieDialog.tsx(+3 -3)📝
src-web/components/DefaultLayout.tsx(+1 -1)📝
src-web/components/DropMarker.tsx(+1 -1)📝
src-web/components/EmptyStateText.tsx(+2 -2)📝
src-web/components/EnvironmentActionsDropdown.tsx(+2 -2)📝
src-web/components/EnvironmentEditDialog.tsx(+5 -5)📝
src-web/components/ExportDataDialog.tsx(+3 -3)📝
src-web/components/GrpcConnectionLayout.tsx(+1 -1)📝
src-web/components/GrpcConnectionMessagesPane.tsx(+11 -11)📝
src-web/components/GrpcConnectionSetupPane.tsx(+2 -2)📝
src-web/components/GrpcProtoSelection.tsx(+3 -3)📝
src-web/components/HeaderSize.tsx(+1 -1)📝
src-web/components/ImportDataDialog.tsx(+1 -1)📝
src-web/components/Overlay.tsx(+1 -1)📝
src-web/components/RecentRequestsDropdown.tsx(+2 -2)📝
src-web/components/RecentResponsesDropdown.tsx(+3 -5)📝
src-web/components/RequestMethodDropdown.tsx(+1 -1)...and 59 more files
📄 Description
This PR swaps the theme to use the new stuff from the Theme Studio
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.