This commit is contained in:
@@ -96,19 +96,19 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
{#if !$fpProjectStore.loading && $fpProjectStore.projects.length > 0}
|
{#if $fpProjectStore.projects.length > 0}
|
||||||
<h1>Upcoming Deadlines</h1>
|
<h1>Upcoming Deadlines</h1>
|
||||||
|
{#each sortedProjects as project (project.id)}
|
||||||
|
<ProjectEntry isFake={fakeMap[project.id]} hideInactive project={project} />
|
||||||
|
{/each}
|
||||||
{/if}
|
{/if}
|
||||||
{#each sortedProjects as project (project.id)}
|
|
||||||
<ProjectEntry isFake={fakeMap[project.id]} hideInactive project={project} />
|
|
||||||
{/each}
|
|
||||||
|
|
||||||
{#if !$fpProjectStore2.loading && $fpProjectStore2.projects.length > 0}
|
{#if $fpProjectStore2.projects.length > 0}
|
||||||
<h1>Starred Projects</h1>
|
<h1>Starred Projects</h1>
|
||||||
|
{#each $fpProjectStore2.projects as project (project.id)}
|
||||||
|
<ProjectEntry hideInactive project={project} />
|
||||||
|
{/each}
|
||||||
{/if}
|
{/if}
|
||||||
{#each $fpProjectStore2.projects as project (project.id)}
|
|
||||||
<ProjectEntry hideInactive project={project} />
|
|
||||||
{/each}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<RefreshSelection />
|
<RefreshSelection />
|
||||||
|
|||||||
Reference in New Issue
Block a user