1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-06-05 21:59:25 +02:00
This commit is contained in:
Daniel Waxweiler
2024-05-14 10:22:40 +02:00
parent 7bc35a3923
commit 6547f3dba7
3 changed files with 70 additions and 8 deletions

View File

@ -18,6 +18,9 @@ export function displayEvents({ events, document, container, maxEventsCount }) {
const list = container.querySelector('ul')
for (let i = 0; i < eventsCount; i++) {
const li = document.createElement('li')
// TODO add style
// TODO add image
const a = createAnchorElement({
document,