mirror of
https://github.com/ianarawjo/ChainForge.git
synced 2025-03-14 16:26:45 +00:00
* Add loading spinner overlay to Response Inspector when it hangs on UI reload * Use Mantine React Table in Response Inspector * Merge toolbar into Mantine React Table toolbar, to save space * Disable counting num of matches in search bar, since this is non-trivial now. We might merge later, but the user can use the num of items in the table view as a proxy. * Adds `StringLookup` table. Change types related to `LLMResponse`s with a `StringOrHash` type, which can be a string or a number. * Import/export the lookup table when importing/exporting the flow state. * Update package version