Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-04-19 | Ensure only whitelisted chord inversions present in initial state | William Carroll | 1 | -2/+6 |
2020-04-19 | Display "Get ready..." message before practicing | William Carroll | 1 | -6/+13 |
2020-04-19 | Restore support for whitelisted chord inversions | William Carroll | 2 | -44/+34 |
2020-04-19 | Drop support for PracticeMode | William Carroll | 2 | -43/+3 |
2020-04-19 | Support a FlashCard before showing the notes that comprise a chord | William Carroll | 5 | -5/+66 |
2020-04-19 | Create Tailwind module | William Carroll | 5 | -27/+49 |
2020-04-19 | Ensure the overlayButton is truly h-screen and w-screen | William Carroll | 2 | -112/+35 |
2020-04-19 | Responsively size UI | William Carroll | 5 | -12/+84 |
2020-04-19 | Set the selectedChord to Nothing when setting a key | William Carroll | 1 | -0/+1 |
2020-04-19 | Prune {Select,Deselect}AllKeys actions | William Carroll | 1 | -19/+0 |
2020-04-19 | Highlight root note of each chord | William Carroll | 2 | -37/+70 |
2020-04-18 | Remove horizontal padding | William Carroll | 1 | -2/+2 |
2020-04-18 | Create Overview for Learn Piano Chords | William Carroll | 2 | -2/+94 |
2020-04-18 | Remove duplicate step from README | William Carroll | 1 | -2/+1 |
2020-04-18 | Prefer "Tap" to "Press" | William Carroll | 1 | -1/+1 |
2020-04-18 | Debug unresponsive button press for selectKey | William Carroll | 1 | -2/+2 |
2020-04-18 | Tidy app | William Carroll | 7 | -538/+498 |
2020-04-18 | Ignore Main.min.js | William Carroll | 1 | -1/+1 |
2020-04-18 | Orient "Press to practice" button | William Carroll | 2 | -22/+58 |
2020-04-18 | "Chord Drill Sergeant" -> "Learn Piano Chords" | William Carroll | 20 | -15/+16 |
2020-04-18 | Use elm2nix to (attempt to) deploy learnpianochords.app | William Carroll | 4 | -18/+121 |
2020-04-17 | Nixify build for Chord Drill Sergeant | William Carroll | 3 | -1/+30 |
2020-04-17 | Simplify preferences | William Carroll | 1 | -32/+40 |
2020-04-17 | Render a mobile-friendly piano | William Carroll | 5 | -116/+236 |
2020-04-13 | Begin styling efforts | William Carroll | 8 | -126/+264 |
2020-04-13 | Support generating chords for a particular key | William Carroll | 4 | -285/+283 |
2020-04-13 | Don't render the notes on the piano | William Carroll | 1 | -1/+1 |
2020-04-13 | Rename NoteClass -> PitchClass | William Carroll | 2 | -148/+151 |
2020-04-13 | Remodel model.selectedChord as Maybe Chord | William Carroll | 1 | -50/+65 |
2020-04-12 | Whitelist and blacklist note classes | William Carroll | 1 | -7/+64 |
2020-04-12 | Only display chords that fit on the displayed piano | William Carroll | 1 | -278/+293 |
2020-04-12 | Support suspended chords | William Carroll | 1 | -0/+30 |
2020-04-12 | Whitelist and blacklist chordTypes | William Carroll | 2 | -105/+112 |
2020-04-12 | Whitelist and blacklist chords by inversion type | William Carroll | 2 | -10/+84 |
2020-04-12 | Properly support chord inversions | William Carroll | 9 | -516/+1547 |
2020-04-11 | Support NoteClass | William Carroll | 3 | -124/+283 |
2020-04-11 | Support Misc module | William Carroll | 1 | -0/+15 |
2020-04-11 | Support BPM for tempo | William Carroll | 2 | -10/+50 |
2020-04-11 | Support elm-mode for Emacs | William Carroll | 2 | -0/+4 |
2020-04-11 | Track app ideas | William Carroll | 1 | -0/+3 |
2020-04-11 | Prefer type alias to type | William Carroll | 2 | -60/+48 |
2020-04-11 | Support basic tempo | William Carroll | 2 | -13/+75 |
2020-04-11 | Improve the styling of the piano | William Carroll | 2 | -29/+58 |
2020-04-11 | Generate all known chords and display randomly selected chords | William Carroll | 4 | -216/+345 |
2020-04-11 | Drop support for Haskell glyphs | William Carroll | 1 | -5/+0 |
2020-04-10 | Model data and sketch ideas for Chord Drill Sergeant | William Carroll | 6 | -0/+294 |
2020-04-10 | Create README for Chord Drill Sergeant | William Carroll | 1 | -0/+47 |
2020-04-10 | Add README for typo-po | William Carroll | 1 | -0/+10 |
2020-04-10 | Create README for Github Issues Service | William Carroll | 1 | -0/+28 |
2020-04-06 | Debug unresponsive keyboard | William Carroll | 1 | -6/+0 |