frontend: add publication time picker

This commit is contained in:
OleSTEEP 2025-10-16 16:25:30 +03:00
parent ed0bc5cb1f
commit f4e9090dae
2 changed files with 6 additions and 1 deletions

View file

@ -45,7 +45,6 @@
if (i==0) days.push({name:(i+1),enabled:false,date:d,});
else days.push({name:''+(i+1),enabled:false,date:d,});
}
console.log(days);
}
function next() {

View file

@ -60,6 +60,12 @@
<p>Дата публикации</p>
<Calendar />
<!-- Время публикации -->
<div class="horisontal-bar">
<p>Время публикации</p>
<input class="input rounded" type="time">
</div>
<!-- Файлы -->
<p>Файлы</p>
<FileContainer />