Skip to content

Commit

Permalink
feat(ui): remove links to half-baked features
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangulle committed Feb 22, 2025
1 parent fc8b24a commit 6e692fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions resources/templates/emails.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,9 @@ <h2 id="accordion-collapse-heading-2">
</h2>
<div id="accordion-collapse-body-2" class="hidden px-2 py-5" aria-labelledby="accordion-collapse-heading-2">
<div class="inline-flex rounded-md shadow-sm" role="group">
<form action="/training/new" method="post">
<input hidden="true" name="redirect-url" type="text" value="/emails">
<input class="px-4 py-2 text-white bg-gray-700 hover:bg-gray-900 font-medium rounded-s-lg text-sm" type="submit" value="Generate new data">
</form>
<form action="/training" method="post">
<input hidden="true" name="redirect-url" type="text" value="/emails">
<input class="px-4 py-2 text-white bg-gray-700 hover:bg-gray-900 font-medium rounded-e-lg text-sm" type="submit" value="Train with Existing Data">
<input class="px-4 py-2 text-white bg-gray-700 hover:bg-gray-900 font-medium rounded-lg text-sm" type="submit" value="Train with Existing Data">
</form>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion resources/templates/statistics.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ <h2 class="uppercase text-3xl my-8">Statistics</h2>
<nav class="flow flow-row space-x-4">
<a class="nav-button" href="/statistics" role="button">Overall</a>
<a class="nav-button" href="/statistics/types" role="button">Types</a>
<a class="nav-button" href="/statistics/contacts" role="button">Contacts</a>
<a class="nav-button" href="/statistics/languages" role="button">Languages</a>
<a class="nav-button" href="/statistics/categories" role="button">Categories</a>
</nav>
Expand Down

0 comments on commit 6e692fb

Please sign in to comment.