Jonathan Kelley
|
be00847199
|
Don't squawk when running under cargo
|
2024-03-17 21:15:57 -07:00 |
|
Jonathan Kelley
|
834d490beb
|
Fix: #2095, #1990
- Don't merge dynamic attributes together unnecessarily
- Walk the workspace until we find a target dir with the dioxusin handle
|
2024-03-17 21:14:26 -07:00 |
|
Jonathan Kelley
|
0c822d683c
|
Merge pull request #2069 from ealmloff/resource-dependancies
Manual non-reactive dependancies for use_memo, use_effect, and use_resource
|
2024-03-17 09:48:26 -07:00 |
|
Jonathan Kelley
|
cba3abccf4
|
Merge pull request #2087 from DioxusLabs/jk/mobile-fixes
Fix mobile issues
|
2024-03-15 20:13:44 -07:00 |
|
Jonathan Kelley
|
f9f902732b
|
Fix: update wry, tao, to fix android issues
|
2024-03-15 20:12:13 -07:00 |
|
Jonathan Kelley
|
ef288d02d7
|
Merge branch 'main' into jk/mobile-fixes
|
2024-03-15 12:20:57 -07:00 |
|
Jonathan Kelley
|
fe2c17f792
|
Make Clippy happy
|
2024-03-15 12:20:16 -07:00 |
|
Jonathan Kelley
|
0a5f267a9a
|
Merge pull request #2081 from ealmloff/unwind-into-error-boundary
unwind panics into error boundaries
|
2024-03-15 12:16:00 -07:00 |
|
Jonathan Kelley
|
1b8f7023f9
|
Merge branch 'main' into unwind-into-error-boundary
|
2024-03-15 12:15:55 -07:00 |
|
Evan Almloff
|
df41df75d0
|
switch to use_reactive
|
2024-03-15 11:54:09 -05:00 |
|
Evan Almloff
|
b8c41efb54
|
Merge branch 'DioxusLabs:main' into resource-dependancies
|
2024-03-15 08:46:17 -05:00 |
|
Jonathan Kelley
|
25844ae9d3
|
Fix: make clippy happy, don't set asset dir env
|
2024-03-15 00:07:33 -07:00 |
|
Jonathan Kelley
|
e3e0bbeda5
|
Merge branch 'main' into jk/mobile-fixes
|
2024-03-14 23:13:54 -07:00 |
|
Jonathan Kelley
|
fe5fc1058e
|
Fix: cargo running desktop shouldn't panic
|
2024-03-14 23:13:04 -07:00 |
|
Jonathan Kelley
|
7d11984a0e
|
Chore: bump wry + tao
|
2024-03-14 23:11:25 -07:00 |
|
Jonathan Kelley
|
01a0917223
|
Merge pull request #2055 from DioxusLabs/jk/fix-hotreloading-issues
Fix hotreloading issues, clean up the CLI a bit
|
2024-03-14 23:06:12 -07:00 |
|
Jonathan Kelley
|
6cc950eb9d
|
Fix: on embedded hotreload don't watch target directory
|
2024-03-14 23:05:31 -07:00 |
|
Jonathan Kelley
|
9474ad54cc
|
Make clippy happy
|
2024-03-14 22:40:23 -07:00 |
|
Jonathan Kelley
|
58233c6a3b
|
Merge branch 'main' into jk/fix-hotreloading-issues
|
2024-03-14 22:31:22 -07:00 |
|
Jonathan Kelley
|
f79a8c06d4
|
Merge pull request #2085 from DioxusLabs/dependabot/npm_and_yarn/packages/extension/follow-redirects-1.15.6
Bump follow-redirects from 1.15.4 to 1.15.6 in /packages/extension
|
2024-03-14 22:28:48 -07:00 |
|
Jonathan Kelley
|
d400aeb401
|
Merge pull request #2086 from DogeDark/mobile-fix
Fix: Add dioxus-desktop To Mobile Feature
|
2024-03-14 22:28:34 -07:00 |
|
Miles Murgaw
|
cfe412a3d5
|
update: fix cargo lock
|
2024-03-14 23:05:50 -04:00 |
|
Miles Murgaw
|
ab2e2c63d5
|
feat: fix unknown imports
|
2024-03-14 23:01:14 -04:00 |
|
Jonathan Kelley
|
cee4795f17
|
Merge pull request #2082 from ealmloff/bump-sledgehammer
Bump sledgehammer bindgen to a stable release
|
2024-03-14 19:06:51 -07:00 |
|
dependabot[bot]
|
711f812b47
|
Bump follow-redirects from 1.15.4 to 1.15.6 in /packages/extension
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6)
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-15 02:00:43 +00:00 |
|
Jonathan Kelley
|
a9a8619489
|
Merge pull request #2084 from DioxusLabs/jk/split-out-tui
Move TUI renderer into blitz repo
|
2024-03-14 19:00:17 -07:00 |
|
Jonathan Kelley
|
7cc3264881
|
Move TUI renderer into blitz repo
|
2024-03-14 18:54:46 -07:00 |
|
Evan Almloff
|
92416253e0
|
fix typo in signal docs
|
2024-03-14 15:07:16 -05:00 |
|
Jonathan Kelley
|
efb21b24ca
|
Log watched dirs in status console
|
2024-03-14 09:20:51 -07:00 |
|
Jonathan Kelley
|
bb8b4dc2fb
|
FIx:
- asset hotreloading for desktop,
- asset dir for dxserve on desktop,
- extend features with platform
|
2024-03-13 17:15:49 -07:00 |
|
Evan Almloff
|
eeab3658d4
|
bump sledgehammer bindgen to stable
|
2024-03-13 19:05:42 -05:00 |
|
Evan Almloff
|
2e7b8cb178
|
unwind panics into error boundaries
|
2024-03-13 18:55:57 -05:00 |
|
Jonathan Kelley
|
c532d3ec1a
|
Merge branch 'main' into jk/fix-hotreloading-issues
|
2024-03-13 15:11:41 -07:00 |
|
Jonathan Kelley
|
3d699e7a75
|
Match on more places for asset reloading
|
2024-03-13 15:10:44 -07:00 |
|
Jonathan Kelley
|
34956cdb31
|
Merge pull request #2071 from ealmloff/depreciated-write-silent
Restore write_silent as a deprecated function with updated recommendations
|
2024-03-13 15:05:11 -07:00 |
|
Jonathan Kelley
|
8d8e7edb82
|
Clean up reloader
|
2024-03-13 14:36:56 -07:00 |
|
Jonathan Kelley
|
1bdc9d132e
|
Load tracked assets
|
2024-03-13 14:35:28 -07:00 |
|
Jonathan Kelley
|
e4f65b7260
|
Tests: add tests for hotreload and recurse into children
|
2024-03-13 14:15:34 -07:00 |
|
Jonathan Kelley
|
979df05546
|
Merge pull request #2073 from ealmloff/fix-liveview-launch-builder
Fix the liveview launch function
|
2024-03-13 14:10:22 -07:00 |
|
Jonathan Kelley
|
982b96074a
|
Add basic hotreload test samples
|
2024-03-13 13:07:15 -07:00 |
|
Evan Almloff
|
72940cc14f
|
Remove NASM from CI
|
2024-03-13 14:05:42 -05:00 |
|
Evan Almloff
|
a428c61457
|
fix the liveview launch function
|
2024-03-13 13:42:22 -05:00 |
|
Evan Almloff
|
81182f99ff
|
fix and improve signal dependencies example
|
2024-03-13 12:00:18 -05:00 |
|
Evan Almloff
|
80aeba30c7
|
Merge branch 'main' into resource-dependancies
|
2024-03-13 10:03:44 -05:00 |
|
Evan Almloff
|
3866aa2977
|
simplify use_dependencies docs
|
2024-03-13 10:03:00 -05:00 |
|
Evan Almloff
|
0951a389f7
|
add a way to add manual dependency tuple to memos and effects
|
2024-03-13 09:54:48 -05:00 |
|
Evan Almloff
|
4985cfdfd0
|
restore write_silent as a deprecated function with updated recommendations
|
2024-03-13 09:34:49 -05:00 |
|
Jonathan Kelley
|
bca5335f31
|
fix: hotreloading files with multiple templates, asset hotreloading
|
2024-03-13 02:13:37 -07:00 |
|
Evan Almloff
|
2bbc609082
|
add a way to subscribe to a dependency tuple for the use_resource hook
|
2024-03-12 16:50:03 -05:00 |
|
Jonathan Kelley
|
05476cad76
|
Merge branch 'main' into jk/fix-hotreloading-issues
|
2024-03-12 14:38:36 -07:00 |
|