aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/templates/empty-files.html
blob: d5ca35a58651bb869d21c5151f78f0bffc13957a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="empty-state">
    <div class="empty-state-icon">
        <i class="fas fa-folder-open"></i>
    </div>
    <h3>no files yet</h3>
    <p>upload some files through discord to see them here</p>
</div>
<script>
    document.getElementById('count-value').textContent = '0';
    function clearFilters() {
        document.querySelector('input[name="search"]').value = '';
        document.querySelector('select[name="mimeType"]').value = '';
        document.querySelector('select[name="sortBy"]').value = 'created_at';
        htmx.trigger('.file-container', 'refresh');
    }
</script>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage