Skip to content

Commit cb6e0be

Browse files
committed
Add banner to inform this is a beta version
1 parent c063438 commit cb6e0be

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

src/templates/browse.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{{ define "title" }}Browse Entries{{ end }}
22

33
{{ define "content" }}
4+
<div class="mt-4 alert alert-info alert-dismissible" role="alert">
5+
Welcome to the template sharing site, this is still in <b>Beta mode</b>. Templates uploaded will <b>not be persistent</b>. For more informations, please go at <a href="/about">About page</a>.<br>Thank you for helping us to test so that we can open the site.
6+
</div>
47
<div class="row">
5-
<h2 class="col-md-12">Browse entries</h2>
8+
<h2 class="col-md-12">Browse entries</h2>
69
</div>
710

811
<!-- Search and Filter Section -->
@@ -11,7 +14,7 @@ <h2 class="col-md-12">Browse entries</h2>
1114
<!-- Left Column: Category Multi-Select -->
1215
<div class="col-md-4 position-relative">
1316
<label class="form-label">Categories</label>
14-
17+
1518
<!-- Multi-Select Input -->
1619
<div class="category-multiselect" id="categoryMultiselect">
1720
<div class="category-multiselect-input" id="categoryMultiselectInput">
@@ -114,7 +117,7 @@ <h2 class="col-md-12">Browse entries</h2>
114117
<div class="col-md-8">
115118
<div class="browse-search-filter-container">
116119
<label class="form-label">Search and Filter</label>
117-
120+
118121
<!-- Search Box -->
119122
<div class="row">
120123
<div CLASS="col-md-10">
@@ -142,7 +145,7 @@ <h2 class="col-md-12">Browse entries</h2>
142145
</div>
143146
</div>
144147
</div>
145-
148+
146149
<!-- Hidden fields to preserve pagination -->
147150
<input type="hidden" id="pageInput" value="{{ .Page }}" />
148151
<input type="hidden" id="pageSizeInput" value="{{ .PageSize }}" />

0 commit comments

Comments
 (0)