Skip to content

Commit

Permalink
Remove 'packages' from app since they wont be used for now (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
guergana authored Dec 15, 2024
1 parent 886925e commit c365015
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 1,271 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
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 c365015

Please sign in to comment.