summaryrefslogtreecommitdiffstats
path: root/index.html
Commit message (Collapse)AuthorAgeFilesLines
* radio radio!Brian Cully2025-05-121-2/+2
|
* wip: making some progress on the gridBrian Cully2025-05-121-6/+10
| | | | | - got radio buttons back, but open/selected still have different interfaces. should use getAttribute() everywhere
* wip: major refactor for web components and grid layoutBrian Cully2025-05-121-88/+12
| | | | | | - hovering on notes from the key doesn't work. - need to show fret on/off, not notes, they're too distracting - save button broken
* append history when ‘+’ button clickedBrian Cully2025-05-121-2/+3
|
* embed history list, use custom elements for cssBrian Cully2025-05-121-10/+11
|
* convert to web componentsBrian Cully2025-05-121-135/+140
| | | | one less thing to hard-code: element ids, which were brittle already.
* html: add stubs for saved chordsBrian Cully2025-04-101-0/+14
|
* link to srcBrian Cully2025-03-101-0/+4
|
* implement test hover behavior on key selector's note listBrian Cully2025-03-101-48/+48
|
* start tonics from C in key selectorBrian Cully2025-03-101-3/+3
|
* html: available chords → triadsBrian Cully2025-03-101-1/+1
|
* diatonic → scaleBrian Cully2025-03-091-2/+2
|
* unicodeBrian Cully2025-03-091-5/+5
|
* html: dotsBrian Cully2025-03-091-3/+3
|
* add display for available chords in the keyBrian Cully2025-03-091-1/+17
|
* modify note list when changing keysBrian Cully2025-03-091-0/+12
|
* use ‘tonic’ rather than ‘root’Brian Cully2025-03-091-4/+4
| | | | | i dunno, makes me seem like i know what i'm talking about. to me, at least.
* html: put key selection in fieldsetBrian Cully2025-03-091-15/+18
|
* html: add test key selectorBrian Cully2025-03-091-0/+18
|
* html: add classes to fret tds and trs, rejiggerBrian Cully2025-03-091-19/+33
|
* html: add some cssBrian Cully2025-03-081-6/+7
|
* html: add selected note columnBrian Cully2025-03-081-1/+8
|
* html: rejigger as radio buttonsBrian Cully2025-03-081-62/+64
|
* html: fix thead, be explicit about tbodyBrian Cully2025-03-081-55/+62
|
* table-based string templateBrian Cully2025-03-081-0/+69