Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli json output, dx bundle fix, dx serve --platform android, race condition, drop ssg platform #3186

Merged
merged 31 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
26c459a
clean up logging to avoid random extra trace
jkelleyrtp Nov 5, 2024
47bb6cc
Merge branch 'main' into jk/final-cli-fixes
jkelleyrtp Nov 5, 2024
16176bd
fix race condition with updates
jkelleyrtp Nov 5, 2024
562eef4
properly wire up verbose
jkelleyrtp Nov 7, 2024
2b1adac
fix bundling (macos) and logging
jkelleyrtp Nov 8, 2024
d6cee7c
Add structured output
jkelleyrtp Nov 9, 2024
9aba304
clean up clap names
jkelleyrtp Nov 9, 2024
f35b4cf
extract out wire format
jkelleyrtp Nov 9, 2024
2b2c61c
switch structured key to json
jkelleyrtp Nov 9, 2024
9880949
fix random println, fallback to `dioxus/platform`
jkelleyrtp Nov 9, 2024
819dd7f
Merge branch 'main' into jk/final-cli-fixes
jkelleyrtp Nov 9, 2024
2bfa692
clean up logging for run/build
jkelleyrtp Nov 9, 2024
2a96fc8
clean up logging around project
jkelleyrtp Nov 9, 2024
2632655
remove manual exits
jkelleyrtp Nov 9, 2024
82f2558
fix tokio runtime for mobile
jkelleyrtp Nov 11, 2024
35bdc46
rework dog app
jkelleyrtp Nov 11, 2024
b3fc919
rip out ssg
jkelleyrtp Nov 11, 2024
89b49a6
Switch dioxus/axum to dioxus/server
jkelleyrtp Nov 11, 2024
f6f05bd
add android template inline
jkelleyrtp Nov 11, 2024
309e9e9
pre restructure for bundle prep
jkelleyrtp Nov 11, 2024
63ca49d
add the whole res directory
jkelleyrtp Nov 11, 2024
490c37a
Better theme for the app
jkelleyrtp Nov 12, 2024
39c85de
remove mobile demo now that most apps work natively
jkelleyrtp Nov 12, 2024
6dc5d2c
self-referential android
jkelleyrtp Nov 12, 2024
49d7f72
only use deep linking for assets
jkelleyrtp Nov 12, 2024
b5f646e
fix imports for android
jkelleyrtp Nov 12, 2024
9bc394e
Merge branch 'main' into jk/final-cli-fixes
jkelleyrtp Nov 12, 2024
cffe28a
clippy, fixup ios and android
jkelleyrtp Nov 12, 2024
7ac7aea
I'm not boxing compiler message you can't make me
jkelleyrtp Nov 12, 2024
d3cc07a
fix clippy on unix
jkelleyrtp Nov 12, 2024
3d21c6f
Merge branch 'main' into jk/final-cli-fixes
jkelleyrtp Nov 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ node_modules/
/packages/playwright-report/
/packages/playwright/.cache/


# ignore the output of tmps
tmp/
bundle/
170 changes: 54 additions & 116 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading