Commit Graph

34 Commits

Author SHA1 Message Date
852bb87ae9 UPDATE 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:49 -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
7a9f3c0887 Trigger rebuild 2018-10-22 18:14:09 -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
c54ac63db9 Fixed Install Name
Fixed the name on install. Emoji unicodes are not supported.
2018-10-19 00:17:56 -04:00
a026bc12dd Removed image caching
Way that was set up breaks the site and is currently being removed from web standards.
2018-10-19 00:13:16 -04:00
bb545d9d4d Revert "Revert "Fixed Scroll adjusting""
This reverts commit 56e0cf940f.
2018-10-19 00:11:08 -04:00
56e0cf940f Revert "Fixed Scroll adjusting"
This reverts commit 2306e8aa85.
2018-10-19 00:08:02 -04:00
cdef30df13 Merge branch 'master' of https://github.com/stevenhaskell/WhatAreYouLiftingApp 2018-10-18 23:57:13 -04:00
de4aa33bec Added images caching for offline use.
Cached the svgs for offline use.
2018-10-18 23:57:09 -04:00
2306e8aa85 Fixed Scroll adjusting
Included jQuery that restores the scroll after leaving the weight input.
2018-10-18 13:02:21 -04:00
0e1f7c3009 Additional titling
Adjusted titling for webapp.
2018-10-18 01:25:12 -04:00
ede6dcf6ef Additional Device Titling
Adjusted titling for webapp.
2018-10-18 01:22:57 -04:00
423c0fdf69 Added Preset Web App Title
Shorted App to Lift It and included flexed bicept emoji.
2018-10-18 01:10:14 -04:00
db22682857 Moved icon locations
Moved icons into images so they could be accessed.
2018-10-18 00:58:56 -04:00
40f0c47972 Attempted restore scroll script added favicons
Tried to add the return scroll for  when the focus left on mobile. Still need to figure it out.

Added favicons.
2018-10-18 00:52:55 -04:00
415264a84f Numeric inputs and scroll restore
Added styling for inputs for numeric only keyboard. Added javascript that restores the focus after leaving input focus.
2018-10-17 22:47:15 -04:00
a1127b3c74 Outlined Text in SVGs
Embedded styling in SVGs did not work. Had to outline text and resave.
2018-10-17 21:29:18 -04:00
95ce51d690 Added SVG font support
Embeded font styling in the plate SVGs.
2018-10-17 21:14:51 -04:00
e7aed23032 Main File Update
Changed HTML file name for GitHub pages.
2018-10-17 20:55:54 -04:00
5a3d00996b Saves value of plates to add
Adds html of weight to add to string.
2018-10-16 13:21:36 -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
29b79e02ec Fixed SVG Linking
File path was too specific from computer to computer. Linking it to just the images folder then the svg fixed it.
2018-10-15 23:27:03 -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
d3778b4920 Disabled zooming for mobile
Stops ios from zooming in on inputs.
2018-10-12 01:02:59 -04:00
adf416271c Enabled Apple Mobile Web App
Added meta that allows for fullscreen mode.
2018-10-12 00:58:49 -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