File tree Expand file tree Collapse file tree 2 files changed +587
-3
lines changed
browser-extension/tests/playground Expand file tree Collapse file tree 2 files changed +587
-3
lines changed Original file line number Diff line number Diff line change 11import { SpotTable } from '@/components/SpotTable'
2+ import DraftsTable from "./claude"
23import type { CommentState } from '@/entrypoints/background'
34import { EnhancerRegistry } from '@/lib/registries'
45import { sampleSpots } from './playgroundData'
@@ -12,9 +13,10 @@ export function PopupPlayground() {
1213
1314 return (
1415 < div className = 'w-full' >
15- < h2 className = 'mb-4 text-lg font-semibold text-foreground' > Open Comment Spots </ h2 >
16-
16+ < DraftsTable > </ DraftsTable >
17+ { /* <h2 className='mb-4 text-lg font-semibold text-foreground'>Open Comment Spots</h2>
1718 <div className='border rounded-md'>
19+ DraftsTable
1820 <SpotTable
1921 spots={sampleSpots}
2022 enhancerRegistry={enhancers}
@@ -25,7 +27,7 @@ export function PopupPlayground() {
2527 emptyStateMessage='No open comment spots'
2628 showHeader={true}
2729 />
28- </ div >
30+ </div> */ }
2931 </ div >
3032 )
3133}
You can’t perform that action at this time.
0 commit comments