mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
linting
This commit is contained in:
+2
-2
@@ -22,9 +22,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/svelte": "^1.1.24",
|
||||
"@appwrite.io/console": "https://pkg.pr.new/appwrite-labs/cloud/@appwrite.io/console@3f35a6b",
|
||||
"@appwrite.io/console": "https://pkg.pr.new/appwrite-labs/cloud/@appwrite.io/console@964f807",
|
||||
"@appwrite.io/pink-icons": "0.25.0",
|
||||
"@appwrite.io/pink-icons-svelte": "https://pkg.vc/-/@appwrite/@appwrite.io/pink-icons-svelte@2cf27e0",
|
||||
"@appwrite.io/pink-icons-svelte": "https://pkg.vc/-/@appwrite/@appwrite.io/pink-icons-svelte@1955660",
|
||||
"@appwrite.io/pink-legacy": "^1.0.3",
|
||||
"@appwrite.io/pink-svelte": "https://pkg.vc/-/@appwrite/@appwrite.io/pink-svelte@fb8b1ed",
|
||||
"@faker-js/faker": "^9.9.0",
|
||||
|
||||
Generated
+1184
-1440
File diff suppressed because it is too large
Load Diff
+6
-4
@@ -24,7 +24,9 @@ import {
|
||||
IconRelationship,
|
||||
IconText,
|
||||
IconToggle,
|
||||
IconGlobe
|
||||
IconPinned,
|
||||
IconLine,
|
||||
IconPolygon
|
||||
} from '@appwrite.io/pink-icons-svelte';
|
||||
import type { ComponentType } from 'svelte';
|
||||
|
||||
@@ -124,7 +126,7 @@ export const columnOptions: Option[] = [
|
||||
type: 'point',
|
||||
create: submitPoint,
|
||||
update: updatePoint,
|
||||
icon: IconGlobe
|
||||
icon: IconPinned
|
||||
},
|
||||
{
|
||||
name: 'Line',
|
||||
@@ -133,7 +135,7 @@ export const columnOptions: Option[] = [
|
||||
type: 'linestring',
|
||||
create: submitLine,
|
||||
update: updateLine,
|
||||
icon: IconGlobe
|
||||
icon: IconLine
|
||||
},
|
||||
{
|
||||
name: 'Polygon',
|
||||
@@ -142,7 +144,7 @@ export const columnOptions: Option[] = [
|
||||
type: 'polygon',
|
||||
create: submitPolygon,
|
||||
update: updatePolygon,
|
||||
icon: IconGlobe
|
||||
icon: IconPolygon
|
||||
},
|
||||
{
|
||||
name: 'Email',
|
||||
|
||||
Reference in New Issue
Block a user