mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-25 02:26:14 +03:00
Revert "pnpm format"
This reverts commit 6f40b6565ab00747d165de75afe91b8e51fb1017.
This commit is contained in:
parent
a59d4c2c44
commit
c1e057edeb
@ -76,14 +76,14 @@
|
||||
|
||||
<div id="project-overview" class="flex h-full w-full">
|
||||
<div class="flex w-2/3 flex-col gap-4">
|
||||
<h1 class="flex px-8 pt-4 text-xl text-zinc-300">
|
||||
<h1 class="flex pt-4 px-8 text-xl text-zinc-300">
|
||||
<span>{$project?.title}</span>
|
||||
<span class="ml-2 text-zinc-600">Project</span>
|
||||
</h1>
|
||||
|
||||
<h2 class="px-8 text-lg font-bold text-zinc-300">Recently changed files</h2>
|
||||
|
||||
<ul class="mr-1 flex flex-col space-y-4 overflow-y-auto pl-8 pr-7 pb-8">
|
||||
<ul class="flex flex-col space-y-4 overflow-y-auto pl-8 pr-7 pb-8 mr-1">
|
||||
{#await filesActivityByDate.load()}
|
||||
<li>
|
||||
<IconRotateClockwise class="animate-spin" />
|
||||
@ -138,7 +138,7 @@
|
||||
</div>
|
||||
|
||||
<div class="work-in-progress-sidebar flex w-1/3 flex-col border-l border-l-zinc-700">
|
||||
<div class="recent-changes flex flex-col gap-4 border-b border-b-zinc-700 p-4">
|
||||
<div class="recent-changes p-4 flex flex-col gap-4 border-b border-b-zinc-700">
|
||||
<h2 class="text-lg font-bold text-zinc-300">Work in Progress</h2>
|
||||
|
||||
<div class="flex items-center justify-between gap-2">
|
||||
@ -193,12 +193,12 @@
|
||||
</div>
|
||||
|
||||
<div class="flex flex-auto flex-col overflow-auto ">
|
||||
<h2 class="p-4 text-lg font-bold text-zinc-300">Recent Activity</h2>
|
||||
<h2 class="text-lg font-bold text-zinc-300 p-4">Recent Activity</h2>
|
||||
|
||||
<ul class="mx-1 flex flex-auto flex-col overflow-auto">
|
||||
<ul class="flex flex-auto flex-col overflow-auto mx-1">
|
||||
{#each $recentActivity as activity}
|
||||
<li
|
||||
class="mb-2 ml-3 mr-1 flex flex-col gap-2 rounded border border-zinc-700 bg-[#2F2F33] p-3 text-zinc-400"
|
||||
class="flex flex-col gap-2 rounded border border-zinc-700 bg-[#2F2F33] p-3 mb-2 text-zinc-400 ml-3 mr-1"
|
||||
>
|
||||
<div class="flex flex-row justify-between text-zinc-500">
|
||||
<span>
|
||||
|
Loading…
Reference in New Issue
Block a user