Evan Almloff
99268acc05
add an option to skip assets in the CLI
2023-08-21 16:05:25 -05:00
Evan Almloff
5eca11fe3d
update collect assets name
2023-08-18 14:54:57 -05:00
Evan Almloff
4ee2bc259d
fix clippy
2023-08-18 14:45:03 -05:00
Evan Almloff
1a36409922
disable asset patching in cargo run for mobile
2023-08-18 14:43:56 -05:00
Evan Almloff
1c58352456
implement fullstack assets integration
2023-08-18 14:30:23 -05:00
Evan Almloff
afb8578605
Merge branch 'fullstack-serve' into intigrate-collect-assets
2023-08-18 14:03:55 -05:00
Evan Almloff
e3aac14ec9
make clippy happy
2023-08-18 13:57:05 -05:00
Evan Almloff
bd743fa2f9
Add fullstack platform to serve and build commands
2023-08-18 13:55:00 -05:00
Evan Almloff
1ed814668a
Set an environment variable during serve for bundling
2023-08-18 11:12:56 -05:00
Evan Almloff
efe08df966
report request errors in desktop
2023-08-18 11:02:15 -05:00
Evan Almloff
7b2bf4acc5
find head relative to asset root
2023-08-18 10:57:30 -05:00
Evan Almloff
1cbf549847
log errors when desktop fails to read the head
2023-08-18 10:36:55 -05:00
Evan Almloff
9bfe9682b5
integrate with the bundle command
2023-08-18 10:27:38 -05:00
Evan Almloff
213b80790b
fix release desktop builds
2023-08-18 09:55:49 -05:00
Evan Almloff
62f8e0f727
fix fullstack assets
2023-08-17 09:56:59 -05:00
wooden-worm
f652474a6e
FileEngine: expose native file types on different platforms ( #1258 )
...
* Get native file
* Correct visibility
2023-08-17 08:03:56 -05:00
Vinicius Gobbo Antunes de Oliveira
fa39408d58
If mkcert not enabled, require cert_path and key_path to be specified or error. ( #1342 )
2023-08-17 07:58:56 -05:00
Vinicius Gobbo Antunes de Oliveira
8946944d68
DOC: Add note about form prevent_default behavior. ( #1343 )
...
* Add note about form prevent_default behavior.
* Make the default behavior clear on forms with attached event handlers.
2023-08-17 07:57:09 -05:00
Evan Almloff
77d11f6d9a
Fix the asset config in the CLI
2023-08-16 17:24:30 -05:00
Dillon Roller
bcebaafb5d
Update README.md to use 0.4 version of guide ( #1370 )
2023-08-16 17:04:58 -05:00
Evan Almloff
c402b6cd36
collect assets in desktop debug mode
2023-08-16 17:01:51 -05:00
Evan Almloff
8d3c11ef15
inject included styles and preload images into the head
2023-08-16 16:16:34 -05:00
Evan Almloff
0ec085fbbd
add collect assets
2023-08-16 14:03:28 -05:00
Jonathan Kelley
a2df9c2e89
Merge pull request #1364 from Demonthos/fix-core-leak
...
Fix leak in core because of bump allocated Vec
2023-08-15 13:54:00 -07:00
Jonathan Kelley
fee206ab3f
Merge pull request #1351 from Demonthos/fix-context-in-lists
...
Fix the context API in lists
2023-08-15 13:39:49 -07:00
Evan Simkowitz
3e24b3d34a
Publish CLI binaries for cargo-binstall ( #1358 )
...
* add test release pipeline
* fix
* debug
* oops forgot checkout
* debug
* fix if
* blah
* fix working dir
* fix cargo build path
* add publish step
* add cache
* fix path
* use package instead of working dir
* fix cache path
* fix typo in checksum
* fix upload artifact loop
* add more comments
* add binstall metadata
* test simplified action
* fix target
* remove dispatch
* fix permissions
* remove mac arm config
* update comments
* update comment
* replace unmaintained actions-rs
2023-08-15 13:41:32 -05:00
Daniel Albl
555f4d5834
Add 'with' and 'with_mut' to 'use_shared_state' ( #1353 )
2023-08-15 13:27:19 -05:00
Evan Almloff
6876d2da1c
fix clippy
2023-08-15 13:22:06 -05:00
Evan Almloff
b8600d5144
fix tests
2023-08-15 13:11:03 -05:00
Evan Almloff
943c76b1da
Fix memory leak in core
2023-08-15 12:19:05 -05:00
Evan Almloff
2d5a4f82bf
Fix the context API in lists
2023-08-13 08:47:27 -05:00
Steven Pecht
1ab5a03aef
Use to identify cargo build artifact if present ( #1344 )
2023-08-12 19:25:17 -05:00
Steven Pecht
bdfb3b6285
Update tailwind examples to work with multi-page apps ( #1339 )
...
* Update tailwind example to work with multi-page apps
Use the absolute path to `tailwind.css` so the example works with multi-page apps. Without this change, the style disappears on page reload.
* Update tailwind Dioxus.toml to use absolute path for tailwind.css
2023-08-12 08:34:42 -05:00
Jonathan Kelley
c95f70f55a
Merge pull request #1300 from Demonthos/signals
...
Complete Signals implementation
2023-08-11 13:05:04 -07:00
Jonathan Kelley
8e08d721f1
Merge pull request #1327 from Demonthos/fix-login-form-example
...
Fix the login form example
2023-08-11 13:03:26 -07:00
Evan Almloff
ee2619abfd
Merge remote-tracking branch 'main/signals' into signals
2023-08-10 17:20:27 -07:00
Evan Almloff
18d255decc
add serde feature to signals
2023-08-10 17:17:25 -07:00
ealmloff
39ab39ac56
Merge branch 'DioxusLabs:master' into signals
2023-08-10 16:31:00 -05:00
Jonathan Kelley
2c79b7fd67
Update dioxus-core to 0.4.1
2023-08-09 15:00:57 -07:00
Jonathan Kelley
74211a6b61
Merge pull request #1332 from Demonthos/fix-variance
...
Separate Parent and Child Component Lifetimes
2023-08-09 14:59:31 -07:00
Evan Almloff
80ac1a99af
fix miri
2023-08-09 14:20:46 -07:00
Evan Almloff
f91eeccca7
add compile test for unsound case
2023-08-09 10:49:47 -07:00
Evan Almloff
91500f0349
add props safety example
2023-08-09 10:29:19 -07:00
Evan Almloff
b4983706ac
fix variance on components
2023-08-09 10:26:59 -07:00
Dan Lock
92a8669e14
Make launch functions pub ( #1288 )
...
* Make launch functions pub
* add docs to web, desktop, and server launch functions
---------
Co-authored-by: Evan Almloff <evanalmloff@gmail.com>
2023-08-09 11:26:50 -05:00
Ikko Eltociear Ashimine
c6ec2a9a9b
docs: add Japanese README ( #1329 )
...
* Add Japanese README
* Add links
* minor fix
2023-08-09 11:20:19 -05:00
gmorenz
2a32271fa0
Set response headers from response, not request, parts ( #1328 )
2023-08-08 21:04:15 -05:00
Evan Almloff
f7017fac2e
Fix the login form example
2023-08-08 15:45:09 -07:00
Evan Almloff
3f31b9de43
fix tests
2023-08-08 15:13:02 -07:00
Evan Almloff
24c626b306
fix clippy
2023-08-08 13:43:57 -07:00