Evan Almloff
|
dccfba12d8
|
Merge branch 'master' into events-2
|
2024-01-04 19:02:00 -06:00 |
|
Evan Almloff
|
2f9b6e7dea
|
fix non string layout attributes in rink
|
2024-01-03 08:26:14 -06:00 |
|
Exotik850
|
e0fbed7eea
|
Switch outdated tui crate for ratatui (#1671)
* Switch outdated tui crate for ratatui
* fix query docs whoops
|
2023-11-28 16:54:17 -06:00 |
|
ealmloff
|
5bb06b9719
|
Merge branch 'master' into events-2
|
2023-10-30 15:37:29 -05:00 |
|
Leonard
|
2d1234c3d1
|
Include README and Dioxus logo in package docs (#1536)
* Include README in docs.rs and add Dioxus logo
* Update README.md
|
2023-10-10 10:52:48 -05:00 |
|
Evan Almloff
|
fc5c53810b
|
fix rink imports
|
2023-09-13 10:08:06 -05:00 |
|
Evan Almloff
|
a9bb04722f
|
split the point interaction trait into smaller traits for touch compatibility
|
2023-09-12 10:01:53 -05:00 |
|
Evan Almloff
|
d06e64e5ad
|
fix dioxus-tui events
|
2023-09-06 12:51:02 -05:00 |
|
Evan Almloff
|
3eafb05d92
|
fix features on rink html dependency
|
2023-08-31 16:34:27 -05:00 |
|
Evan Almloff
|
4879f65a3e
|
fix tui events
|
2023-08-31 16:25:26 -05:00 |
|
Evan Almloff
|
8ba1c05a93
|
fix desktop events
|
2023-08-28 16:37:19 -05:00 |
|
Evan Almloff
|
0ef765e060
|
move rink over to the new event system
|
2023-08-28 12:35:55 -05:00 |
|
Evan Simkowitz
|
124b58afb1
|
missed one
|
2023-08-24 00:06:57 -04:00 |
|
Evan Simkowitz
|
a5d687f7af
|
fix formatting
|
2023-08-24 00:06:52 -04:00 |
|
Evan Simkowitz
|
bad30786e2
|
address comments
|
2023-08-23 22:09:39 -04:00 |
|
Evan Simkowitz
|
e8b95993ac
|
fix text_like import
|
2023-08-23 18:33:27 -04:00 |
|
Evan Simkowitz
|
56095116e2
|
Fix tests
|
2023-08-23 17:58:43 -04:00 |
|
Evan Simkowitz
|
b771386c13
|
fix dioxusmousebuttons
|
2023-08-23 14:02:25 -04:00 |
|
Evan Simkowitz
|
e0f42f8173
|
Fix rink
|
2023-08-23 13:31:42 -04:00 |
|
Jonathan Kelley
|
39e89c1fac
|
Bump crate versions, fix any publish errors
|
2023-07-31 18:49:54 -07:00 |
|
Evan Almloff
|
3eab363e51
|
Add authors to all crates
|
2023-07-31 17:30:18 -07:00 |
|
ealmloff
|
d637ef187c
|
fix all broken examples (#1248)
|
2023-07-25 14:30:08 -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 |
|
Evan Almloff
|
7453486448
|
fix formatting
|
2023-07-17 15:12:57 -07:00 |
|
Evan Almloff
|
b1ef64126e
|
fix formatting
|
2023-07-14 12:03:20 -07:00 |
|
ealmloff
|
9e8f8ff6b0
|
Merge branch 'master' into router-typesafe
|
2023-07-14 12:44:29 -06:00 |
|
Jonathan Kelley
|
f4b3be1b13
|
Merge pull request #940 from Demonthos/make-widgets-cross-framework
|
2023-07-11 20:47:01 -07:00 |
|
ealmloff
|
39ec5f498c
|
Merge branch 'master' into router-typesafe
|
2023-07-10 19:16:39 -05:00 |
|
Marc Espín
|
32d4472bfd
|
fix: Remove duplicated doc links and improved some descriptions (#1167)
|
2023-07-08 11:04:27 -05:00 |
|
Evan Almloff
|
05fb8c1e91
|
Merge branch 'master' into router-typesafe
|
2023-07-07 18:31:48 -07:00 |
|
Evan Almloff
|
cf1b801e7d
|
fix shadowing issue
|
2023-06-30 12:49:21 -07:00 |
|
Evan Almloff
|
81d32800f8
|
fix widget events with form event updates
|
2023-06-30 12:46:47 -07:00 |
|
Evan Almloff
|
d99a5f3338
|
Merge branch 'master' into make-widgets-cross-framework
|
2023-06-30 12:44:15 -07:00 |
|
Jon Kelley
|
bfd7562ddb
|
Merge branch 'master' into feat/native-core-optional-deps
|
2023-06-30 12:30:39 -07:00 |
|
Jon Kelley
|
282d2cba26
|
Merge branch 'master' into update-crossterm-rink
|
2023-06-30 12:13:28 -07:00 |
|
Evan Almloff
|
7b1f0c9412
|
Merge branch 'master' into router-typesafe
|
2023-06-28 08:56:07 -07:00 |
|
Evan Almloff
|
5f873511c5
|
use workspace dependancies
|
2023-06-19 14:29:11 -05:00 |
|
Evan Almloff
|
a9307e57e6
|
fix CI
|
2023-06-02 12:33:47 -05:00 |
|
marc2332
|
5ea04017e9
|
renamed the feature
|
2023-05-20 22:57:17 +02:00 |
|
marc2332
|
c741a32f4a
|
resolved conflicts
|
2023-05-20 22:10:54 +02:00 |
|
marc2332
|
bd0bf8110a
|
indent
|
2023-05-20 22:09:44 +02:00 |
|
marc2332
|
02355ddd4c
|
feat: Move layout_attributes behind a feature in native-core
|
2023-05-20 22:06:35 +02:00 |
|
Jon Kelley
|
379ea09b12
|
Merge pull request #894 from Demonthos/query-system
Create onmounted Event
|
2023-05-18 13:17:15 +02:00 |
|
Nico Burns
|
2d40e0a261
|
Fix rink compilation with Taffy 0.3
|
2023-05-17 10:47:31 +01:00 |
|
Nico Burns
|
2b0a86701e
|
Upgrade Taffy to v0.3.12]
|
2023-05-16 10:46:13 +01:00 |
|
Evan Almloff
|
ed4709101c
|
fix duplicate example names
|
2023-05-02 09:38:58 -05:00 |
|
Evan Almloff
|
e1f02f8135
|
Merge branch 'upstream' into query-system
|
2023-04-26 18:00:39 -05:00 |
|
Will Hopkins
|
8af3522a2e
|
fix: change crossterm poll timeout to 10ms from 1s (#983)
Problem: Key events were delayed signifantly in TUI widgets.
Solution: Decrease crossterm event poll timeout from 1000ms to 10ms.
Fixes #978
|
2023-04-24 16:13:54 -05:00 |
|
Evan Almloff
|
eb4abca022
|
update crossterm version
|
2023-04-24 11:48:52 -05:00 |
|