gradio/js/app
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
..
public Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
src Improve source selection UX (#6766) 2023-12-19 19:24:08 +00:00
test Improve source selection UX (#6766) 2023-12-19 19:24:08 +00:00
.gitignore Prebuild lite css (#4788) 2023-07-06 11:38:15 +01:00
build_plugins.ts Improve Embed and CDN handling and fix a couple of related bugs (#6261) 2023-11-02 22:29:03 +00:00
CHANGELOG.md chore: update versions (#6797) 2023-12-15 15:39:46 -08:00
component_loader.js Image editor (#6169) 2023-11-18 23:42:11 +00:00
index.html chore(deps): update all non-major dependencies (#6537) 2023-11-22 18:04:27 -05:00
lite.html Lite: PoC of an online editor (#4809) 2023-07-10 10:00:05 +01:00
package.json chore: update versions (#6797) 2023-12-15 15:39:46 -08:00
postcss.config.js
vite.config.ts Lite v4 (#6398) 2023-12-12 22:10:16 +00:00