New Entry page improvements on link detection
This commit is contained in:
@@ -52,7 +52,6 @@
|
||||
<span>URL</span>
|
||||
<input id="url-input" name="url" type="url" required placeholder="https://example.com" />
|
||||
</label>
|
||||
<button id="scrape-button" class="secondary" type="button">Auto-fill Title</button>
|
||||
<div id="scrape-status" class="status hidden" aria-live="polite"></div>
|
||||
</div>
|
||||
|
||||
@@ -61,8 +60,11 @@
|
||||
<span>Title</span>
|
||||
<input id="title-input" name="title" type="text" required />
|
||||
</label>
|
||||
<button id="refetch-title-button" class="secondary" type="button">Re-fetch Title</button>
|
||||
</div>
|
||||
|
||||
<div id="duplicate-status" class="status hidden" aria-live="polite"></div>
|
||||
|
||||
<div class="form-section">
|
||||
<label>
|
||||
<span>Comment</span>
|
||||
@@ -101,6 +103,6 @@
|
||||
</footer>
|
||||
|
||||
<script src="/static/auth-header.js"></script>
|
||||
<script src="/static/new-entry.js?v=2"></script>
|
||||
<script src="/static/new-entry.js?v=7"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user