Evan Almloff
|
f9b33f12cb
|
fix more complex workspaces with hot reloading
|
2023-03-28 15:39:52 -05:00 |
|
Evan Almloff
|
e0563bd637
|
allow paths in format expressions
|
2023-03-23 13:15:47 -05:00 |
|
Evan Almloff
|
55787c2e7d
|
fix hot reloading in a workspace
|
2023-02-26 18:42:14 -06:00 |
|
Evan Almloff
|
c012855659
|
collect non-fatal errors in hot reloading
|
2023-02-22 09:18:12 -06:00 |
|
Evan Almloff
|
32dc68c539
|
hot reloading: filter intial read of files by excluded dirs
|
2023-02-09 16:37:12 -06:00 |
|
Evan Almloff
|
b6c7d44a27
|
fix clippy
|
2023-01-27 20:35:46 -06:00 |
|
Jonathan Kelley
|
6cd87796f2
|
feat: allow ifchains and for loops
|
2023-01-13 10:51:12 -08:00 |
|
Jonathan Kelley
|
1940855e39
|
feat: implement comments in zero children nodes
|
2023-01-10 17:47:58 -08:00 |
|
Evan Almloff
|
c5672650f1
|
use the namespace and volitity defined in the html crate
|
2023-01-03 09:03:20 -06:00 |
|
Jonathan Kelley
|
4aac2cdae1
|
fix: raw attr names
|
2022-12-26 22:57:45 -05:00 |
|
Jonathan Kelley
|
c240aebfa1
|
chore: start instead of flart
|
2022-12-26 09:58:41 -05:00 |
|
Jonathan Kelley
|
8b854963e9
|
fix: serialize custom attrs properly
|
2022-12-25 23:58:31 -05:00 |
|
Evan Almloff
|
a6c226ae57
|
fmt
|
2022-12-23 18:31:40 -06:00 |
|
Evan Almloff
|
555b192436
|
Merge branch 'upstream' into fix-hot-reloading
|
2022-12-23 18:06:47 -06:00 |
|
Jonathan Kelley
|
c9e13984e3
|
chore: use safe span split
|
2022-12-23 18:27:53 -05:00 |
|
Evan Almloff
|
33af22638e
|
don't panic if the formatting of the span is different than expected
|
2022-12-23 17:23:46 -06:00 |
|
Jonathan Kelley
|
0dce3e03c8
|
chore: rollback some unecessary changes
|
2022-12-23 18:08:23 -05:00 |
|
Jonathan Kelley
|
e7e21fa2f0
|
fix: errors when using render macro
|
2022-12-23 17:47:57 -05:00 |
|
Jonathan Kelley
|
fd8015e943
|
fix: hovers
|
2022-12-23 17:39:07 -05:00 |
|
Evan Almloff
|
d98821da47
|
move hot reloading utilities to dioxus repository
|
2022-12-23 15:42:34 -06:00 |
|
Evan Almloff
|
3165c90e9f
|
update rsx tests
|
2022-12-22 19:32:21 -06:00 |
|
Evan Almloff
|
cc35298a1d
|
more resiliant span debug parsing
|
2022-12-22 18:34:20 -06:00 |
|
Evan Almloff
|
1530445972
|
fix hot reloading rsx with nested rsx calls
|
2022-12-22 16:38:07 -06:00 |
|
Evan Almloff
|
04a923f83e
|
fix changing the order of dynamic nodes
|
2022-12-22 11:36:38 -06:00 |
|
Evan Almloff
|
db7a1ec0b0
|
fix lints
|
2022-12-21 13:04:57 -06:00 |
|
Evan Almloff
|
4c1fe1d9bb
|
allow changing the number of root nodes
|
2022-12-21 12:50:48 -06:00 |
|
Evan Almloff
|
e5a5850354
|
merge master
|
2022-12-20 20:48:28 -06:00 |
|
Jonathan Kelley
|
d3be971f4e
|
chore: rollback to option instead of anyhow
|
2022-12-19 18:06:13 -08:00 |
|
Evan Almloff
|
4364a4b511
|
handle updating templates better
|
2022-12-19 19:28:44 -06:00 |
|
Jonathan Kelley
|
3fd08ef49e
|
chore: remove unneeded files
|
2022-12-19 16:12:15 -08:00 |
|
Jonathan Kelley
|
09b38574db
|
Merge branch 'master' into jk/autofmt-fixues
|
2022-12-19 12:19:51 -08:00 |
|
Evan Almloff
|
96ce704f8e
|
fix serialization
|
2022-12-19 11:48:28 -06:00 |
|
Evan Almloff
|
fbc89a7088
|
make 'static lifetime explicit
|
2022-12-19 09:37:15 -06:00 |
|
=
|
14dd568987
|
Merge branch 'upstream-master' into fix-hot-reloading
|
2022-12-16 10:07:11 -06:00 |
|
=
|
6d2e510200
|
WIP implement hot reloading context for html
|
2022-12-12 21:46:49 -06:00 |
|
Jonathan Kelley
|
d4b6bb8a7b
|
feat: fix the scope rollover bug
|
2022-12-12 18:31:30 -08:00 |
|
Jonathan Kelley
|
d160f38bc2
|
fix: parsing of attributes without trailing commas
|
2022-12-12 11:18:36 -08:00 |
|
=
|
b1d053d6cc
|
fix template diffing
|
2022-12-11 09:38:38 -06:00 |
|
Evan Almloff
|
2419a2ae9d
|
WIP diffing templates
|
2022-12-10 21:18:44 -06:00 |
|
Evan Almloff
|
6b19229b53
|
use interning to leak less memory
|
2022-12-10 16:21:31 -06:00 |
|
Evan Almloff
|
3e7dbe868a
|
unwrap instead of using unreachable
|
2022-12-10 15:05:41 -06:00 |
|
Evan Almloff
|
134a45b89d
|
fix fmt escape sequences in static attribute/text nodes
|
2022-12-10 14:58:13 -06:00 |
|
Evan Almloff
|
2131e5658b
|
add hot reloading context trait
|
2022-12-10 14:09:59 -06:00 |
|
Evan Almloff
|
f16e3be2c2
|
Merge branch 'fix-hot-reloading' of https://github.com/demonthos/dioxus into fix-hot-reloading
|
2022-12-10 12:29:17 -06:00 |
|
Evan Almloff
|
da64b0c2a8
|
WIP parising
|
2022-12-10 12:29:15 -06:00 |
|
Evan Almloff
|
a9b7da1890
|
remove some unused files
|
2022-12-09 12:00:37 -06:00 |
|
Jonathan Kelley
|
0bf4725639
|
fix: namespacing of dynamic attributes
|
2022-12-07 15:11:51 -08:00 |
|
Jonathan Kelley
|
5673017def
|
chore: clean up the repo some
|
2022-12-06 17:50:25 -08:00 |
|
Jonathan Kelley
|
b182a6ee75
|
chore: clean up interpreter and bindings
|
2022-12-05 16:47:04 -08:00 |
|
Jonathan Kelley
|
7b1cdb7d85
|
feat: get desktop working with new template strategy
|
2022-12-05 16:08:41 -08:00 |
|