Compare commits
1 Commits
d33bd49c38
...
15770f58c1
Author | SHA1 | Date | |
---|---|---|---|
15770f58c1 |
@ -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">
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user