This commit is contained in:
radon 2025-01-20 21:10:18 -06:00
parent d7dde1ecc1
commit 15770f58c1
2 changed files with 3 additions and 1 deletions

View File

@ -223,7 +223,7 @@ async function loadMessages() {
).textContent
) {
deleteHtml =
`<button class="delete-button" onclick="deleteMessage('${messageId}')" style="display: inline;">🗑️</button>`;
`<button class="delete-button" title="Delete message" onclick="deleteMessage('${messageId}')" style="display: inline;">🗑️</button>`;
}
messageDiv.innerHTML = `
<div class="message-header">

View File

@ -2,6 +2,8 @@
## Frontend
### High Priority
- Nothing yet
- Fix scroll to bottom on initial load?
- Add delete button tooltip
### Mid Priority
- Other embeds (Twitter posts, spotify tracks, soundcloud, github repos, instagram posts, other video platforms)
### Low Priority