summaryrefslogtreecommitdiff
path: root/src/edit.rs
Commit message (Collapse)AuthorAgeFilesLines
* edit: implement hjkl key bindingsPhilipp Gesang2022-08-181-3/+21
|
* edit: implement color box selectionPhilipp Gesang2022-08-181-4/+31
|
* edit: abstract out the color viewsPhilipp Gesang2022-08-181-96/+77
|
* edit: convert color ids to TextInputPhilipp Gesang2022-08-171-2/+4
|
* edit: scale color box width to window sizePhilipp Gesang2022-08-171-8/+8
|
* edit: present color palettePhilipp Gesang2022-08-081-0/+184
No actual editing functionality yet, just the colors layed out as squares on an 8?2 grid.