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 ).textContent
) { ) {
deleteHtml = 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 = ` messageDiv.innerHTML = `
<div class="message-header"> <div class="message-header">

View File

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