Minor tweaks to the forum pages

* Set the file upload box to accept .gif files
* Add a note to the Explore tab explaining what it is
This commit is contained in:
Noah Petherbridge 2024-12-22 19:39:55 -08:00
parent 332bcc9f66
commit 24230915b6
3 changed files with 8 additions and 2 deletions

View File

@ -37,6 +37,12 @@
<!-- Filters for the Explore tab --> <!-- Filters for the Explore tab -->
{{if .IsExploreTab}} {{if .IsExploreTab}}
<div class="block mb-0 p-4"> <div class="block mb-0 p-4">
<div class="block">
The "Explore" tab is where you can search and find all of the available forums, including Community Forums
created by your fellow {{PrettyTitle}} members.
</div>
<form action="{{.Request.URL.Path}}" method="GET"> <form action="{{.Request.URL.Path}}" method="GET">
<div class="card nonshy-collapsible-mobile"> <div class="card nonshy-collapsible-mobile">

View File

@ -202,7 +202,7 @@
<input class="file-input" type="file" <input class="file-input" type="file"
name="file" name="file"
id="file" id="file"
accept=".jpg,.jpeg,.jpe,.png"> accept=".jpg,.jpeg,.jpe,.png,.gif">
<span class="file-cta"> <span class="file-cta">
<span class="file-icon"> <span class="file-icon">
<i class="fas fa-upload"></i> <i class="fas fa-upload"></i>

View File

@ -510,7 +510,7 @@
<input class="file-input" type="file" <input class="file-input" type="file"
name="file" name="file"
id="file" id="file"
accept=".jpg,.jpeg,.jpe,.png"> accept=".jpg,.jpeg,.jpe,.png,.gif">
<span class="file-cta"> <span class="file-cta">
<span class="file-icon"> <span class="file-icon">
<i class="fas fa-upload"></i> <i class="fas fa-upload"></i>