Skip to content

Commit

Permalink
feat(ui): add the datatable component (#2581)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans authored Oct 16, 2024
1 parent 2558abd commit de87d1c
Show file tree
Hide file tree
Showing 79 changed files with 717 additions and 842 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-tips-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kadena/kode-ui': minor
---

add the DataTable Component
3 changes: 1 addition & 2 deletions packages/apps/dev-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"verify": "tsc --noEmit"
},
"dependencies": {
"@artsy/fresnel": "^7.1.4",
"@hookform/resolvers": "^3.2.0",
"@kadena/chainweb-node-client": "workspace:*",
"@kadena/client": "workspace:*",
Expand Down Expand Up @@ -74,4 +73,4 @@
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^1.6.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/apps/dev-wallet/src/App/app.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { MediaContextProvider } from '@/Components/Media/media';
import { DatabaseProvider } from '@/modules/db/db.provider';
import { LayoutProvider } from '@/modules/layout/layout.provider.tsx';
import { WalletProvider } from '@/modules/wallet/wallet.provider';
import { MediaContextProvider } from '@kadena/kode-ui';
import { useEffect } from 'react';
import { PromptProvider } from '../Components/PromptProvider/Prompt';
import { BetaHeader } from './BetaHeader';
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit de87d1c

Please sign in to comment.