gradio/js/video/shared
Hannah 73268ee2e3
Improve source selection UX (#6766)
* Add new source option styling for pasting from clipboard
Use SourceSelect in Image component

* prevent device selection cut off
tweak source selection ux

* Check for dupe sources in source selection
Set sources[0] to active_source in Image

* tweaks

* tweak

* add image interaction test

* more tests

* improve light/dark mode color contrast

* add changeset

* remove unused prop

* add no device found placeholder
change T<sources> -> T<source_types>

* style tweak

* allow pasting on click + add e2e test

* fix e2e tests

* formatting

* add timeout to e2e test

* tweak

* tweak test

* change `getByLabel` to `getByText`

* value tweak

* logic tweak

* test

* formatting

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-12-19 19:24:08 +00:00
..
InteractiveVideo.svelte Improve source selection UX (#6766) 2023-12-19 19:24:08 +00:00
Player.svelte Remove the styles from the Image/Video primitive components and Fix the container styles (#6726) 2023-12-11 23:15:02 +01:00
utils.ts Improve video trimming and error handling (#6566) 2023-12-04 13:38:55 -08:00
Video.svelte Lite v4 (#6398) 2023-12-12 22:10:16 +00:00
VideoControls.svelte Improve video trimming and error handling (#6566) 2023-12-04 13:38:55 -08:00
VideoPreview.svelte Lite v4 (#6398) 2023-12-12 22:10:16 +00:00
VideoTimeline.svelte Improve video trimming and error handling (#6566) 2023-12-04 13:38:55 -08:00