[PR #63] [MERGED] Use new theme vars #27

Closed
opened 2025-12-29 07:18:58 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: use-new-theme-vars


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/63 **Author:** [@gschier](https://github.com/gschier) **Created:** 8/13/2024 **Status:** ✅ Merged **Merged:** 8/13/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `use-new-theme-vars` --- ### 📝 Commits (2) - [`955502f`](https://github.com/mountain-loop/yaak/commit/955502f9d8e52db57d6055ef413e0a210d2a4a73) Almost done porting theme vars - [`53f1b19`](https://github.com/mountain-loop/yaak/commit/53f1b19f800fb81a56bd1e2ad145556fd9024959) Tweaks and fixes ### 📊 Changes **79 files changed** (+1122 additions, -1013 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description This PR swaps the theme to use the new stuff from the Theme Studio --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:18:58 +01:00
adam closed this issue 2025-12-29 07:18:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#27