mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 05:47:53 +00:00
chore(dashboard): update dependencies
This commit is contained in:
parent
1b3f188997
commit
c574ad6ecf
31 changed files with 437 additions and 402 deletions
|
|
@ -6,7 +6,7 @@
|
|||
import resizeMedia from '../../api/resize-media';
|
||||
import twemoji from 'twemoji';
|
||||
|
||||
import { System } from '../../api/types';
|
||||
import type { System } from '../../api/types';
|
||||
|
||||
export let user: System;
|
||||
export let editMode: boolean;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
const descriptions: string[] = JSON.parse(localStorage.getItem("pk-config"))?.description_templates;
|
||||
|
||||
import { System } from '../../api/types';
|
||||
import type { System } from '../../api/types';
|
||||
import api from '../../api';
|
||||
|
||||
export let editMode: boolean;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
import Privacy from './Privacy.svelte';
|
||||
import Edit from './Edit.svelte';
|
||||
|
||||
import { System } from '../../api/types';
|
||||
import type { System } from '../../api/types';
|
||||
|
||||
export let user: System;
|
||||
export let isPublic = true;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
import FaUserLock from 'svelte-icons/fa/FaUserLock.svelte';
|
||||
import PrivacyEdit from './PrivacyEdit.svelte';
|
||||
|
||||
import { System, SystemPrivacy } from '../../api/types';
|
||||
import type { System, SystemPrivacy } from '../../api/types';
|
||||
|
||||
export let user: System;
|
||||
let editMode = false;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
import { Input, Row, Col, Button, Label, Alert, Spinner } from 'sveltestrap';
|
||||
import { currentUser } from '../../stores';
|
||||
|
||||
import { System, SystemPrivacy } from '../../api/types';
|
||||
import type { System, SystemPrivacy } from '../../api/types';
|
||||
import api from '../../api';
|
||||
|
||||
export let user: System;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue