Fix regression in lecture ordering, add time of lecture on hover, fix lecture duration using hours instead of minutes
Build and Publish Docker Container / build (push) Successful in 5m44s

The update includes modifications in the lectures' order by start_time in course model. The lecture duration is now correctly calculated by minutes instead of hours. Additionally, in the lecture view, an online indicator is added for each lecture and popover is implemented to show the lecture start and end times..
This commit is contained in:
2024-02-04 15:37:56 +00:00
parent f81005408e
commit 4c2272b1f0
4 changed files with 19 additions and 4 deletions
@@ -44,4 +44,4 @@
</div>
</div>
<% end %>
</template>
</template>