Optimierungen Frontend Inhaltseditor #92

Merged
mg8220s merged 11 commits from feature/inhaltseditor-frontend into dev 2025-01-07 00:06:58 +01:00
Showing only changes of commit 81f95e4f00 - Show all commits

View File

@@ -69,7 +69,7 @@ $topics = $subjectData->topics;
<div class="topic-card" <div class="topic-card"
onclick="window.location.href='topic.php?subject=<?php echo($topicData->subjectId); ?>&topic=<?php echo($topicData->id); ?>'" onclick="window.location.href='topic.php?subject=<?php echo($topicData->subjectId); ?>&topic=<?php echo($topicData->id); ?>'"
style="cursor: pointer;"> style="cursor: pointer;">
<div class="topic-header"> <div class="topic-header overflow-hidden">
<i class="fas <?php echo($topicData->icon); ?> topic-icon text-[<?php echo($subjectData->color); ?>]"></i> <i class="fas <?php echo($topicData->icon); ?> topic-icon text-[<?php echo($subjectData->color); ?>]"></i>
<h3 class="topic-title"><?php echo($topicData->displayName); ?></h3> <h3 class="topic-title"><?php echo($topicData->displayName); ?></h3>
</div> </div>