mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2025-12-24 07:12:57 +00:00
More comfortable simple components system
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
import {createMaintenancePopup} from "$lib/components/MaintenancePopup.js";
|
||||
import {createMaintenanceTools} from "$lib/components/MaintenanceTools.js";
|
||||
|
||||
document.querySelectorAll('.media-box').forEach(mediaBoxElement => {
|
||||
mediaBoxElement.appendChild(createMaintenancePopup());
|
||||
mediaBoxElement.appendChild(
|
||||
createMaintenanceTools(
|
||||
createMaintenancePopup()
|
||||
)
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user