First steps to add new MonitorJobs

This commit is contained in:
2023-08-31 23:45:13 +02:00
parent 91f587eb91
commit d9ec9cb969
3 changed files with 120 additions and 157 deletions

View File

@ -24,7 +24,7 @@
<div id="addPublication">
<p>+</p>
</div>
<publication>
<publication onclick="ShowNewMangaSearch()">
<img alt="cover" src="media/cover.jpg">
<publication-information>
<connector-name class="pill">MangaDex</connector-name>
@ -33,6 +33,15 @@
</publication>
</content>
<popup id="newMangaPopup">
<blur-background id="blurBackgroundNewMangaPopup" onclick="newMangaPopup.style.display = 'none';"></blur-background>
<div id="newMangaPopupSelector">
<select id="newMangaConnector" />
<input type="text" placeholder="Title" id="newMangaTitle" />
</div>
<div id="newMangaResult"></div>
</popup>
<popup id="settingsPopup">
<blur-background id="blurBackgroundSettingsPopup" onclick="
settingsPopup.style.display = 'none';"></blur-background>