| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | first stab at fretboard player. | Brian Cully | 2025-07-26 | 1 | -0/+3 |
| | | | | | | need to handle actual chord positions so everything isn't in 4, but otherwise works? | ||||
| * | radio radio! | Brian Cully | 2025-05-12 | 1 | -2/+2 |
| | | |||||
| * | wip: making some progress on the grid | Brian Cully | 2025-05-12 | 1 | -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 layout | Brian Cully | 2025-05-12 | 1 | -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 clicked | Brian Cully | 2025-05-12 | 1 | -2/+3 |
| | | |||||
| * | embed history list, use custom elements for css | Brian Cully | 2025-05-12 | 1 | -10/+11 |
| | | |||||
| * | convert to web components | Brian Cully | 2025-05-12 | 1 | -135/+140 |
| | | | | | one less thing to hard-code: element ids, which were brittle already. | ||||
| * | html: add stubs for saved chords | Brian Cully | 2025-04-10 | 1 | -0/+14 |
| | | |||||
| * | link to src | Brian Cully | 2025-03-10 | 1 | -0/+4 |
| | | |||||
| * | implement test hover behavior on key selector's note list | Brian Cully | 2025-03-10 | 1 | -48/+48 |
| | | |||||
| * | start tonics from C in key selector | Brian Cully | 2025-03-10 | 1 | -3/+3 |
| | | |||||
| * | html: available chords → triads | Brian Cully | 2025-03-10 | 1 | -1/+1 |
| | | |||||
| * | diatonic → scale | Brian Cully | 2025-03-09 | 1 | -2/+2 |
| | | |||||
| * | unicode | Brian Cully | 2025-03-09 | 1 | -5/+5 |
| | | |||||
| * | html: dots | Brian Cully | 2025-03-09 | 1 | -3/+3 |
| | | |||||
| * | add display for available chords in the key | Brian Cully | 2025-03-09 | 1 | -1/+17 |
| | | |||||
| * | modify note list when changing keys | Brian Cully | 2025-03-09 | 1 | -0/+12 |
| | | |||||
| * | use ‘tonic’ rather than ‘root’ | Brian Cully | 2025-03-09 | 1 | -4/+4 |
| | | | | | | i dunno, makes me seem like i know what i'm talking about. to me, at least. | ||||
| * | html: put key selection in fieldset | Brian Cully | 2025-03-09 | 1 | -15/+18 |
| | | |||||
| * | html: add test key selector | Brian Cully | 2025-03-09 | 1 | -0/+18 |
| | | |||||
| * | html: add classes to fret tds and trs, rejigger | Brian Cully | 2025-03-09 | 1 | -19/+33 |
| | | |||||
| * | html: add some css | Brian Cully | 2025-03-08 | 1 | -6/+7 |
| | | |||||
| * | html: add selected note column | Brian Cully | 2025-03-08 | 1 | -1/+8 |
| | | |||||
| * | html: rejigger as radio buttons | Brian Cully | 2025-03-08 | 1 | -62/+64 |
| | | |||||
| * | html: fix thead, be explicit about tbody | Brian Cully | 2025-03-08 | 1 | -55/+62 |
| | | |||||
| * | table-based string template | Brian Cully | 2025-03-08 | 1 | -0/+69 |
