Merge branch 'release/v1.0.2'

This commit is contained in:
Caesar Kabalan 2023-06-01 20:54:55 -04:00
commit 5c90c012da
No known key found for this signature in database
GPG key ID: DDFEF5FF6CFAB608
4 changed files with 12 additions and 0 deletions

4
dist/css/main.css vendored
View file

@ -39,6 +39,10 @@
--subpal-1-10: #ffffffff;
}
.table>:not(caption)>*>* {
background-color: unset;
}
#bottom_nav {
height:2rem;
}

1
dist/js/main.js vendored
View file

@ -37,6 +37,7 @@ $('#calcbody').on('click', '.row_address, .row_range, .row_usable, .row_hosts, .
mutate_subnet_map('color', this.dataset.subnet, '', inflightColor)
// We could re-render here, but there is really no point, keep performant and just change the background color now
//renderTable();
//console.log($(this).parent())
$(this).parent().css('background-color', inflightColor)
}
})

2
dist/robots.txt vendored Normal file
View file

@ -0,0 +1,2 @@
User-Agent: *
Allow: /

5
dist/sitemap.xml vendored Normal file
View file

@ -0,0 +1,5 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://visualsubnetcalc.com/</loc>
</url>
</urlset>