mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-03 06:52:08 +03:00
Fix lint errors
This commit is contained in:
parent
3b1725cfc4
commit
c951f01c98
@ -26,10 +26,7 @@
|
|||||||
import { User } from '$lib/stores/user';
|
import { User } from '$lib/stores/user';
|
||||||
import { getContext, getContextStore, getContextStoreBySymbol } from '$lib/utils/context';
|
import { getContext, getContextStore, getContextStoreBySymbol } from '$lib/utils/context';
|
||||||
import { BranchController } from '$lib/vbranches/branchController';
|
import { BranchController } from '$lib/vbranches/branchController';
|
||||||
import {
|
import { getLocalAndRemoteCommits, getLocalCommits } from '$lib/vbranches/contexts';
|
||||||
getLocalAndRemoteCommits,
|
|
||||||
getLocalCommits
|
|
||||||
} from '$lib/vbranches/contexts';
|
|
||||||
import { FileIdSelection } from '$lib/vbranches/fileIdSelection';
|
import { FileIdSelection } from '$lib/vbranches/fileIdSelection';
|
||||||
import { VirtualBranch } from '$lib/vbranches/types';
|
import { VirtualBranch } from '$lib/vbranches/types';
|
||||||
import Button from '@gitbutler/ui/Button.svelte';
|
import Button from '@gitbutler/ui/Button.svelte';
|
||||||
@ -220,10 +217,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div class="lane-branches__action" class:scroll-end-visible={scrollEndVisible}>
|
||||||
class="lane-branches__action"
|
|
||||||
class:scroll-end-visible={scrollEndVisible}
|
|
||||||
>
|
|
||||||
<Button
|
<Button
|
||||||
style="pop"
|
style="pop"
|
||||||
kind="solid"
|
kind="solid"
|
||||||
|
Loading…
Reference in New Issue
Block a user