Artemis
Open source project management tool
Fix async bug with uncaught exceptions in adding tasks
Fix bug with task not adding properly
Add Vuex completion and validation of tasks
Refactor duration handling
Add complete task functionality
Add task functions into Vuex
Add global button component, utilize in TaskListItemAdd
Add and delete tasks within Vuex framework rather than props
Begin TaskList refactor into split components GH-2
Add mobile responsiveness via flexbox - GH-8
Begin refactoring TaskList component - GH-2
Add more detailed instructions to serve app, change wording of License
Merge branch 'dev' into app
Fix task add with zero duration, remove `options` in duration.js
Fix task add with zero duration, remove `options` in duration.js
Merge branch 'dev' into app
Add relative label sizing
Add placeholder for tasks, hide add time buttons when unneeded
Add relative label sizing
Add placeholder for tasks, hide add time buttons when unneeded
Merge branch 'dev' into app