Commit Graph

109 Commits

Author SHA1 Message Date
Rowan Vixen 0246e80f93 make elements public 2024-04-08 18:30:53 -04:00
Rowan Vixen cfe11d3777 make some attributes match css names better 2024-04-08 18:30:53 -04:00
Rowan Vixen ca257d9e01 add percent val 2024-03-26 05:00:47 -04:00
Rowan Vixen 3e31b27d6e update to 0.13.1 2024-03-24 22:38:08 -04: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
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 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 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 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 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 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
JMS55 d9d3001d5e More style work 2023-12-19 16:27:45 -08:00
JMS55 50775610d0 Add text node 2023-12-19 10:55:41 -08:00
JMS55 d8a08b56cc Start of custom elements 2023-12-18 21:24:06 -08:00
JMS55 9d5b0408c0 Stylistic cleanup 2023-12-17 12:19:08 -08:00
dylanblokhuis 0a4b750eb6 added more mutations and more elements to the demo to test the mutations 2023-12-17 20:58:29 +01:00
JMS55 e10a0fabd3 Add spawn entity button 2023-12-16 21:33:13 -08:00
JMS55 80e542daf1 Support more style properties 2023-12-16 20:59:19 -08:00
JMS55 fa03c65f8a Fix segfault 2023-12-16 20:19:41 -08:00
JMS55 fe22cc8709 Add TODO for possible segfault cause 2023-12-16 17:48:42 -08:00