mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #282] [MERGED] Better environment color picker #205
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/282
Author: @gschier
Created: 10/26/2025
Status: ✅ Merged
Merged: 10/26/2025
Merged by: @gschier
Base:
main← Head:better-env-color-picker📝 Commits (3)
5ffc68cBetter environment color pickercacd404Rearrange colors076d501PR comments📊 Changes
10 files changed (+233 additions, -64 deletions)
View changed files
📝
src-web/commands/createEnvironment.tsx(+20 -20)➕
src-web/components/ColorIndicator.tsx(+25 -0)➕
src-web/components/CreateEnvironmentDialog.tsx(+68 -0)📝
src-web/components/EnvironmentColorIndicator.tsx(+7 -16)📝
src-web/components/EnvironmentColorPicker.tsx(+12 -11)📝
src-web/components/EnvironmentEditDialog.tsx(+8 -11)📝
src-web/components/core/ColorPicker.tsx(+87 -2)📝
src-web/components/core/Icon.tsx(+2 -0)📝
src-web/lib/model_util.ts(+1 -1)📝
src-web/lib/showColorPicker.tsx(+3 -3)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.