added connection status macro and background task scheduling

This commit is contained in:
Bryan Bailey
2022-04-06 22:38:47 -04:00
parent 4f3e0e6feb
commit 4f3d7175f6
16 changed files with 136 additions and 15 deletions

View File

@@ -1,5 +1,7 @@
{% extends "base.html" %}
{% import 'macros/library.html' as library %}
{% import 'macros/connection_status.html' as connection %}
{% block meta %}
{{ super() }}
@@ -12,7 +14,6 @@
<div class="page-header">
<h1>Y!oink Web App</h1>
</div>
<form method="post" onsubmit="download.disabled = true; url.readOnly = true; return true;">
{{ form.hidden_tag() }}
<div class="input-group mb-3">