gradio/js/app
Yuichiro Tachibana (Tsuchiya) 0a3870d52b
Call handle_darkmode() even if window.__gradio_mode__ === "website" but enforce the light theme (#7710)
* Call handle_darkmode() even if `window.__gradio_mode__ === "website"` but enforce the light theme

* add changeset

* Rename functions

* Fix `handle_theme_mode()` not to access a variable `active_theme_mode` in an outer scope

* Rename use_system_theme to sync_system_theme

* Replace let with const

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2024-03-18 07:29:08 -07:00
..
public Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
src Call handle_darkmode() even if window.__gradio_mode__ === "website" but enforce the light theme (#7710) 2024-03-18 07:29:08 -07:00
test batch UI updates on a per frame basis (#7564) 2024-03-13 13:46:40 +00:00
.gitignore Prebuild lite css (#4788) 2023-07-06 11:38:15 +01:00
build_plugins.ts batch UI updates on a per frame basis (#7564) 2024-03-13 13:46:40 +00:00
CHANGELOG.md chore: update versions (#7630) 2024-03-08 16:35:23 -08:00
component_loader.js batch UI updates on a per frame basis (#7564) 2024-03-13 13:46:40 +00:00
index.html add background color based on the OS mode (#7117) 2024-01-30 11:40:21 -08:00
lite.html Lite: PoC of an online editor (#4809) 2023-07-10 10:00:05 +01:00
package.json chore: update versions (#7630) 2024-03-08 16:35:23 -08:00
postcss.config.js move files (#3605) 2023-03-27 16:12:58 -07:00
vite.config.ts batch UI updates on a per frame basis (#7564) 2024-03-13 13:46:40 +00:00