WAT-2: Just show items in a table with filtering

Use infinite loading to fill in all the pages in the background. Show
the keywords as pills/chips, but they aren't clickable (yet?).
This commit is contained in:
2024-06-24 01:37:58 -04:00
parent 5655e22075
commit b9b4a31f37
8 changed files with 1278 additions and 62 deletions

View File

@@ -3,7 +3,6 @@ import { createRoot } from 'react-dom/client';
// import './styles.css';
import App from './App';
import { useQueryClient } from '@tanstack/react-query';
const root = createRoot(document.getElementById('root'));