Commit Graph

11 Commits

Author SHA1 Message Date
DREKLI f22346bb37 Countdown : Cross-browser fix
Noticed that there was an issue with css animations for Safari and iOS = dun not woikins.

So I've rebuilt the countdown using svg images instead. Kept it jQuery because the bulk of countdown.js was refactored to that.

Tested in Chrome, Safari, Firefox (all macOS).
2018-02-24 23:12:24 +01:00
Tam Tran 43ae14ccdd Removed countdown on disclaimer, updated team members, whitepaper 2018-02-23 13:20:54 -06:00
root 81ec87908c Tidy up, jQuery elem sel, ternary's and nulls 2018-02-22 09:31:09 +00:00
DREKLI 79a5d457eb Snapshot & Block : Improvements
- Removed XMLHttpRequest requests, replaced with fetch

- Added test blocks.json for Countdown.js to read and see if there are blocks for ZCL and/or BTC (Usage: add or remove value to 'btc' to see working)

- Block elements visible for both 'Awaiting..' and 'Snapshot' views

- Icon missing from last commit

Now ready for MattPass to check functionality is still within the brief, then for us to test on CoinZap
2018-02-22 01:54:56 +01:00
DREKLI 2d4b7b02c9 Snapshot & Block : Improvements
Both
- Big fonts removed
- Responsively styled

Block (waiting)
- Bitcoin and ZClassic icons
- Initial steps to swap "Awaiting.." with found block
2018-02-21 23:22:40 +01:00
DREKLI d5bf6d2a68 Cleanup of image folders
Need to add some crypto logos for Snapshot, thought our image management could do with some loving first.
2018-02-21 19:03:17 +01:00
root 4cf6045e09 Killswitch added 2018-02-21 15:41:23 +00:00
DREKLI 0137cb77d2 Countdown : Responsive styling
Helped out MattPass with his latest task...

Refactored the js, to
- Have cleaner structure in the html
- Remove the need for 'unit' and 'numbers' classes moving with the spinner changes = now only 3 elements get repositioned
- Mobile rules not needed anymore

- Cleaned up _countdown.scss (and nested core elements)

- Hid countdown logo on mobile to save it pushing everything down on tiny screens
2018-02-20 21:50:33 +01:00
root 2ffc113605 Get timeNow from XHR respoonse header 2018-02-20 12:35:36 +00:00
Matt Pass 0dac91536c Final tidy up 2018-02-19 16:18:27 +00:00
Matt Pass c58d5f6aaa 2 x JS files added in src and docs 2018-02-19 15:01:28 +00:00