reflex/reflex/.templates/web
Masen Furer 56476d0a86
Expose DOM event actions on EventHandler, EventSpec, and EventChain (stopPropagation) (#1891)
* Expose preventDefault and stopPropagation for DOM events

All EventHandler, EventSpec, and EventChain can now carry these extra
"event_actions" that will be applied inside the frontend code when an event is
triggered from the DOM.

Fix #1621
Fix REF-675

* Test cases (and fixes) for "event_actions"

* form: from __future__ import annotations

for py38, py39 compat

* Revert overzealous merge conflict resolution
2023-10-31 11:42:42 -07:00
..
components/reflex [REF-668] Wrap MyApp with radix Theme component (#1867) 2023-10-16 15:31:50 -07:00
styles Rename pynecone to reflex (#1236) 2023-06-25 16:56:55 -07:00
utils Expose DOM event actions on EventHandler, EventSpec, and EventChain (stopPropagation) (#1891) 2023-10-31 11:42:42 -07:00
.gitignore Rename pynecone to reflex (#1236) 2023-06-25 16:56:55 -07:00
jsconfig.json Move custom styles to root App file(_app.js) (#1764) 2023-09-15 13:18:35 -07:00
next.config.js Issues 1633 Add frontend_path to config to support running multiple reflex apps off the same domain, and 1583 Show the correct info on where the site is being served. (#1724) 2023-09-02 06:38:22 -07:00
postcss.config.js Rename pynecone to reflex (#1236) 2023-06-25 16:56:55 -07:00