mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-12 04:10:34 +01:00
[PR #31] [MERGED] Theme system refactor #8
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/31
Author: @gschier
Created: 5/17/2024
Status: ✅ Merged
Merged: 5/22/2024
Merged by: @gschier
Base:
master← Head:theme-refactor📝 Commits (10+)
1750143PoC foreground/background colors102a553Buttons (mostly) done. Bet time42f8c18Buttons are good nowa64d9feNew Color class and refactor3865257Start converting borders and other thingsb281894Banners and other fixes6f9d507Started on light theme86361acTHeme agnostic color functionsf7e92ccSyntax colors9b08d65Some fixes for light mode📊 Changes
82 files changed (+911 additions, -741 deletions)
View changed files
📝
package-lock.json(+1 -1)📝
package.json(+1 -1)📝
src-tauri/tauri.conf.json(+2 -2)📝
src-web/components/BinaryFileEditor.tsx(+3 -3)📝
src-web/components/CommandPalette.tsx(+3 -3)📝
src-web/components/CookieDialog.tsx(+1 -1)📝
src-web/components/DropMarker.tsx(+1 -1)📝
src-web/components/EmptyStateText.tsx(+3 -1)📝
src-web/components/EnvironmentActionsDropdown.tsx(+2 -2)📝
src-web/components/EnvironmentEditDialog.tsx(+4 -4)📝
src-web/components/ExportDataDialog.tsx(+2 -2)📝
src-web/components/GlobalHooks.tsx(+3 -2)📝
src-web/components/GraphQLEditor.tsx(+2 -2)📝
src-web/components/GrpcConnectionLayout.tsx(+3 -2)📝
src-web/components/GrpcConnectionMessagesPane.tsx(+19 -21)📝
src-web/components/GrpcConnectionSetupPane.tsx(+6 -7)📝
src-web/components/GrpcEditor.tsx(+3 -3)📝
src-web/components/GrpcProtoSelection.tsx(+2 -2)📝
src-web/components/ImportCurlButton.tsx(+3 -3)📝
src-web/components/Overlay.tsx(+2 -2)...and 62 more files
📄 Description
It doesn't look any different, but it is!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.