* Reword downloading status text
* Disable closing modal while sending in progress
* Auto-refresh on upload completion
* Make error red
* Remove red from error message
* Remove console
* Add upload data modal
* Add dataset entry deletion and export
* Remove consoles
* Upload training data through Azure Blob Storage
* Give progress updates on downloads
* Delete rows in chunks
* Fix lint
* Add FileUploadsCard in bottom right corner
* Create dataset from request logs
* Move drawer expansion logic out of app state
* Add empty dataset page
* Properly handle zero dataset state
* Add DatasetEntriesTable
* Open DatasetEntryEditorDrawer on row click
* Add editable messages
* Change Request Logs link to be a span
* Add FunctionCallEditor
* Change styling around
* Stop logging variant stats after a while
* Change FunctionCallEditor widths
* Record input tokens even on errored calls
* Allow user to add messages
* Allow changing from empty text to function call
* Fix some data layout issues
* Default to empty output
* Update arguments on blur
* Add beta flag to datasets tab
* Remove unused import
* Save training and testing datasets on fine tune
* Add DatasetEntryType
* Condense migrations
* Add index to datasetEntry
* Add datasetEntry index
* Fix types
* Enable scrolling beyond last line in VariantEditor
* Divide new dataset entries exactly along training/testing ratio
* Update README
* Update package version
* Add publish script
* Close project menu after creating a project
* Update npm lib README
* Publish updated README to npm
* Record updated version number
* Remove mission text
* Change wording
* Add link to Read the Docs
* Add links to docs in empty log tables
* Remove beta block from Dashboard and Request Logs
* Make ActionButton onClick optional
* Update client libs typescript README
* Create index.d.ts files
* Publish the ingestion library to NPM
Library is now published at https://www.npmjs.com/package/openpipe; see README for details.
* Rename package.json in /dist folder
* Increment patch version
* Increment package version
* Add newline to publish.sh
---------
Co-authored-by: David Corbitt <davidlcorbitt@gmail.com>