summaryrefslogtreecommitdiffstats
path: root/main.mjs
Commit message (Collapse)AuthorAgeFilesLines
* wip: major refactor for web components and grid layoutBrian Cully2025-05-121-11/+6
| | | | | | - hovering on notes from the key doesn't work. - need to show fret on/off, not notes, they're too distracting - save button broken
* js: put save event backBrian Cully2025-05-121-15/+10
|
* convert to web componentsBrian Cully2025-05-121-11/+18
| | | | one less thing to hard-code: element ids, which were brittle already.
* js: init on DOMContentLoadedBrian Cully2025-05-111-3/+24
|
* modify note list when changing keysBrian Cully2025-03-091-1/+3
|
* mute strings by clicking on the open noteBrian Cully2025-03-081-11/+0
|
* js: show selected fret outputBrian Cully2025-03-081-3/+4
|
* js: add bare bones js stuffBrian Cully2025-03-081-0/+13