Add a 'Recent' tab to Spinner.

This commit is contained in:
Greyson Parrelli
2022-02-21 12:39:07 -05:00
parent acecd5f013
commit 9594be8fcf
20 changed files with 404 additions and 131 deletions

View File

@@ -1,5 +1,5 @@
<html>
{{> head title="Home" }}
{{> partials/head title="Home" }}
<style type="text/css">
h1.collapse-header {
@@ -12,7 +12,7 @@
<body>
{{> prefix isOverview=true}}
{{> partials/prefix isOverview=true}}
<h1 class="collapse-header active" data-for="table-creates">Tables</h1>
<div id="table-creates">
@@ -50,6 +50,6 @@
{{/if}}
</div>
{{> suffix }}
{{> partials/suffix }}
</body>
</html>