Brian Donovan
|
b51ffa0590
|
fix(playwright): remove unnecessary await s (#1239)
`page.locator` is a synchronous method.
|
2023-07-24 11:36:16 -05:00 |
|
Miles Murgaw
|
6210c6fefe
|
Convert use_eval to use send/recv system (#1080)
* progress: reworked
don't run this, it'll kill your web browser
* feat: use_eval but with comms
* revision: async recv & recv_sync
* revision: use_eval
* revision: standard eval interface
* revision: use serde_json::Value instead of JsValue
* revision: docs
* revision: error message
* create: desktop eval (wip)
* fix: desktop eval
* revision: wrap use_eval in Rc<RefCell<_>>
* fix: fmt, clippy
* fix: desktop tests
* revision: change to channel system
- fixes clippy errors
- fixes playwright tests
* fix: tests
* fix: eval example
* fix: fmt
* fix: tests, desktop stuff
* fix: tests
* feat: drop handler
* fix: tests
* fix: rustfmt
* revision: web promise/callback system
* fix: recv error
* revision: IntoFuture, functionation
* fix: ci
* revision: playwright web
* remove: unescessary code
* remove dioxus-html from public examples
* prototype-patch
* fix web eval
* fix: rustfmt
* fix: CI
* make use_eval more efficient
* implement eval for liveview as well
* fix playwright tests
* fix clippy
* more clippy fixes
* fix clippy
* fix stack overflow
* fix desktop mock
* fix clippy
---------
Co-authored-by: Evan Almloff <evanalmloff@gmail.com>
|
2023-07-21 17:36:25 -05:00 |
|
Andrea Frigido
|
dccad58f1d
|
Update license field following SPDX 2.1 license expression standard
|
2023-07-20 18:00:07 +01:00 |
|
Jonathan Kelley
|
eb43429ff6
|
Bump versions, move paths
|
2023-07-19 10:16:27 -07:00 |
|
Jonathan Kelley
|
0ceaaa6c96
|
Don't install the CLI
|
2023-07-19 10:11:11 -07:00 |
|
Jonathan Kelley
|
8527e60e01
|
Move playwright stuff into its own directory
|
2023-07-19 09:52:51 -07:00 |
|
Jonathan Kelley
|
cd30b42e2d
|
Merge branch 'master' into jk/remove-dioxus-bin
|
2023-07-18 18:31:48 -07:00 |
|
Evan Almloff
|
4c3fb1a33f
|
Merge branch 'master' into router-typesafe
|
2023-07-17 15:12:25 -07:00 |
|
Brian Donovan
|
947b7b650e
|
chore: rename playwrite to playwright (#1203)
I assume this was a mistake and not intentional.
|
2023-07-17 11:00:59 -05:00 |
|