59 Commits

Author SHA1 Message Date
f7fb6b6fcb Updated image size for read me file. 2024-04-25 17:45:32 -04:00
fc582c5392 Added UI preview to read me file. 2024-04-25 17:43:17 -04:00
e113f56c67 Removed target link in read me. 2024-04-23 15:21:25 -04:00
2b9789ea13 Trying to add link target. 2024-04-23 15:12:50 -04:00
92dd824904 Added read me file. 2024-04-23 15:11:39 -04:00
95ad2e7f79 Update site.webmanifest
Needed to include PWA start page.
2018-11-16 14:05:57 -05:00
0436d2beb4 Improvements to site performance & accessibility
Added alt tags, language, and defered loading to assets that are not needed immediately.
2018-11-16 13:59:12 -05:00
82291517d2 Updated Service Worker JS and Added Node Server
Updated the service worker JS. Issue with how I typed the cache links. Forgot to put a "./" before the asset name. Should work now.
2018-11-13 13:12:57 -05:00
c16e2f763d Added Service Worker to Cache Assets for Offline
Added a service worker script to cache assets on local storage. In testing on desktop it worked. Need to test further on mobile.
2018-11-12 12:44:30 -05:00
ff965e94d5 Began Setup of Service Worker
Add js file for Service Worker to begin process of caching files for offline mode.
2018-11-09 13:30:27 -05:00
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
91a862e70d Updated Progress on script that fixes weights under 5lb heavier than the bar.
The script now works but theres an issue when you use the bar weight. Offset displays the bar weight. Still need to investigate.
2018-11-01 13:27:43 -04:00
b4165a4118 Updated Calculator Script
Updated the calculator script to deal with the animation of the reset button and deal with weights less than 5lbs heavier then the bar. Still have not solved the latter.
2018-10-31 12:10:03 -04: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
74285d5fb2 Update js/Weight Calculation Script-Edited-Jquery-V4.js
Previous script overwrote final weight.
2018-10-29 18:21:45 -04:00
9032402dc9 Update To Calculation scripts
Updated script to show the bar weight if user hits LIFT without entering a weight. Still need to resolve if you enter a weight less than 5lbs heavier than the bar.
2018-10-29 15:21:36 -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
41df9abf30 Updated Yellow Plate and adjusted animation speeds
Added border to yellow plate to make it easer to see. Adjusted animations to be more fluid.
2018-10-24 02:12:59 -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
8a708a7cad Updated plate animation script
Updated the plate animation to slide the plates off as the weight is recalculated and then slides them back on. Still need to delay the html code update.
2018-10-23 22:37:52 -04:00
9a2163c4dc Update js/Weight Calculation Script-Edited-Jquery-V4.js
Script is consolidated but does not animate off. Still need to figure out why.
2018-10-23 18:55:17 -04:00
d94d1ec2a5 Update js/plateAnimation.js
Corrected syntax to call function.
2018-10-23 17:03:31 -04:00
1ec79be4ee Wrote function for plate animations
Wrote functions for plate animations. Tried using setTimeout but it did not work. Need to look into it more.
2018-10-23 12:48:00 -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
3e033e8978 Wrote test Animation script
Wrote a test animation script that should animate the plates on and off based off of the content.
2018-10-23 00:40:00 -04:00
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