-
+
{#each [{ tabs: palettesTabs, name: "Palettes" }, { tabs: currentPalTabs, name: "Current Palette" }] as { tabs, name }}
diff --git a/apps/color-buddy/src/content-modules/ComparePal.svelte b/apps/color-buddy/src/content-modules/ComparePal.svelte index cd10c3c9..8a210927 100644 --- a/apps/color-buddy/src/content-modules/ComparePal.svelte +++ b/apps/color-buddy/src/content-modules/ComparePal.svelte @@ -163,6 +163,8 @@ colorSpace={$configStore.compareBackgroundSpace} />
+
 
+  
{#if ComparisonPal !== undefined} -
+
+ colorStore.setCurrentPalColors(colors)} + colorSpace={currentPal.colorSpace} + colors={currentPal.colors} + /> +
+ - - + {#if focusedColors.length === 1}
+
{/if} + @@ -70,9 +78,7 @@ {/if} - colorStore.setCurrentPalColors(colors)} - colorSpace={currentPal.colorSpace} - colors={currentPal.colors} - /> +
+ +
diff --git a/apps/color-buddy/src/content-modules/MainColumn.svelte b/apps/color-buddy/src/content-modules/MainColumn.svelte index c0e2b1b4..7fbbae72 100644 --- a/apps/color-buddy/src/content-modules/MainColumn.svelte +++ b/apps/color-buddy/src/content-modules/MainColumn.svelte @@ -66,6 +66,15 @@ colorSpace={$configStore.channelPickerSpaceBackground} />
+
+ +
- - - +
+
+
-
+
-
Add Color
+
Add Color
-
+
{ @@ -57,7 +57,7 @@ }} optionsAreColors={true} searchOptions={Object.keys(colorCentersFromStoneHeer)} - placeholder="e.g. purple or red" + placeholder="e.g. UW purple or Utah red" runSearch={(x) => { getColorForSearch(x); }} diff --git a/apps/color-buddy/src/controls/AdjustColor.svelte b/apps/color-buddy/src/controls/AdjustColor.svelte index 1b67ba6d..cc0a1455 100644 --- a/apps/color-buddy/src/controls/AdjustColor.svelte +++ b/apps/color-buddy/src/controls/AdjustColor.svelte @@ -72,7 +72,9 @@ {#if focusedColors.length >= 1}
-
Adjust selected colors
+
+ Adjust selected color{focusedColors.length > 1 ? "s" : ""} +
{#each actions as action} +