More updates that were not included in last commit?

Not really sure. I hit commit, but they were not included in the previous commit in GitButler.
This commit is contained in:
Ian Donahue 2023-03-31 15:58:59 +02:00
parent 545b2a51a4
commit 99a8f53543
2 changed files with 14 additions and 13 deletions

View File

@ -113,7 +113,7 @@
<h1 class="px-2 py-1 text-xl font-bold">Commit</h1>
<form on:submit|preventDefault={onCommit} class="flex w-1/3 min-w-[500px] flex-col gap-4">
<ul class="flex w-full flex-col rounded border border-card-default bg-card-active">
<ul class="flex w-full flex-col rounded border bg-card-active border-gb-700">
<header class="flex w-full items-center p-2">
<input
type="checkbox"
@ -169,7 +169,7 @@
<input
name="summary"
class="rounded border border-card-default bg-card-active p-3 disabled:opacity-50"
class="w-full rounded border border-zinc-600 bg-zinc-700 p-2 text-zinc-100"
disabled={isGeneratingCommitMessage || isCommitting}
type="text"
placeholder="Summary (required)"
@ -180,7 +180,8 @@
<textarea
name="description"
disabled={isGeneratingCommitMessage || isCommitting}
class="rounded border border-card-default bg-card-active p-3 disabled:opacity-50"
class="w-full rounded border border-zinc-600 bg-zinc-700 p-2 text-zinc-100"
rows="10"
placeholder="Description (optional)"
bind:value={description}

View File

@ -250,18 +250,18 @@
</div>
{:then}
<header
class="card-header flex flex-row justify-between rounded-t border-b-[1px] border-b-divider bg-card-active px-3 py-2"
class="card-header flex flex-row justify-between rounded-t border-b-[1px] border-b-divider bg-card-active px-3 py-2 leading-[21px]"
>
<span class="flex gap-1">
<span class="text-sm">🧰</span>
<span>Working History</span>
<span class="text-zinc-400">
<div class="flex gap-2 relative">
<div class="text-sm h-4 w-4 relative bottom-[1px]">🧰</div>
<div>Working History</div>
<div class="text-zinc-400">
{$richSessions.length}
</span>
</span>
</div>
</div>
</header>
<ul class="flex h-full flex-col gap-2 overflow-auto rounded-b bg-card-default pt-2 pl-2 pr-1 mr-1">
<ul class="flex h-full flex-col gap-2 overflow-auto rounded-b bg-card-default pt-2 pb-2 pl-2 pr-1 mr-1">
{#each $richSessions as session}
{@const isCurrent = session.id === $currentSessionId}
<li
@ -313,7 +313,7 @@
<div
id="player"
class="relative my-2 flex flex-auto flex-col overflow-auto rounded border border-zinc-700 bg-card-default"
class="relative my-2 flex flex-auto flex-col overflow-auto rounded border-gb-700 bg-card-default border-[0.5px]"
>
{#if $frame}
<header class="flex items-center gap-3 bg-card-active px-3 py-2">
@ -369,7 +369,7 @@
<div
id="controls"
class="absolute bottom-0 flex w-full flex-col border-t border-zinc-700 bg-[#2E2E32]/75 p-2 pt-4"
class="absolute bottom-0 flex w-full flex-col border-t border-zinc-700 bg-[#2E2E32]/75 p-2 pt-4 rounded-br rounded-bl"
style="
border-width: 0.5px;
-webkit-backdrop-filter: blur(5px) saturate(190%) contrast(70%) brightness(80%);