From 11acf72e6fcafa7a77a5e26a83d2873ff60c1a52 Mon Sep 17 00:00:00 2001 From: Andrew Michael McNutt Date: Sun, 20 Oct 2024 17:14:42 -0600 Subject: [PATCH] various --- apps/color-buddy/src/controls/Config.svelte | 25 +++++++++---------- .../src/controls/InterpolatePoints.svelte | 7 +++++- apps/docs/docs/lang-examples.md | 2 +- .../src/__snapshots__/LintDocs.test.ts.snap | 2 +- .../src/lints/background-contrast.ts | 3 +-- 5 files changed, 21 insertions(+), 18 deletions(-) diff --git a/apps/color-buddy/src/controls/Config.svelte b/apps/color-buddy/src/controls/Config.svelte index 76bde7a..d892748 100644 --- a/apps/color-buddy/src/controls/Config.svelte +++ b/apps/color-buddy/src/controls/Config.svelte @@ -94,7 +94,8 @@
About
- Color buddy is a tool for building color palettes. It was originally + Color buddy is a tool for building color palettes. + You can learn more about it at the{" "} docs. - You can also find the source code on{" "} - - GitHub. - - If you have any feedback or questions, please feel free to reach out via the - github issues page or via email. A small amount of non-identifiable usage data - is collected to help improve the application. + + Feedback (via github issues or email) is welcome. +
+
What is saved and where?
+
+ Palettes are saved in your browser's local storage. They are not shared! + They are not available on other browsers or devices. A small amount of + non-identifiable usage data is collected to help improve the application.
+
Tools