Add initial implementation of history view in new webui framework (#8895)

* Add support for review grid

* Cleanup reloading on focus

* Adjust timeline api to include metadata and before

* Be more efficient about getting info

* Adjust to new data format

* Cleanup types

* Cleanup text

* Transition to history

* Cleanup

* remove old web implementations

* Cleanup
This commit is contained in:
Nicolas Mowen
2023-12-12 19:48:52 -07:00
committed by Blake Blackshear
parent c1f14e2d87
commit 4524d9440c
13 changed files with 932 additions and 33 deletions

View File

@@ -18,6 +18,9 @@ export default defineConfig({
'/vod': {
target: 'http://localhost:5000'
},
'/clips': {
target: 'http://localhost:5000'
},
'/exports': {
target: 'http://localhost:5000'
},