Rowan
|
0246e80f93
|
make elements public
|
2024-04-08 18:30:53 -04:00 |
|
Rowan
|
cfe11d3777
|
make some attributes match css names better
|
2024-04-08 18:30:53 -04:00 |
|
Rowan
|
ca257d9e01
|
add percent val
|
2024-03-26 05:00:47 -04:00 |
|
Rowan
|
bcb9d59ea5
|
update cargo.toml
|
2024-03-24 22:39:55 -04:00 |
|
Rowan
|
3e31b27d6e
|
update to 0.13.1
|
2024-03-24 22:38:08 -04:00 |
|
JMS55
|
273660d33d
|
Merge pull request #19 from hymm/change-to-system-state
change use query to use system state
|
2024-01-20 23:17:58 -08:00 |
|
Mike Hsu
|
bb3f24fd4e
|
change use query to use system state
|
2024-01-20 23:12:14 -08:00 |
|
JMS55
|
643d3664a2
|
Rename Event to DioxusEvent
|
2024-01-05 00:04:31 -08:00 |
|
JMS55
|
23a8f7fd33
|
Merge pull request #17 from robertdodd/fix-warnings
Fix minor clippy and rust-analyzer warnings
|
2024-01-02 23:48:25 -08:00 |
|
Robert Dodd
|
fa114c23d5
|
Remove redundant let
|
2024-01-03 08:55:52 +11:00 |
|
Robert Dodd
|
b1239dbd2a
|
Remove expect followed by function call
|
2024-01-03 08:55:09 +11:00 |
|
Robert Dodd
|
d928ee93b7
|
Remove redundant pub(self)
|
2024-01-03 08:54:16 +11:00 |
|
Robert Dodd
|
55a680117b
|
Remove redundant closure
|
2024-01-03 08:53:45 +11:00 |
|
Robert Dodd
|
b2174b0064
|
Replace single-character string const with char
|
2024-01-03 08:52:59 +11:00 |
|
Robert Dodd
|
6bc4725e22
|
Suppress clippy warnings
|
2024-01-03 08:52:18 +11:00 |
|
Robert Dodd
|
e582d45df9
|
Remove unnecessary clones
|
2024-01-03 08:50:29 +11:00 |
|
Robert Dodd
|
ebd2afb6f7
|
Remove unnecessary lifetime specifiers
|
2024-01-03 08:49:15 +11:00 |
|
Robert Dodd
|
4e5f6e4fd1
|
Allow mut_from_ref
|
2024-01-03 08:47:21 +11:00 |
|
JMS55
|
5272be399b
|
WIP fix to event reader reactivity
|
2023-12-27 23:04:54 -08:00 |
|
JMS55
|
350c00c52a
|
Rename text_alignment
|
2023-12-27 18:26:20 -08:00 |
|
JMS55
|
25bf7ee798
|
Add remaining colors
|
2023-12-27 18:12:43 -08:00 |
|
JMS55
|
8777b76e8b
|
Adjust demo text
|
2023-12-27 17:56:45 -08:00 |
|
JMS55
|
f4c13d18c7
|
Misc rename
|
2023-12-27 12:56:17 -08:00 |
|
JMS55
|
d75930218c
|
Add image element
|
2023-12-27 12:51:10 -08:00 |
|
JMS55
|
3d222ec2aa
|
Add TODO
|
2023-12-27 12:04:53 -08:00 |
|
JMS55
|
85709a3a92
|
Add use_event_reader()
|
2023-12-27 11:56:36 -08:00 |
|
JMS55
|
01eed81bf1
|
Misc import changes
|
2023-12-27 11:24:36 -08:00 |
|
JMS55
|
cb57dca6b9
|
New system scheduler hook
|
2023-12-27 11:19:02 -08:00 |
|
JMS55
|
9776f179f9
|
Add use_state_send()
|
2023-12-26 15:00:35 -08:00 |
|
JMS55
|
5a4b1d60e9
|
More work on the entity inspector
|
2023-12-26 12:52:02 -08:00 |
|
JMS55
|
20c710f993
|
Fix dynamic text not working with text styles
|
2023-12-26 12:31:11 -08:00 |
|
JMS55
|
bd49112977
|
Add support for most remaining attributes
|
2023-12-24 16:29:22 -08:00 |
|
JMS55
|
f55bd9befc
|
Make demo look a bit nicer
|
2023-12-24 13:57:01 -08:00 |
|
JMS55
|
39b45a747b
|
Add button type to click events
|
2023-12-24 13:51:05 -08:00 |
|
JMS55
|
17f963e4cc
|
Fix event dispatch
|
2023-12-23 12:09:09 -08:00 |
|
JMS55
|
9bb8a27bb7
|
Add more events and colors
|
2023-12-22 21:36:05 -08:00 |
|
JMS55
|
7fb22892cc
|
Demo misc fix
|
2023-12-22 18:12:39 -08:00 |
|
JMS55
|
ba5429b938
|
Add more attributes
|
2023-12-22 16:51:48 -08:00 |
|
JMS55
|
a6c6eb981d
|
Implement proper hover, make UI system Last
|
2023-12-22 10:50:42 -08:00 |
|
JMS55
|
388509840e
|
Fix intrinsic text
|
2023-12-21 22:47:11 -08:00 |
|
JMS55
|
3f6669228f
|
Add missing mutation todo
|
2023-12-21 22:19:35 -08:00 |
|
JMS55
|
75504ec4fc
|
Actaully previous way was correct, event handlers on parent
|
2023-12-21 22:07:00 -08:00 |
|
JMS55
|
302f3cb6e3
|
Fixes
|
2023-12-21 21:37:53 -08:00 |
|
JMS55
|
fc4720e01e
|
Add hover events
|
2023-12-21 21:14:09 -08:00 |
|
JMS55
|
6d6bad2110
|
Add translation x/y
|
2023-12-21 19:12:08 -08:00 |
|
JMS55
|
89dfe9ebc1
|
Implement hot reloading
|
2023-12-21 00:45:28 -08:00 |
|
JMS55
|
4fb0f30862
|
Extract module out
|
2023-12-20 22:53:55 -08:00 |
|
JMS55
|
cfc92ecb55
|
Fix bug
|
2023-12-20 22:46:34 -08:00 |
|
JMS55
|
35e9b0f827
|
Add outline attribute
|
2023-12-20 22:42:10 -08:00 |
|
JMS55
|
b056d7ca06
|
WIP: More attributes
|
2023-12-20 22:35:53 -08:00 |
|