Jonathan Kelley
|
d3be971f4e
|
chore: rollback to option instead of anyhow
|
2022-12-19 18:06:13 -08:00 |
|
Jonathan Kelley
|
4d73ffa361
|
fix: save listeners, borrowed props, and pull back props
|
2022-12-16 19:54:33 -08:00 |
|
Jonathan Kelley
|
b6a8391e07
|
chore: dont print logs in core
|
2022-12-16 14:21:10 -08:00 |
|
Jon Kelley
|
5ac9b595ea
|
Revert "fix: liveview interpreter using new templates"
|
2022-12-16 14:20:05 -08:00 |
|
Jonathan Kelley
|
7790d2c065
|
chore: simplify liveview abstraction
|
2022-12-15 18:46:59 -08:00 |
|
Jonathan Kelley
|
5c20e651da
|
fix: get rollover working
|
2022-12-13 14:44:47 -08:00 |
|
Jonathan Kelley
|
d4b6bb8a7b
|
feat: fix the scope rollover bug
|
2022-12-12 18:31:30 -08:00 |
|
Sam Schmeink
|
6166d4eb73
|
fix: replace fxhash with rustc-hash
|
2022-12-10 03:56:48 +01:00 |
|
Evan Almloff
|
56b027ef33
|
fix more lints
|
2022-12-07 17:24:50 -06:00 |
|
Evan Almloff
|
cbaf36251f
|
cargo fix
|
2022-12-07 17:24:11 -06:00 |
|
Evan Almloff
|
b79ad4f50e
|
Merge remote-tracking branch 'upstream/master' into optimize-templates-v3
|
2022-12-07 17:20:31 -06:00 |
|
Jonathan Kelley
|
5a0ae67ccb
|
chore: make clippy happy
|
2022-12-06 17:44:29 -08:00 |
|
Jonathan Kelley
|
34d9aafe0e
|
feat: overhaul ssr
|
2022-12-06 17:41:47 -08:00 |
|
Evan Almloff
|
6102902387
|
work on optimizing web implementation
|
2022-12-06 14:24:35 -06:00 |
|
Jonathan Kelley
|
df4a1b6c7a
|
chore: finish tweaking context api
|
2022-12-05 15:30:49 -08:00 |
|
Jonathan Kelley
|
e22923eb2d
|
feat: core tests passing
|
2022-12-05 14:16:54 -08:00 |
|
Jonathan Kelley
|
b0cccce60a
|
feat: miri passing
|
2022-12-05 13:03:52 -08:00 |
|
Jonathan Kelley
|
a61daf220d
|
feat: context api overhaul
|
2022-12-02 16:24:49 -08:00 |
|
Jonathan Kelley
|
11a45c8ef0
|
chore: continue to clean things up
|
2022-12-01 01:08:49 -05:00 |
|
Jonathan Kelley
|
85657d3906
|
feat: rip out mutations for templates
|
2022-12-01 00:46:15 -05:00 |
|
Jonathan Kelley
|
3b166c9edd
|
wip: clean up some things
|
2022-11-30 23:54:30 -05:00 |
|
Jonathan Kelley
|
18d6b1ad6f
|
feat: get web working properly
|
2022-11-30 17:21:10 -05:00 |
|
Jonathan Kelley
|
16a521a601
|
chore: update docs
|
2022-11-30 10:31:44 -05:00 |
|
Jonathan Kelley
|
03aea885cf
|
chore: make clippy happy
|
2022-11-29 16:46:25 -05:00 |
|
Jonathan Kelley
|
7c3d308ab5
|
chore: make warnings go away
|
2022-11-29 16:31:04 -05:00 |
|
Jonathan Kelley
|
0027cdd938
|
chore: get event test working
|
2022-11-27 09:38:40 -05:00 |
|
Jonathan Kelley
|
565df11f7b
|
chore: more tests passing
|
2022-11-27 02:06:04 -05:00 |
|
Jonathan Kelley
|
d0554b9ed6
|
chore: add tests for context api
|
2022-11-27 00:38:40 -05:00 |
|
Jonathan Kelley
|
4dd9a616a5
|
wip: fragment diffing working
|
2022-11-23 23:15:01 -08:00 |
|
Jonathan Kelley
|
662f58c8bc
|
wip: add diffing tests
|
2022-11-22 20:16:14 -08:00 |
|
Jonathan Kelley
|
4bfd936e12
|
chore: tweak fragments and tests
|
2022-11-22 19:59:56 -08:00 |
|
Jonathan Kelley
|
0e5a59f9ed
|
wip: error boundary
|
2022-11-22 18:38:27 -08:00 |
|
Jonathan Kelley
|
7e6cea3a13
|
wip: continue to tweak suspense
|
2022-11-22 10:05:13 -08:00 |
|
Jonathan Kelley
|
d407035931
|
chore: wipe away old src
|
2022-11-20 15:58:05 -08:00 |
|
Jonathan Kelley
|
493591400f
|
wip: pre any props
|
2022-11-19 17:07:29 -08:00 |
|
Jonathan Kelley
|
12808ec0aa
|
wip: think about dyn any for ScopeState
|
2022-11-19 15:24:28 -08:00 |
|
Jonathan Kelley
|
20f9957fbe
|
feat: diffing works on desktop!
|
2022-11-17 22:31:14 -08:00 |
|
Jonathan Kelley
|
30ef225812
|
feat: event handling on desktop
|
2022-11-17 20:00:39 -08:00 |
|
Jonathan Kelley
|
073fea9ed3
|
Merge branch 'master' into jk/templates-v3
|
2022-11-16 22:24:21 -08:00 |
|
Demonthos
|
f21c8423eb
|
optimizations for wasm size (#582)
* optimize for size
* fix tests
* revert log feature
* make backtrace not optional
* remove dev feature from web dev-deps
|
2022-11-16 22:22:13 -08:00 |
|
Jonathan Kelley
|
642b21f125
|
suspense works in desktop
|
2022-11-16 11:48:47 -08:00 |
|
Jonathan Kelley
|
e8ae830cf2
|
feat: get desktop working with just creation
|
2022-11-15 18:32:48 -08:00 |
|
Jonathan Kelley
|
47d0f51e00
|
wip: overhaul event system
|
2022-11-15 16:05:22 -08:00 |
|
Jonathan Kelley
|
c44bd11fe5
|
chore: more refactoring, docs
|
2022-11-11 18:29:27 -08:00 |
|
Jonathan Kelley
|
f7df6a9893
|
chore: use std::future::Future instead
|
2022-11-09 11:02:52 -08:00 |
|
Jonathan Kelley
|
f5bc137f01
|
chore: clean up scheduler code
|
2022-11-09 10:58:11 -08:00 |
|
Jonathan Kelley
|
c096057dd3
|
chore: tweak attributes to only set ID once
|
2022-11-08 20:06:39 -08:00 |
|
Jonathan Kelley
|
fc9fe6e560
|
feat: split apart template mutations
|
2022-11-08 19:39:37 -08:00 |
|
Jonathan Kelley
|
23603aaaf5
|
wip: rewrite core to be template focused
|
2022-10-27 21:58:47 -07:00 |
|
Jonathan Kelley
|
22d4bf7346
|
feat: use walking pattern
|
2022-10-26 18:04:47 -07:00 |
|