Unenforced character count in frontend
Build LinkLog Development Image / development-image (push) Successful in 11s

This commit is contained in:
2026-09-06 10:20:25 +02:00
parent 71f4451b34
commit 443aff8323
9 changed files with 114 additions and 13 deletions
+3 -1
View File
@@ -71,6 +71,7 @@
<textarea id="comment-input" name="comment" rows="4" placeholder="Optional comment about this link"></textarea>
</label>
</div>
<div id="character-count" class="char-count" aria-live="polite">0/500 characters</div>
<fieldset class="form-section">
<legend>Tags</legend>
@@ -89,6 +90,7 @@
</label>
</fieldset>
<div class="form-actions">
<button id="submit-button" type="submit">Save Entry</button>
<a href="/" class="secondary button">Cancel</a>
@@ -103,6 +105,6 @@
</footer>
<script src="/static/auth-header.js"></script>
<script src="/static/new-entry.js?v=8"></script>
<script src="/static/new-entry.js?v=9"></script>
</body>
</html>