Age | Commit message (Expand) | Author | Files | Lines |
2020-08-20 | Move shift-time into top-level //zoo | William Carroll | 5 | -235/+0 |
2020-08-20 | Support parsing and shifting time | William Carroll | 4 | -20/+130 |
2020-08-20 | Support parsing second shifts | William Carroll | 5 | -0/+125 |
2020-08-20 | Support POST /create-payment-intent | William Carroll | 7 | -5/+118 |
2020-08-12 | Consume buildHaskell functions | William Carroll | 2 | -37/+35 |
2020-08-10 | Drop support for ServantT transformer type for server | William Carroll | 3 | -16/+59 |
2020-08-09 | Prefer ServantT for server to consume App context | William Carroll | 2 | -24/+33 |
2020-08-09 | Replace Prelude with RIO | William Carroll | 7 | -39/+95 |
2020-08-09 | Move Haskell-related shell.nix code into its own shell.nix | William Carroll | 2 | -11/+19 |
2020-08-09 | Sketch database schema | William Carroll | 1 | -0/+41 |
2020-08-09 | Initialize a default.nix for nix-build | William Carroll | 1 | -0/+27 |
2020-08-09 | Add common language extensions to .ghci | William Carroll | 6 | -9/+5 |
2020-08-08 | Consume GoogleSignIn.validateJWT | William Carroll | 4 | -26/+60 |
2020-08-08 | Add tests for "exp" field of the JWT | William Carroll | 4 | -13/+61 |
2020-08-08 | Test that the JWT's iss field meets our expectations | William Carroll | 3 | -9/+42 |
2020-08-08 | Test that an improperly encoded JWT returns a DecodeError | William Carroll | 1 | -0/+3 |
2020-08-08 | Tests valid and invalid JWTs for the "aud" field | William Carroll | 4 | -21/+87 |
2020-08-08 | Update jwtIsValid API to return IO Bool | William Carroll | 2 | -6/+6 |
2020-08-08 | Remove redundant deps from API.hs | William Carroll | 1 | -2/+0 |
2020-08-08 | Begin work for supporting GoogleSignIn server-side | William Carroll | 4 | -5/+92 |
2020-08-08 | Define Utils module | William Carroll | 1 | -0/+8 |
2020-08-06 | Support echo server to test POST /verify | William Carroll | 5 | -8/+79 |
2020-08-06 | Support Google Sign-in client-side | William Carroll | 5 | -1/+53 |
2020-07-20 | Create //playbooks | William Carroll | 1 | -1/+1 |
2020-07-02 | Prefer builtins.path | William Carroll | 10 | -11/+11 |
2020-04-19 | Restore default view to Overview | William Carroll | 1 | -1/+1 |
2020-04-19 | Correct all G_sharp pitch classes | William Carroll | 1 | -7/+7 |
2020-04-19 | Remove unused Msg's | William Carroll | 1 | -48/+0 |
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 | 19 | -14/+15 |
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 | 2 | -1/+25 |