Use short tag displaying on every project header.
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -5,10 +5,10 @@
|
|||||||
import Icon from "./Icon.svelte";
|
import Icon from "./Icon.svelte";
|
||||||
import LinkHook from "./LinkHook.svelte";
|
import LinkHook from "./LinkHook.svelte";
|
||||||
import Markdown from "./Markdown.svelte";
|
import Markdown from "./Markdown.svelte";
|
||||||
import ProjectIcon from "./ProjectIcon.svelte";
|
import ProjectIcon from "./ProjectIcon.svelte";
|
||||||
import ProjectProgress from "./ProjectProgress.svelte";
|
import ProjectProgress from "./ProjectProgress.svelte";
|
||||||
import Tag from "./Tag.svelte";
|
import Tag from "./Tag.svelte";
|
||||||
import TimeProgress from "./TimeProgress.svelte";
|
import TimeProgress from "./TimeProgress.svelte";
|
||||||
|
|
||||||
interface EntryIconHolder {
|
interface EntryIconHolder {
|
||||||
icon: IconName
|
icon: IconName
|
||||||
@@ -67,7 +67,7 @@ import TimeProgress from "./TimeProgress.svelte";
|
|||||||
{/if}
|
{/if}
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
{#if !full && entry.tags && entry.tags.length > 0}
|
{#if entry.tags && entry.tags.length > 0}
|
||||||
<Tag small value={entry.tags[0]} />
|
<Tag small value={entry.tags[0]} />
|
||||||
{/if}
|
{/if}
|
||||||
<div class="name">
|
<div class="name">
|
||||||
|
|||||||
Reference in New Issue
Block a user