mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-20 16:11:46 +03:00
lint fixes
This commit is contained in:
parent
f80c6ba14e
commit
b386643d49
@ -72,12 +72,7 @@
|
|||||||
/>
|
/>
|
||||||
{/await}
|
{/await}
|
||||||
{:else if $branchesError$}
|
{:else if $branchesError$}
|
||||||
<ProblemLoadingRepo
|
<ProblemLoadingRepo {projectService} {userService} project={$project$} error={$branchesError$} />
|
||||||
{projectService}
|
|
||||||
{userService}
|
|
||||||
project={$project$}
|
|
||||||
error={$branchesError$}
|
|
||||||
/>
|
|
||||||
{:else if !$gbBranchActive$ && $baseBranch$}
|
{:else if !$gbBranchActive$ && $baseBranch$}
|
||||||
<NotOnGitButlerBranch
|
<NotOnGitButlerBranch
|
||||||
{userService}
|
{userService}
|
||||||
|
@ -75,12 +75,7 @@
|
|||||||
<span class="card_title text-base-16 text-semibold">Project settings</span>
|
<span class="card_title text-base-16 text-semibold">Project settings</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="card__content">
|
<div class="card__content">
|
||||||
<CloudForm
|
<CloudForm project={$project$} user={$user$} {userService} on:updated={onCloudUpdated} />
|
||||||
project={$project$}
|
|
||||||
user={$user$}
|
|
||||||
{userService}
|
|
||||||
on:updated={onCloudUpdated}
|
|
||||||
/>
|
|
||||||
<Spacer />
|
<Spacer />
|
||||||
<DetailsForm project={$project$} on:updated={onDetailsUpdated} />
|
<DetailsForm project={$project$} on:updated={onDetailsUpdated} />
|
||||||
<Spacer />
|
<Spacer />
|
||||||
@ -94,7 +89,7 @@
|
|||||||
href="https://discord.gg/wDKZCPEjXC"
|
href="https://discord.gg/wDKZCPEjXC"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
class="border-light-200 dark:border-dark-400 dark:bg-dark-700 flex-1 rounded border bg-white p-4"
|
class="flex-1 rounded border border-light-200 bg-white p-4 dark:border-dark-400 dark:bg-dark-700"
|
||||||
>
|
>
|
||||||
<p class="mb-2 font-medium">Join our Discord</p>
|
<p class="mb-2 font-medium">Join our Discord</p>
|
||||||
<p class="text-light-700 dark:text-dark-200">
|
<p class="text-light-700 dark:text-dark-200">
|
||||||
@ -104,7 +99,7 @@
|
|||||||
<a
|
<a
|
||||||
href="mailto:hello@gitbutler.com?subject=Feedback or question!"
|
href="mailto:hello@gitbutler.com?subject=Feedback or question!"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="border-light-200 dark:border-dark-400 dark:bg-dark-700 flex-1 rounded border bg-white p-4"
|
class="flex-1 rounded border border-light-200 bg-white p-4 dark:border-dark-400 dark:bg-dark-700"
|
||||||
>
|
>
|
||||||
<p class="mb-2 font-medium">Contact us</p>
|
<p class="mb-2 font-medium">Contact us</p>
|
||||||
<p class="text-light-700 dark:text-dark-200">
|
<p class="text-light-700 dark:text-dark-200">
|
||||||
|
Loading…
Reference in New Issue
Block a user