Skip to content

Commit

Permalink
feat(ui): Implement URL path workflows nav (#3)
Browse files Browse the repository at this point in the history
* feat(ui): Add example data table for cases

* fix(engine): Return status field after create workflow

* feat(ui): Move workflow CRUD into lib

* build(ui): Install blocknote

* feat(ui): Add create workflow form

* feat(ui): Enable workflow path nav in switcher

* feat(ui): Set workflow ID in context after load in switcher

* feat: Rename selectedWorkflow vars / funcs to workflow
  • Loading branch information
Chris Lo authored Mar 7, 2024
1 parent 6525fe3 commit f8531ad
Show file tree
Hide file tree
Showing 26 changed files with 2,938 additions and 261 deletions.
5 changes: 5 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@blocknote/core": "^0.12.0",
"@blocknote/react": "^0.12.0",
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
Expand All @@ -35,11 +38,13 @@
"@radix-ui/react-tooltip": "^1.0.7",
"@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/react-query": "^5.24.7",
"@tanstack/react-table": "^8.13.2",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"date-fns": "^2.28.0",
"install": "^0.13.0",
"lucide-react": "^0.330.0",
"next": "14.1.0",
"next-themes": "^0.2.1",
Expand Down
Loading

0 comments on commit f8531ad

Please sign in to comment.