diff --git a/.gitignore b/.gitignore index a7a5cec..89876e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode/ node_modules/ -note.txt \ No newline at end of file +note.txt +test* \ No newline at end of file diff --git a/TODO.md b/TODO.md index b053e1b..4d5be36 100644 --- a/TODO.md +++ b/TODO.md @@ -1,17 +1,18 @@ # ToDo -- [W] Colorspace selection. +- [ ] Colorspace selection. - [X] Add Aspect ratio awareness. - [X] Move download buttons to preview area. -- [ ] Add Impressum, Datenschutzerklärung and About page. +- [ ] Add Impressum, Datenschutzerklärung and About page. -> Just Links. - [ ] Mention trianglify. - [X] Randomly generate Pattern intensity, Triangle variance and Cell size. - [X] Add random color button as buttongroup next to "regenerate pattern" button. - [X] Switch to a js package manager and deliver js without external cdns. - [ ] Investigate size issue -#- [ ] Use datasets for all values -#- [ ] x, y color allow to set both(buttongroup to switch axis) default for y axis = match +- [ ] Use datasets for all values +- [W] x, y color allow to set both(buttongroup to switch axis) default for y axis = match - [ ] Concept to not overload the UI while preserving all features -#- [ ] Predefinded resolution picker(1080p, 1440p..) +- [ ] Predefinded resolution picker(1080p, 1440p..) - [ ] Add api via get parameters - [ ] share link (api?) - +- [ ] Animation pattern system +- [ ] Custom points (logos?) diff --git a/css/style.css b/css/style.css index 1c05d09..19804c6 100644 --- a/css/style.css +++ b/css/style.css @@ -25,6 +25,7 @@ main { .hoverGrow:hover { transform: scale(1.025); transition-duration: .2s; + cursor: pointer; } .svg-center { @@ -58,7 +59,7 @@ main { height: auto; width: auto; object-fit: contain; - filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, .2)) + filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, .2)); } .preview-float { diff --git a/index.html b/index.html index a0250ca..c0e84c7 100644 --- a/index.html +++ b/index.html @@ -20,19 +20,18 @@