dioxus/packages/playwright-tests
Evan Almloff cab573eefd
Synchronous prevent default (#2792)
* add prevent default methods to the event

* sync prevent default almost working

* sync prevent default working

* Move event handling into the runtime

* update core tests

* restore desktop file dialog

* implement prevent default on web

* add a hint about the new prevent default method

* fix web prevent default

* Fix CTRL+click on links

* fix values memorize in place test

* Fix a few more tests

* Add a playwright test for sync prevent default

* Fix core doc tests

* create a deprecated VirtualDom::handle_event

* fix macos imports in desktop

* Fix onmounted event

* Fix liveview support

* switch to RefCell for metadata

* Remove println

* remove prevent default attribute

* remove web specific link behavior

* Fix liveview links

* more liveview fixes for link

* Fix merge conflicts

* Fix clippy

* use the new prevent default in the file upload example
2024-08-13 11:57:54 -07:00
..
fullstack Bubble errors from the server to the client on suspense boundaries (#2772) 2024-08-02 19:01:55 -07:00
liveview Get more axum stuff upgraded to 0.7 2024-02-15 18:59:57 -08:00
nested-suspense switch to a Document trait and introduce Script/Head/Style/Meta components (#2635) 2024-07-17 20:54:03 -05:00
static-generation Fix playwright tests (#2695) 2024-07-24 12:48:30 -07:00
suspense-carousel Pre-release 0.6.0-alpha.0 (#2755) 2024-07-31 22:37:39 -05:00
web Synchronous prevent default (#2792) 2024-08-13 11:57:54 -07:00
.gitignore dont commit wasm 2024-02-05 12:46:01 -08:00
fullstack.spec.js Bubble errors from the server to the client on suspense boundaries (#2772) 2024-08-02 19:01:55 -07:00
liveview.spec.js Move playwright into packages 2024-01-30 18:51:19 -08:00
nested-suspense-no-js.spec.js Fix playwright tests (#2695) 2024-07-24 12:48:30 -07:00
nested-suspense.spec.js Fix playwright tests (#2695) 2024-07-24 12:48:30 -07:00
package-lock.json Fix: #2095, #1990 2024-03-17 21:14:26 -07:00
package.json Fix: #2095, #1990 2024-03-17 21:14:26 -07:00
playwright.config.js Fix playwright tests (#2695) 2024-07-24 12:48:30 -07:00
static-generation.spec.js Add a playwright test that checks static generation (#2608) 2024-07-10 12:43:02 -07:00
suspense-carousel.spec.js Fix playwright tests (#2695) 2024-07-24 12:48:30 -07:00
web.spec.js Synchronous prevent default (#2792) 2024-08-13 11:57:54 -07:00