summaryrefslogtreecommitdiffstats
path: root/key-picker.mjs
Commit message (Expand)AuthorAgeFilesLines
* convert to web componentsBrian Cully2025-05-121-10/+28
* js: remove names on default function exportsBrian Cully2025-04-101-1/+1
* js: add stubs for aug/dim scalesBrian Cully2025-04-101-0/+6
* scale: calculate diatonic scalesBrian Cully2025-03-101-7/+11
* add hover class to note listBrian Cully2025-03-101-2/+6
* fix re-rendering clicked notes when key changedBrian Cully2025-03-101-6/+22
* add click handler for notes in key selectorBrian Cully2025-03-101-2/+17
* normalize note names for hover matchingBrian Cully2025-03-101-3/+7
* implement test hover behavior on key selector's note listBrian Cully2025-03-101-0/+18
* change ‘min’ in chord name to ‘m’Brian Cully2025-03-101-1/+1
* diatonic → scaleBrian Cully2025-03-091-3/+3
* add display for available chords in the keyBrian Cully2025-03-091-1/+24
* modify note list when changing keysBrian Cully2025-03-091-0/+30