* Remove unnecessary dataset code
* Fix jump on row selection
* Add FineTuneButton
* Add model slug to modal
* Add fine tunes to schema
* Remove dataset routers
* Remove more dataset-specific code
* Remove more data code
* Fix horizontal scroll bar jumping
* Add fine tunes page
* Actually create the fine tune entry
* Add beta modal
* Require beta for fine tunes and request logs
* Send user to waitlist link
* control beta features in .env variable
* Combine migration files
* Show beta features in app shell
* Clear selected log ids last when closing fine tune modal
* Remove ModalCloseButton from BetaModal
* Remove unused import
* Change timestamps to camelCase
* Maintain tag casing
* Persist column visibility in zustand
* Persist only visibleColumns key
* merge persisted state
* Only show ColumnVisibilityDropdown after rehydration
* Record storage rehydrated
* Add useIsClientRehydrated hook
* Hide ActionButton text on mobile
* Condense Paginator on mobile
---------
Co-authored-by: Kyle Corbitt <kyle@corbt.com>
We'll probably need a concept of organizations at some point in the future, but in practice the way we're using these in the codebase right now is as a project, so this renames it to that to avoid confusion.