mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 03:26:36 +03:00
path and lint fixes
This commit is contained in:
parent
2959b17f35
commit
27e8fe4fc1
@ -5,10 +5,10 @@
|
||||
import WelcomeSigninAction from '$lib/components/WelcomeSigninAction.svelte';
|
||||
import { projectAiGenEnabled } from '$lib/config/config';
|
||||
import Section from '$lib/settings/Section.svelte';
|
||||
import Spacer from '$lib/shared/Spacer.svelte';
|
||||
import { UserService } from '$lib/stores/user';
|
||||
import { getContext } from '@gitbutler/shared/context';
|
||||
import Button from '@gitbutler/ui/Button.svelte';
|
||||
import Spacer from '@gitbutler/ui/Spacer.svelte';
|
||||
import Toggle from '@gitbutler/ui/Toggle.svelte';
|
||||
import { goto } from '$app/navigation';
|
||||
|
||||
|
@ -3,10 +3,10 @@
|
||||
import SectionCard from '$lib/components/SectionCard.svelte';
|
||||
import Section from '$lib/settings/Section.svelte';
|
||||
import Link from '$lib/shared/Link.svelte';
|
||||
import Spacer from '$lib/shared/Spacer.svelte';
|
||||
import { User } from '$lib/stores/user';
|
||||
import * as toasts from '$lib/utils/toasts';
|
||||
import { getContext, getContextStore } from '@gitbutler/shared/context';
|
||||
import Spacer from '@gitbutler/ui/Spacer.svelte';
|
||||
import Textarea from '@gitbutler/ui/Textarea.svelte';
|
||||
import Textbox from '@gitbutler/ui/Textbox.svelte';
|
||||
import Toggle from '@gitbutler/ui/Toggle.svelte';
|
||||
|
@ -5,8 +5,8 @@
|
||||
import { Project, ProjectsService } from '$lib/backend/projects';
|
||||
import SectionCard from '$lib/components/SectionCard.svelte';
|
||||
import { platformName } from '$lib/platform/platform';
|
||||
import Spacer from '$lib/shared/Spacer.svelte';
|
||||
import { getContext } from '@gitbutler/shared/context';
|
||||
import Spacer from '@gitbutler/ui/Spacer.svelte';
|
||||
import Toggle from '@gitbutler/ui/Toggle.svelte';
|
||||
|
||||
const project = getContext(Project);
|
||||
|
@ -12,9 +12,9 @@
|
||||
import Section from '$lib/settings/Section.svelte';
|
||||
import InfoMessage from '$lib/shared/InfoMessage.svelte';
|
||||
import RadioButton from '$lib/shared/RadioButton.svelte';
|
||||
import Spacer from '$lib/shared/Spacer.svelte';
|
||||
import { UserService } from '$lib/stores/user';
|
||||
import { getContext } from '@gitbutler/shared/context';
|
||||
import Spacer from '@gitbutler/ui/Spacer.svelte';
|
||||
import Textbox from '@gitbutler/ui/Textbox.svelte';
|
||||
import { onMount, tick } from 'svelte';
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
import SettingsPage from '$lib/layout/SettingsPage.svelte';
|
||||
import AuthorizationBanner from '$lib/settings/AuthorizationBanner.svelte';
|
||||
import GithubIntegration from '$lib/settings/GithubIntegration.svelte';
|
||||
import Spacer from '$lib/shared/Spacer.svelte';
|
||||
import { UserService } from '$lib/stores/user';
|
||||
import { getContext } from '@gitbutler/shared/context';
|
||||
import Spacer from '@gitbutler/ui/Spacer.svelte';
|
||||
|
||||
const userService = getContext(UserService);
|
||||
const user = userService.user;
|
||||
|
@ -5,12 +5,12 @@
|
||||
import WelcomeSigninAction from '$lib/components/WelcomeSigninAction.svelte';
|
||||
import SettingsPage from '$lib/layout/SettingsPage.svelte';
|
||||
import { showError } from '$lib/notifications/toasts';
|
||||
import Spacer from '$lib/shared/Spacer.svelte';
|
||||
import { UserService } from '$lib/stores/user';
|
||||
import * as toasts from '$lib/utils/toasts';
|
||||
import { getContext } from '@gitbutler/shared/context';
|
||||
import Button from '@gitbutler/ui/Button.svelte';
|
||||
import Modal from '@gitbutler/ui/Modal.svelte';
|
||||
import Spacer from '@gitbutler/ui/Spacer.svelte';
|
||||
import Textbox from '@gitbutler/ui/Textbox.svelte';
|
||||
import { goto } from '$app/navigation';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user