diff --git a/README.md b/README.md index d65e3465..80e0ca15 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ First time you start it up you should also run `yarn prep data` - [ ] Bug: rotate in polar coordinates doesn't work right - [ ] Ad hoc lints seem possible, do a spike - [ ] Directional subtlies for aligns, they do not work in polar also +- [ ] Bug: make a selection. interpolate it. undo the interpolation, crash. Proposed solution: if the number of points changes clear the selection? +- [x] Show simulated colors on examples, add a gray scale check - [x] Bug: if comparing the same palette in two spaces, make a change and the space reverts - [x] Compare: should show the values a pal preview - [x] Deselect: In the row of colors, clicking on a selected color should deselect it diff --git a/src/App.svelte b/src/App.svelte index ba454a82..db8213e6 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -17,7 +17,6 @@ import Background from "./components/Background.svelte"; import SetColorSpace from "./controls/SetColorSpace.svelte"; import PalPreview from "./components/PalPreview.svelte"; - import Sort from "./controls/Sort.svelte"; import SuggestName from "./controls/SuggestName.svelte"; import GetColorsFromString from "./controls/GetColorsFromString.svelte"; import NewPal from "./controls/NewPal.svelte"; @@ -68,7 +67,7 @@