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
|
|
@ -6,25 +6,23 @@
|
|||
<header>
|
||||
<h3>Workouts</h3>
|
||||
</header>
|
||||
<div role="group">
|
||||
<div role="group" class="infoBody" id="workoutData">
|
||||
<div>
|
||||
<h4>Workouts</h4>
|
||||
</div>
|
||||
<div>
|
||||
{{workoutCount}}
|
||||
</div>
|
||||
<h4>{{workoutCount}} Workout Routines</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div role="group">
|
||||
<div>
|
||||
<h4>Exercise Logs</h4>
|
||||
<h4>{{logCount}} Exercise Logs</h4>
|
||||
</div>
|
||||
</div>
|
||||
<footer role="group">
|
||||
<div>
|
||||
<a href="#!" id="workoutData"><i class="material-icons">chart</i> Workout History</a>
|
||||
</div>
|
||||
<div>
|
||||
{{logCount}}
|
||||
<a href="#!" id="logWorkout"><i class="material-icons">notes</i> Log a Workout</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<footer>
|
||||
<a href="#!" id="logWorkout"><i class="material-icons">notes</i> Log a Workout</a>
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -36,4 +36,7 @@ Template.home.events({
|
|||
'click #logMeasure' (e) {
|
||||
FlowRouter.go('/measLogEntry');
|
||||
},
|
||||
'click #workoutData' (e) {
|
||||
FlowRouter.go('/workoutData');
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue