-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Weather Page more useful for Network Monitoring [2/2] #6
Make Weather Page more useful for Network Monitoring [2/2] #6
Commits on May 18, 2018
-
tooltips now work -- meaning you can hover over a section marked clos…
…e and see why it was closed
Raleigh Littles committedMay 18, 2018 Configuration menu - View commit details
-
Copy full SHA for b395282 - Browse repository at this point
Copy the full SHA b395282View commit details -
Small visual changes, preparing to add the status feature to sidebar
Raleigh Littles committedMay 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 8876f00 - Browse repository at this point
Copy the full SHA 8876f00View commit details
Commits on May 19, 2018
-
Early rough draft of trying to use the existing Store pattern to stor…
…e the site status- not working yyet
Raleigh Littles committedMay 19, 2018 Configuration menu - View commit details
-
Copy full SHA for 2b08cbb - Browse repository at this point
Copy the full SHA 2b08cbbView commit details
Commits on May 21, 2018
-
Still having a bit of trouble with the Vue store, going to try a diff…
…erent approach
Raleigh Littles committedMay 21, 2018 Configuration menu - View commit details
-
Copy full SHA for 0467ac3 - Browse repository at this point
Copy the full SHA 0467ac3View commit details
Commits on May 22, 2018
-
The sidebar now properly displays the status of the site. There was a…
…n issue with the asynchronous calback nature of JS
Raleigh Littles committedMay 22, 2018 Configuration menu - View commit details
-
Copy full SHA for f562113 - Browse repository at this point
Copy the full SHA f562113View commit details -
Now correctly displays how many sites are open and how many sites are…
… closed
Raleigh Littles committedMay 22, 2018 Configuration menu - View commit details
-
Copy full SHA for c639200 - Browse repository at this point
Copy the full SHA c639200View commit details -
Added the 28 day option as suggested
Raleigh Littles committedMay 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 866e728 - Browse repository at this point
Copy the full SHA 866e728View commit details -
Commenting out some console log statements, added a few TODOs to keep…
… in mind for the future
Raleigh Littles committedMay 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 9756407 - Browse repository at this point
Copy the full SHA 9756407View commit details -
Changed 28 day option to 14 day option, 28 day option takes too long …
…to load
Raleigh Littles committedMay 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 5fe0c4f - Browse repository at this point
Copy the full SHA 5fe0c4fView commit details -
Some more refactoring, removing commented code
Raleigh Littles committedMay 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 7564a31 - Browse repository at this point
Copy the full SHA 7564a31View commit details -
Removed package_lock.json file that was causing vulernability error o…
…n github
Raleigh Littles committedMay 22, 2018 Configuration menu - View commit details
-
Copy full SHA for fb14f97 - Browse repository at this point
Copy the full SHA fb14f97View commit details -
Raleigh Littles committed
May 22, 2018 Configuration menu - View commit details
-
Copy full SHA for bbd069b - Browse repository at this point
Copy the full SHA bbd069bView commit details -
Fixed issue where Night icon wasnt showing up in the blue box, was ca…
…used by not enough CSS padding?
Raleigh Littles committedMay 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 57479b1 - Browse repository at this point
Copy the full SHA 57479b1View commit details
Commits on May 23, 2018
-
Removed commented code, fixed some method documentation, removed unne…
…eded store property
Raleigh Littles committedMay 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 3e9b743 - Browse repository at this point
Copy the full SHA 3e9b743View commit details -
Comitting changes from merge conflict, as I'm being instructed to by Git
Raleigh Littles committedMay 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 82c3699 - Browse repository at this point
Copy the full SHA 82c3699View commit details
Commits on May 24, 2018
-
Fixed merge conflicts from master, added property to let timelines co…
…nnect dots so that theres no gaps in charts, added min/max coloring for thresholds
Raleigh Littles committedMay 24, 2018 Configuration menu - View commit details
-
Copy full SHA for dc6cf3e - Browse repository at this point
Copy the full SHA dc6cf3eView commit details -
removed node-sass dependency from package.json file, since that packa…
…ge had a vulnerable package in its dependency tree
Raleigh Littles committedMay 24, 2018 Configuration menu - View commit details
-
Copy full SHA for 43c74e9 - Browse repository at this point
Copy the full SHA 43c74e9View commit details -
removed commented code that i missed earlier
Raleigh Littles committedMay 24, 2018 Configuration menu - View commit details
-
Copy full SHA for 1b16ca7 - Browse repository at this point
Copy the full SHA 1b16ca7View commit details -
Fixed issue with hoek dependency -- no longer shows up in dependency …
…tree?
Raleigh Littles committedMay 24, 2018 Configuration menu - View commit details
-
Copy full SHA for 121c888 - Browse repository at this point
Copy the full SHA 121c888View commit details -
Trying again to fix the security issues, changed the temperature thre…
…shold color to be green, attempting to fix the bad layout issues
Raleigh Littles committedMay 24, 2018 Configuration menu - View commit details
-
Copy full SHA for 4c74d23 - Browse repository at this point
Copy the full SHA 4c74d23View commit details -
Committing package_lock.json to fix the security issues
Raleigh Littles committedMay 24, 2018 Configuration menu - View commit details
-
Copy full SHA for cdb7b13 - Browse repository at this point
Copy the full SHA cdb7b13View commit details -
Added is-fluid to container so that it would take up the full space o…
…f the viewport
Raleigh Littles committedMay 24, 2018 Configuration menu - View commit details
-
Copy full SHA for a256442 - Browse repository at this point
Copy the full SHA a256442View commit details
Commits on May 25, 2018
-
looks like the CSS is mostly fixed, overlapping elements are gone, co…
…rrectly resizes at smaller viewport sizes..?
Raleigh Littles committedMay 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 424ee2e - Browse repository at this point
Copy the full SHA 424ee2eView commit details -
More fiddling with the CSS, trying to see if i can get to switch to v…
…ertical columns at the right size; removed the unknown counter
Raleigh Littles committedMay 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 8b9e07c - Browse repository at this point
Copy the full SHA 8b9e07cView commit details
Commits on May 29, 2018
-
Raleigh Littles committed
May 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 42264ed - Browse repository at this point
Copy the full SHA 42264edView commit details -
Removed is-marginless, changed global filter to just be a methods() f…
…unction, changed syntax used for filter in Site template, removed the filters js file since no global filters are used anymore
Raleigh Littles committedMay 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 5397f8e - Browse repository at this point
Copy the full SHA 5397f8eView commit details
Commits on May 30, 2018
-
Added feature to only show labels if they're clicked on, added proper…
… offset for labels so that they dont show up off screen
Raleigh Littles committedMay 30, 2018 Configuration menu - View commit details
-
Copy full SHA for 612e47b - Browse repository at this point
Copy the full SHA 612e47bView commit details -
Added actual threshold value to min/max label, added short text to ex…
…plain how to use the new click feature?
Raleigh Littles committedMay 30, 2018 Configuration menu - View commit details
-
Copy full SHA for f73b418 - Browse repository at this point
Copy the full SHA f73b418View commit details
Commits on May 31, 2018
-
Added the min/max legend in the sidepanel, took out the Tip text, add…
…ed a bit of spacing between the menu list and the site open/closed counts
Raleigh Littles committedMay 31, 2018 Configuration menu - View commit details
-
Copy full SHA for 6e2fefb - Browse repository at this point
Copy the full SHA 6e2fefbView commit details -
Moved legend from sidebar to underneath all plots; removed min/max va…
…lue in label since it was incorrect for sky transparency threshold; changed X/Y open/closed buttons to tags so that they cant be clicked; increased size of current values heading and timerange setting heading
Raleigh Littles committedMay 31, 2018 Configuration menu - View commit details
-
Copy full SHA for c165029 - Browse repository at this point
Copy the full SHA c165029View commit details