Some UI changes
This commit is contained in:
parent
c546ed406c
commit
200a6fc1f8
11 changed files with 33 additions and 29 deletions
2
templates/components/themes/common/audio.latte
Normal file
2
templates/components/themes/common/audio.latte
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<p class="mb-1">{include '../../icon.latte', icon: 'music', text: $songTitle}</p>
|
||||
<audio controls preload="none" src="{url_stream($url)}"></audio>
|
||||
|
|
@ -1,5 +1,8 @@
|
|||
<div class="tags">
|
||||
{foreach $challenges as $challenge}
|
||||
<a class="tag is-primary is-rounded" href="{path('/tag/' . $challenge->title)}">#{$challenge->title}</a>
|
||||
{/foreach}
|
||||
</div>
|
||||
<details>
|
||||
<summary>{include '../../icon.latte', icon: 'tag', text: 'Tags used'}</summary>
|
||||
<div class="tags">
|
||||
{foreach $challenges as $challenge}
|
||||
<a class="tag is-primary is-rounded" href="{path('/tag/' . $challenge->title)}">#{$challenge->title}</a>
|
||||
{/foreach}
|
||||
</div>
|
||||
</details>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue