[PR #282] [MERGED] Better environment color picker #205

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

📋 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: mainHead: better-env-color-picker


📝 Commits (3)

📊 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

CleanShot 2025-10-26 at 09 11 41@2x

🔄 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/282 **Author:** [@gschier](https://github.com/gschier) **Created:** 10/26/2025 **Status:** ✅ Merged **Merged:** 10/26/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `better-env-color-picker` --- ### 📝 Commits (3) - [`5ffc68c`](https://github.com/mountain-loop/yaak/commit/5ffc68ca9c89a608500272853fc8d4a02168d27a) Better environment color picker - [`cacd404`](https://github.com/mountain-loop/yaak/commit/cacd404f7f07d2bec971776042db475bd446d8aa) Rearrange colors - [`076d501`](https://github.com/mountain-loop/yaak/commit/076d5010b3a4fccb3db8c32759f945288416d37f) PR comments ### 📊 Changes **10 files changed** (+233 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description <img width="1244" height="700" alt="CleanShot 2025-10-26 at 09 11 41@2x" src="https://github.com/user-attachments/assets/44053d4a-cc51-4d05-92c0-4e59ddecf1a5" /> --- <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:19:51 +01:00
adam closed this issue 2025-12-29 07:19:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#205