fix: 76 download button hidden for localhost#101
Conversation
Codecov Report
@@ Coverage Diff @@
## 4.x-master #101 +/- ##
==============================================
+ Coverage 70.27% 70.36% +0.08%
==============================================
Files 89 88 -1
Lines 858 857 -1
Branches 156 155 -1
==============================================
Hits 603 603
+ Misses 243 242 -1
Partials 12 12
Continue to review full report at Codecov.
|
|
Added unit test for isURL() and isEmail() however I am not entirely sure there is a purpose having |
6222b64 to
795544a
Compare
|
The method |
Anyway this perhaps is irrelevant in this PR 😄 |
|
ahh, let's do it now, make sense, :-) |
|
Thanks @griffithtp 🚀 |
Type: bugfix
The following has been addressed in the PR:
Description:
As described in the attached issue 76, download tarball files were not showing for localhost as it is not TLD.
Also, in this PR we refactor url.ts and history.ts by removing unused functions and files being called once only.
Resolves #76