Skip to content

Commit

Permalink
Remove 'packages' from app since they wont be used for now
Browse files Browse the repository at this point in the history
  • Loading branch information
guergana committed Dec 11, 2024
1 parent 48a4c89 commit 8226667
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 1,272 deletions.
15 changes: 0 additions & 15 deletions client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,21 +88,6 @@ export class Client {
return await makeRequest<{ path: string }>('/folder/move', props)
}

// Package

async packageFetch(props: {
url: string
path?: string
folder?: string
deduplicate?: boolean
}) {
return await makeRequest<{ path: string }>('/package/fetch', props)
}

async packagePublish(props: { path: string; control: types.IControl }) {
return await makeRequest<{ url: string }>('/package/publish', props)
}

// Table

async tableCount(props: { path: string; valid?: boolean }) {
Expand Down
1 change: 0 additions & 1 deletion client/components/Application/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ export const CONTROLLERS: {
json: File,
jsonschema: File,
map: File,
package: File,
resource: File,
schema: File,
script: File,
Expand Down
175 changes: 0 additions & 175 deletions client/components/Editors/Package/Layout.tsx

This file was deleted.

146 changes: 0 additions & 146 deletions client/components/Editors/Package/Sections/Contributors.tsx

This file was deleted.

Loading

0 comments on commit 8226667

Please sign in to comment.