17 Commits

Author SHA1 Message Date
8425f6e59e Updates to: Calculation Script, Reset Script, App Copy, App Styling
Finalized the calculation script and reset script. Now it will calculate any weight with no issues.

Updated the copy to make it easier to understand how the app works and how to access certain things.

Updated options button to make it stand out and appear clickable.
2018-11-05 15:43:09 -05:00
9a2a546021 Show and Update Weight without plates added
Shows the bar weight on page load. Added a script that updates the plates weights if no plate visuals exist.
2018-10-30 12:50:20 -04:00
04c8360ece Updated Weight difference show, and positioning of inputs
Offset only shows when it is needed. Inputs are now perfectly centered no matter the screen size.
2018-10-24 13:21:38 -04:00
3a463f668d Updated Plate Animation, Plate Colors, Reset Button Sizing
Updated the plate animation. It now unloads, changes weight, then loads. changed colors of plate to help with the differentiate the plates. Used standard olympic bumper plate colors. Updated the size of the reset button to make it easier to click.
2018-10-24 01:45:16 -04:00
6df908b04a Animation script for plates -- In progress
Added animation script for plates. It will animate the plates when adding the plates and removing them but not when updating the weight. Need to figure out how to step the animation.
2018-10-23 01:46:24 -04:00
1736c75272 Added hide reset button on data entry
Added javascript that watches if info is being entered into the weight input and hides reset button if so.
2018-10-22 23:40:15 -04:00
2cac3cf0f2 Updated reset button positioning and styling
Updated reset button positioning to use correct styling to work across all browsers.
2018-10-22 13:14:41 -04:00
765e2a4f1c Added Reset Button
Included reset button to reset weight inputs, plates required, and plate visuals.
2018-10-21 16:37:25 -04:00
1fd65136af Plate visuals now get added on calculation.
Plate visuals now get added each time you calculate a weight. Still need to have the plates be animated. Instead of putting in a string it needs to append and add the weights each time. Make a function to append and then animate each weight.
2018-10-16 13:20:27 -04:00
afb4ddb83a Added Barbell and Placement of plates
Stylized barbell added as well as area where the plates would be added. Need to find out how to add plates needed.
2018-10-15 13:15:13 -04:00
179e15b77a Updated Horizonal Layout & Added Smooth Scrolling
Set Min heights for blocks so when orientation is landscape it doesnt break. Also added jQuery smooth scrolling so help with interactions.
2018-10-12 13:10:47 -04:00
8fe092c4df Finalized Styling of blocks and buttons
Added the styling for all blocks and interaction with button. Could not get the smooth scroll to work. Will need to research more.
2018-10-12 00:33:14 -04:00
d1f249631d Started Styling of options Block
Added styling for options block. Realised in order to float select and input next to each other each needed its own DIV. Still need to redo plate available area.
2018-10-11 13:33:14 -04:00
364540e9af Further updated sizing of blocks
Further updated sizing of calculator blocks. Now they will fill any screen size perfectly. NOTE: Works well for everything but mobile landscape. Still need a solution to it.
2018-10-10 23:35:56 -04:00
158e8c29b1 Update css/appstyling-v2.css
Updated sizing of blocks.
2018-10-10 13:13:32 -04:00
32210e00b7 Updates to Weight Inputs
Added styling to weight inputs and button to match invision protoype. Looks like removing the skeleton css breaks the layout. Will need to fix after all styling is completed.
2018-10-09 13:06:38 -04:00
bd088e31d7 Initial commit 2018-10-05 15:07:39 -04:00