Added ability to mark or 'star' a video to keep a short list of active video projects

This commit is contained in:
2023-03-13 22:23:34 -04:00
parent 85750b4de4
commit f27154b705
8 changed files with 54 additions and 7 deletions

View File

@ -16,7 +16,7 @@
<span><a href="/channel/<%= channel.id %>/edit">Edit <i class="fa-solid fa-pen-to-square"></i></a></span><span>
<a href="/channel/<%= channel.id %>/delete">Delete <i class="fa-solid fa-trash"></i></a></span>
</div>
<div class="channel-path" data-attribute="directory_path" data-type="channel">
<div class="channel-path clickable-attr" data-attribute="directory_path" data-type="channel">
<p><span><%= channel.directory_path %></span></p>
</div>
<div class="channel-open">