Getting A better Log Entry Experience, and history setup
This commit is contained in:
parent
98a86ca6a8
commit
5d3396c333
15 changed files with 428 additions and 140 deletions
|
|
@ -103,4 +103,11 @@ FlowRouter.route('/measLogEntry', {
|
|||
action() {
|
||||
this.render('MainLayout', { main: 'measLogEntry'});
|
||||
}
|
||||
});
|
||||
|
||||
FlowRouter.route('/workoutData', {
|
||||
name: 'workoutData',
|
||||
action() {
|
||||
this.render('MainLayout', { main: 'workoutData'});
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue