Skip to content

Commit

Permalink
remove unfinished & outdated things
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomsik committed Oct 12, 2024
1 parent afac549 commit 326f3aa
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 428 deletions.
4 changes: 0 additions & 4 deletions src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ const Sidebar = () => (
</SidebarLink>
<SidebarLink href="/settings">Settings</SidebarLink>

<SidebarHeader title="Get in touch" class="mt-6" />
<SidebarLink href="https://twitter.com/cztomsik">Twitter</SidebarLink>
<SidebarLink href="https://discord.com/invite/C47qUJPkkf">Discord</SidebarLink>

<SidebarHeader title="Model" class="mt-auto" />
<ModelSelect />
</Resizable>
Expand Down
117 changes: 0 additions & 117 deletions src/app/_components/TableInput.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/app/_components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ export { Resizable } from "./Resizable"
export { SearchField } from "./SearchField"
export { Select } from "./Select"
export { Table } from "./Table"
export { TableInput } from "./TableInput"
export { Tabs } from "./Tabs"
export { Value } from "./Value"
1 change: 0 additions & 1 deletion src/app/_util/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ export { err } from "./err"
export { dedent, fmtCount, fmtSize, fmtDuration, fmtDate, humanize } from "./fmt"
export { jsonLines } from "./jsonLines"
export { basename } from "./path"
export { parseHTML } from "./parseHTML"
export { template, parseVars } from "./template"
26 changes: 0 additions & 26 deletions src/app/_util/parseHTML.ts

This file was deleted.

4 changes: 0 additions & 4 deletions src/app/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { QuickTools } from "./quick-tools/QuickTools"
import { CreateTool } from "./quick-tools/CreateTool"
import { QuickTool } from "./quick-tools/QuickTool"
import { EditTool } from "./quick-tools/EditTool"
import { Workflows } from "./workflow/Workflows"
import { Workflow } from "./workflow/Workflow"
import { SearchModels } from "./models/SearchModels"
import { DownloadManager } from "./models/DownloadManager"
import { Models } from "./models/Models"
Expand All @@ -23,8 +21,6 @@ const routes = [
{ path: "/quick-tools/new", component: CreateTool },
{ path: "/quick-tools/:id", component: QuickTool },
{ path: "/quick-tools/:id/edit", component: EditTool },
NEXT && { path: "/workflows", component: Workflows },
NEXT && { path: "/workflows/:id", component: Workflow },
{ path: "/playground", component: Playground },
{ path: "/models", component: SearchModels },
{ path: "/models/downloads", component: DownloadManager },
Expand Down
124 changes: 0 additions & 124 deletions src/app/workflow/Workflow.tsx

This file was deleted.

49 changes: 0 additions & 49 deletions src/app/workflow/Workflows.tsx

This file was deleted.

36 changes: 0 additions & 36 deletions src/app/workflow/_examples.ts

This file was deleted.

Loading

0 comments on commit 326f3aa

Please sign in to comment.