Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-12-20 | docs: Add README with project explanation and background | Vincent Ambo | 1 | -0/+91 |
2017-12-20 | chore: Add code of conduct to project | Vincent Ambo | 1 | -0/+20 |
2017-12-20 | chore: License under GPLv3 | Vincent Ambo | 4 | -5/+700 |
2017-12-20 | feat(elm): Automatically poll every 15 seconds | Vincent Ambo | 1 | -1/+13 |
2017-12-20 | feat(elm): Add real button to task cards | Vincent Ambo | 1 | -8/+14 |
2017-12-20 | feat(elm): Add nice little texts to display time remaining | Vincent Ambo | 1 | -5/+16 |
2017-12-20 | feat(elm): Implement task completion handling | Vincent Ambo | 1 | -11/+39 |
2017-12-20 | feat(elm): Add initial (broken) MDL layout for tasks | Vincent Ambo | 2 | -21/+75 |
2017-12-20 | feat(lisp): Add Hunchentoot handler for task completion | Vincent Ambo | 1 | -5/+18 |
2017-12-20 | fix(lisp): Sort tasks in DESCENDING order | Vincent Ambo | 1 | -1/+1 |
2017-12-20 | feat(elm): Add initial logic for Gemma's Elm frontend | Vincent Ambo | 2 | -0/+117 |
2017-12-20 | feat(lisp): Initial Gemma backend implementation | Vincent Ambo | 2 | -0/+147 |