Closed cfahlgren1 closed 5 months ago
Since we aren't using the sidebar API anymore we can have a more subtle component where it can sit in the corner.
diff looks like alot, but most of it is adding shadcn components. felt good to remove some code we don't need anymore
Background
Both the back service worker and sidepanel don't support the Worker API which is required to use the AsyncDuckDB in DuckDB WASM. Originally, I was running Synchronous DuckDB, however, you can't make async http requests to data sources like Parquet. After testing in content scripts, I was surprised to find that the Worker API was available there.