-
-
Notifications
You must be signed in to change notification settings - Fork 832
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
Improve CLI docs #1404
Improve CLI docs #1404
Conversation
* Fixed all the typos (hopefully). * Improved the bad English. This encompasses grammar, vocabulary, generally awkward phrases, etc. The result is easier to read and understand, and in some cases shorter. * Made some formatting improvements. This includes making formatting more consistent, but I changed some of it to be better, at least in my opinion. * Removed certain unnecessities, the biggest one being the commands documentation. I think this is unnecessary because of the `dx --help` command. It also needs to be updated every time a command gets added/updated/removed. It doesn't really provide much extra insight than `dx --help`. * Improved plugin documentation. I added a warning to ignore all of it, which is ironic, but the fact is that plugins are probably going to change. But by the time I learned that, I already made some changes to the plugin docs. This includes a better guide on how to get started (although still bad since the plugin system is too messy), and some general changes like the aforementioned English or formatting. * And more. I can't list it all, but I didn't use any destructive changes. The content might be reformatted (to be shorter or easier to understand), but the meaning isn't lost.
Co-authored-by: Evan Simkowitz <[email protected]>
This looks great! I agree that removing command documentation makes sense. The published CLI docs now live at https://github.com/DioxusLabs/docsite/tree/master/docs-src/0.4/en/CLI, not in this repo. See #1408 |
Really? # Summary
[Introduction](index.md) File structure:
|
Yes it works. We have a custom mdbook parser that knows about the version/language structure: https://github.com/DioxusLabs/include_mdbook |
Okay. I'll make a PR in the docsite repo, but this PR also changes the Edit: docsite PR: DioxusLabs/docsite#111 |
Additional changes: * More English fixes. * Removed plugin docs from SUMMARY.md, since they are not going to be using Lua. However, I left the folder there for future reference. * Removed governance.md from SUMMARY.md, because it doesn't contain anything.
Add files from DioxusLabs/dioxus#1404
commit 808f17400fb9297c99852beabf42b09d73c30108 Author: Evan Almloff <[email protected]> Date: Tue Feb 20 09:49:02 2024 -0600 fix nasm in CI commit 487b14bf19ce5cb30ef9c337e097ec7ee7f795d2 Author: Evan Almloff <[email protected]> Date: Mon Feb 19 18:33:36 2024 -0600 fix doc tests and formatting commit c43474f9bfae482621140f2887943c51cccfddb1 Author: Evan Almloff <[email protected]> Date: Mon Feb 19 18:14:16 2024 -0600 fix some minor errors in the cookbook and contributing guide commit cccdb563741a4426b60d4592604ae9d5cab0067c Author: Evan Almloff <[email protected]> Date: Mon Feb 19 18:05:12 2024 -0600 update some apis in the router guide commit 7dffb73102fe8d5c82ad918eeb2b6e35cf0074d3 Author: Evan Almloff <[email protected]> Date: Mon Feb 19 17:58:50 2024 -0600 fix a few old errors reading the through the reference and guide commit 5b739f4e22a6057af2aa77cdbfd75f4e333ebb6f Author: Evan Almloff <[email protected]> Date: Mon Feb 19 17:36:49 2024 -0600 document {}s around expressions commit 3fde610ed144181d07bddffb613b907a6b8da3ee Author: Evan Almloff <[email protected]> Date: Mon Feb 19 17:33:51 2024 -0600 clean up some of the guide code snippets commit 3aa814a3310b4dd8aba74f34ed4d9d3270d44540 Author: Evan Almloff <[email protected]> Date: Mon Feb 19 15:30:54 2024 -0600 clean up some of the docs on hooks commit 0e46ad72b8c3b11661f0ca49c12b12c89ccc7f60 Author: Evan Almloff <[email protected]> Date: Mon Feb 19 15:27:08 2024 -0600 remove a few lingering references to scopestate commit a46342a1e0388e90c01e92d326220c5f0fc02a14 Author: Evan Almloff <[email protected]> Date: Mon Feb 19 15:17:02 2024 -0600 automatically close the nav bar on mobile after you click a link commit 2cd6f9de4bd5f2478f8b08336c0d1344afbd6d60 Author: Evan Almloff <[email protected]> Date: Mon Feb 19 15:05:46 2024 -0600 fix dependency setup in the getting started guides commit 6e4142c2ba921b003b8969bceda6bf0f0ddee125 Author: Evan Almloff <[email protected]> Date: Mon Feb 19 14:10:39 2024 -0600 document 404.html on gh pages commit e85160006084af1334763c2c9e20afe487fbe704 Author: Evan Almloff <[email protected]> Date: Mon Feb 19 13:54:01 2024 -0600 fix hackernews state commit 19813389952bf5612f25b68fe9cfaa22e85a71ce Merge: 544af83f ad603e93 Author: Evan Almloff <[email protected]> Date: Mon Feb 19 12:07:48 2024 -0600 Merge branch 'master' into dioxus-next commit ad603e93fe1e679cf8e0b25f10bbfeede93b2571 Author: Jeremy Arnold <[email protected]> Date: Fri Feb 16 06:36:22 2024 -0800 resolve DioxusLabs/dioxus#1883 (#206) commit 544af83f5f7ca241b2428ab46408f77265a8b620 Author: Evan Almloff <[email protected]> Date: Wed Feb 14 16:10:37 2024 -0600 simplify the mobile docs commit 61d2cb9bc33c1fc3e8b6a13d41a8b2cf47bd19f0 Author: Evan Almloff <[email protected]> Date: Wed Feb 14 14:23:49 2024 -0600 pull in changes from #191 commit aac2c97a0a7899b679cb6b3e1a24e56a1ba06566 Author: Evan Almloff <[email protected]> Date: Wed Feb 14 14:21:34 2024 -0600 update hot reloading command for fullstack commit db90c64bede5c5eff299b21ae3a07a57992fa8cc Author: Evan Almloff <[email protected]> Date: Tue Feb 13 18:38:04 2024 -0600 Replace use_future with use_resource everywhere commit b3f89dca25eb114edeba2cf0dc066dee74c71ff9 Author: Evan Almloff <[email protected]> Date: Tue Feb 13 18:28:56 2024 -0600 test code in state migration docs commit 55d41db4bb61ec8621b7ed2b284e6f3371808a4d Author: Evan Almloff <[email protected]> Date: Tue Feb 13 11:45:39 2024 -0600 create a fermi migration guide commit ced89a1dc20605b0ea8a3d91b2d3cc2677b7f13e Author: Evan Almloff <[email protected]> Date: Tue Feb 13 11:20:56 2024 -0600 create a hook migration guide commit af6b52297d98a17806281d9e909b01fd2b142698 Author: Evan Almloff <[email protected]> Date: Tue Feb 13 11:01:07 2024 -0600 create props migration guide commit 379ec6d2d43d2213df9c1c0734ec69c903aa414d Author: Evan Almloff <[email protected]> Date: Tue Feb 13 10:32:26 2024 -0600 run cargo check on the 0.5 examples in the migration guide commit 6b55c8aecfc1ad9b651ecaae1269aa88958b063b Author: Evan Almloff <[email protected]> Date: Tue Feb 13 10:23:22 2024 -0600 start a migration guide commit c35fa687944e2a058e7e7583eebd2b479282e9b5 Author: Evan Almloff <[email protected]> Date: Mon Feb 12 19:49:37 2024 -0600 improve use effect docs commit 51d0d61821039db324cafb727af31294f81e4902 Author: Evan Almloff <[email protected]> Date: Mon Feb 12 19:44:12 2024 -0600 fix formatting commit cf627f6146a4c463997fcc183d3366b0ab421b85 Author: Evan Almloff <[email protected]> Date: Mon Feb 12 19:43:39 2024 -0600 fix cargo check commit a5b5d8af458965688e09f623a928b4c4f61c6255 Author: Evan Almloff <[email protected]> Date: Mon Feb 12 19:41:14 2024 -0600 update the use effect docs commit 893a6bd744714ee7dedad2dc15f23d44f12e2747 Author: Evan Almloff <[email protected]> Date: Mon Feb 12 19:30:57 2024 -0600 check the examples in the ssr reference commit 584fe5a8bbe67546504aec1b858d4237ae9e735a Author: Evan Almloff <[email protected]> Date: Mon Feb 12 19:24:44 2024 -0600 remove a few references to borrowed props commit 20d1237932a4c76e4fe68853ee9fddc483d002e1 Author: Evan Almloff <[email protected]> Date: Mon Feb 12 15:25:25 2024 -0600 clean up some formatting in the tailwind guide commit d994bd027894268dff3092a4be99a0a95076866b Author: Evan Almloff <[email protected]> Date: Mon Feb 12 15:24:28 2024 -0600 document the new asset system commit f680cd4e2196849efeb112448eca92cf41a17c6c Author: Evan Almloff <[email protected]> Date: Mon Feb 12 14:29:16 2024 -0600 pull examples out of the router reference commit 0fe6c1c8651ed39245efd81aa4f210821733f912 Author: Evan Almloff <[email protected]> Date: Mon Feb 12 14:10:57 2024 -0600 update the error handling docs commit 01195f4fe796cbc74ea8da39c98e2c30e8d778eb Author: Evan Almloff <[email protected]> Date: Thu Feb 8 12:12:31 2024 -0600 update the tailwind docs commit 209996af8ba9f512d633b2090ff170fd805e6157 Author: Evan Almloff <[email protected]> Date: Thu Feb 8 11:51:29 2024 -0600 fix some formatting issues commit 8724b88d1908e9257a95cee1e347fc41da3ad17a Author: Evan Almloff <[email protected]> Date: Thu Feb 8 11:50:44 2024 -0600 optimize some images commit a7ea3c14a4474015ad4544f59859d333b2079e2b Author: Evan Almloff <[email protected]> Date: Thu Feb 8 11:31:43 2024 -0600 make all examples compile commit 361969853b71fe262ec64a2d6a48c5c5f1672c0e Author: Maschga <[email protected]> Date: Wed Feb 7 15:33:34 2024 +0100 make the left navigation-bar sticky (#205) commit c08b2f564f980b2f29cfc58dcc3cc78092b9b5cd Author: Evan Almloff <[email protected]> Date: Mon Feb 5 18:05:30 2024 -0600 use the main branch of dioxus commit c040598ce0266aab916fb5e352dcbb089fa17e6f Author: Evan Almloff <[email protected]> Date: Mon Feb 5 17:43:07 2024 -0600 fix most doc examples commit 6be51657a086890623b6903d36157e9f27ae753b Author: Lennart <[email protected]> Date: Mon Feb 5 19:50:00 2024 +0100 chore: bump dioxus-material-icons to 1.2.0 (#204) commit fc57b8413d91755727c5017a582db7348a4fe09f Author: Andrew Voynov <[email protected]> Date: Mon Feb 5 18:47:49 2024 +0300 docs(readme): reformatted; added missing links (#203) Added: - an 80 column limit - missing blank lines - missing links Other: - changed code blocks' languages to `sh` (shell) - reorganized some links commit 9c9466bb8d2d0e4080c38b6776002755aecc612b Author: Evan Almloff <[email protected]> Date: Wed Jan 31 17:15:33 2024 -0600 fix hackernews example commit e750f806300e5b84697996ddff32535ea4f27325 Author: Evan Almloff <[email protected]> Date: Wed Jan 31 17:07:58 2024 -0600 fix fullstack builds commit c21635a798c4d3cf64b1a4b4dc3c9f02c6d3bc43 Author: Evan Almloff <[email protected]> Date: Wed Jan 31 13:32:37 2024 -0600 Fix remaining compiler errors commit df58866c043251327781d98e2ad646b4077c6963 Author: Evan Almloff <[email protected]> Date: Wed Jan 31 11:50:33 2024 -0600 get components module compiling commit cdc2de2023f648dc4b8e3cf906392048484258a2 Author: Evan Almloff <[email protected]> Date: Tue Jan 30 18:16:20 2024 -0600 remove fermi commit 978c9d094c4c549266356bd06f1e5c66cfe3c8a5 Author: ealmloff <[email protected]> Date: Tue Jan 30 12:41:28 2024 -0600 Update docs-src/0.4/en/reference/component_props.md Co-authored-by: Marc Espin <[email protected]> commit ad9255e39b7c8c8724cc61bf6ef6d6dd8940433c Author: ealmloff <[email protected]> Date: Tue Jan 30 12:41:24 2024 -0600 Update docs-src/0.4/en/reference/component_props.md Co-authored-by: Marc Espin <[email protected]> commit c0a38e7255910b0b858cb9eada443902bcd56f43 Author: Evan Almloff <[email protected]> Date: Tue Jan 30 12:41:10 2024 -0600 remove cx and non-static props in more places commit 3c6517eb239271202e221bc9dfcfd23e61dbef07 Author: Evan Almloff <[email protected]> Date: Tue Jan 30 12:21:50 2024 -0600 use signals everywhere commit a029941215b5de25541499526f4516df102123c4 Author: Evan Almloff <[email protected]> Date: Tue Jan 30 12:17:59 2024 -0600 revert changes to posts commit 04d08fa1c015ac6eaeb8c9a9678c510c7de2f715 Author: Evan Almloff <[email protected]> Date: Tue Jan 30 12:15:25 2024 -0600 switch from cx.props -> props commit 50df9a7cbabc0f82d5490cd829f174307705078a Author: ealmloff <[email protected]> Date: Tue Jan 30 12:14:22 2024 -0600 Update docs-src/0.4/en/reference/component_props.md Co-authored-by: Marc Espin <[email protected]> commit f30195fefa25d635bfcbd0bc53464c709af07f86 Author: Evan Almloff <[email protected]> Date: Tue Jan 30 11:55:36 2024 -0600 remove scope from a bunch of places commit b162bd279cd4344b68cd4c93861ecb0cc12e7d37 Author: Evan Almloff <[email protected]> Date: Tue Jan 30 11:35:36 2024 -0600 Update dependencies to dioxus next commit a3cca552385c534f062ffab217bb9c9c0a6056a5 Author: ealmloff <[email protected]> Date: Tue Jan 30 10:13:18 2024 -0600 Document dx translate (#193) * document the dx translate command * add an introduction and larger example * mention dx translate and the html macro when we introduce rsx commit 1c0f475af388086cdf0c040be9676e53fbfb8783 Author: ealmloff <[email protected]> Date: Tue Jan 30 07:23:16 2024 -0600 Document dynamic parameters in layouts (#190) * document dynamic parameters in layouts * add a note about use_route commit 9e9f0199ee6419147e6bbeaeee02e6176a593d30 Author: Evan Almloff <[email protected]> Date: Thu Jan 25 16:42:13 2024 -0600 make the tailwind style link absolute to work around #1171 commit e6368b324caabf8a16098a57e7af827fe1d31d9d Author: A. R. Dunster <[email protected]> Date: Tue Jan 16 05:27:07 2024 -0800 Formatting fixes in CLI section of docs (#199) * Fix line formatting and lack of spaces after punctuation in CLI index. * Fix line formatting and lack of spaces after punctuation in CLI installation doc. * Fix line formatting and lack of spaces after punctuation in CLI project creation doc. * Fix line formatting and lack of spaces after punctuation in CLI configuration doc. commit d1a80bcea78b7c5fccff48a392b132ed1cee576d Merge: cbfe4601 8f172803 Author: ealmloff <[email protected]> Date: Thu Jan 11 07:54:17 2024 -0600 Merge pull request #198 from ardunster/patch-1 Minor proofreading edits in docs. commit 8f1728038f1da5f88bc4a0add539dd5a937feac0 Author: A. R. Dunster <[email protected]> Date: Wed Jan 10 20:35:15 2024 -0800 Minor proofreading edits. Mainly wanted to fix "form" to the correct "from", but also added a bit of punctuation for consistency. commit cbfe460103449d1657256c6e0578e5d9d68957a1 Merge: 58852931 413a204e Author: ealmloff <[email protected]> Date: Wed Jan 3 15:32:29 2024 -0600 Merge pull request #195 from ealmloff/fix-anti-pattern-dead-link fix the link to dynamic rendering in the antipatterns page commit 413a204e416f70deef720a0689df332d5a2a0bea Author: Evan Almloff <[email protected]> Date: Wed Jan 3 15:32:00 2024 -0600 fix the link to dynamic rendering in the antipatterns page commit 5885293120d4220260caf1390f123e563b2ac073 Merge: 8a50ae14 95113325 Author: ealmloff <[email protected]> Date: Wed Jan 3 09:56:47 2024 -0600 Merge pull request #133 from seahorse-byte/master fix a few block-quotes instances concatenating words + change built in to built-in commit 951133254213964c62eee2aade7a60f990eddf5b Merge: 077d35d9 8a50ae14 Author: ealmloff <[email protected]> Date: Wed Jan 3 09:56:20 2024 -0600 Merge branch 'master' into master commit 8a50ae14441aad2343de588ea434f16a53dbb4d4 Merge: 54c69234 b34458a6 Author: ealmloff <[email protected]> Date: Wed Jan 3 09:54:36 2024 -0600 Merge pull request #179 from ealmloff/fix-docsite-panics Fix the spawn example commit 54c6923413f64de96f1c2d69976f269655ff1336 Merge: f2877859 9fe17717 Author: ealmloff <[email protected]> Date: Wed Jan 3 09:54:23 2024 -0600 Merge pull request #186 from ealmloff/extra-space-file-accept Fix the accept attribute in the file upload examples commit f28778590cd3c071aa3538bf3c6fe0664789e5bf Merge: b3ef987b 4383f597 Author: ealmloff <[email protected]> Date: Wed Jan 3 09:53:57 2024 -0600 Merge pull request #187 from ealmloff/tauri-link Fix the tauri prerequisites link commit b3ef987b2174db141b036201753e6478a7eaf824 Author: Evan Almloff <[email protected]> Date: Wed Jan 3 09:52:38 2024 -0600 fix spelling of Community commit f76a9b618361be005ec7a0becdefe62297863469 Merge: f376319f 0113b643 Author: ealmloff <[email protected]> Date: Wed Dec 27 08:53:58 2023 -0600 Merge pull request #188 from Narsil/patch-1 Fix: mobile docs - remove logging + desktop_config commit 0113b643df8732c3df05282ff42f1bdfed41c069 Author: ealmloff <[email protected]> Date: Wed Dec 27 08:52:41 2023 -0600 remove mobile logging comment commit bf5873beb33146e96dc8efda82d7790c63b515fc Author: Nicolas Patry <[email protected]> Date: Wed Dec 27 10:10:33 2023 +0100 Update mobile.md commit 4383f597a35e67daa16aff0f66973afc79fd430c Author: Evan Almloff <[email protected]> Date: Tue Dec 26 10:21:22 2023 -0600 fix the tauri prerequisites link commit 9fe17717de84e001743b3629c632bb520424cd0f Author: Evan Almloff <[email protected]> Date: Tue Dec 26 10:12:50 2023 -0600 fix formatting commit e0705a512c62d9f74a8533588ef7410d37269d79 Author: Evan Almloff <[email protected]> Date: Tue Dec 26 09:59:14 2023 -0600 add automod so every file in the examples folder is checked commit 43ecb4e8fe94bbf636b347d97139077882f6aa4e Author: Evan Almloff <[email protected]> Date: Tue Dec 26 09:10:40 2023 -0600 remove the extra space between options in the accept attribute in file upload examples commit f376319fe4a41d0c876cb251c284b1edce11e784 Merge: faf6ec74 028ab8d0 Author: ealmloff <[email protected]> Date: Mon Dec 25 16:14:47 2023 -0600 Merge pull request #183 from Dax911/formatfix :pencil2: Formatting commit 028ab8d04e79a3c49deee90a57ac37975e2925b3 Author: Dax <[email protected]> Date: Mon Dec 25 10:21:04 2023 -0600 :pencil2: Formatting commit faf6ec74e7e25de0aad9505bf3718fe67f9d490e Author: ealmloff <[email protected]> Date: Wed Dec 20 10:29:43 2023 -0600 Remove link to tide commit a006f9d13e6a26ae1901ba52fa4b1846068aa4e5 Merge: 20683e8c 9a57933c Author: ealmloff <[email protected]> Date: Wed Dec 20 09:15:55 2023 -0600 Merge pull request #181 from wzwywx/fix-overlap Fix left sidebar overlapping with the main content commit 9a57933cf6c9d4b0acce6fd3b4c7fd39486faaad Merge: d61c31b0 20683e8c Author: ealmloff <[email protected]> Date: Wed Dec 20 09:13:46 2023 -0600 Merge branch 'master' into fix-overlap commit d61c31b0073cbc93a759084ac08887e5f4d7f114 Author: Evan Almloff <[email protected]> Date: Wed Dec 20 09:07:28 2023 -0600 fix formatting commit 8f3706ddf9d4a09639f7af4f17713806f2a45785 Author: Evan Almloff <[email protected]> Date: Wed Dec 20 09:07:17 2023 -0600 don't center the doc content on medium screens commit d16b5d22e5659fd03952a55ade2c6d1d52da7ea9 Author: Evan Almloff <[email protected]> Date: Mon Dec 18 20:20:56 2023 -0600 fix new lints with updated dioxus version commit 9c23625646434b1d5c7a10f7ce80a44d5b39d2ea Author: Evan Almloff <[email protected]> Date: Mon Dec 18 20:03:01 2023 -0600 fix use coroutine docs commit b34458a61cf8ca1a7abeca5de0211e3702f6ab88 Merge: aa2dd1b2 20683e8c Author: ealmloff <[email protected]> Date: Wed Dec 20 08:30:24 2023 -0600 Merge branch 'DioxusLabs:master' into fix-docsite-panics commit 20683e8c6ffed5fbfe38ce6f147549e7522e2c26 Merge: 89107c13 19d8a5e9 Author: ealmloff <[email protected]> Date: Wed Dec 20 08:30:12 2023 -0600 Merge pull request #176 from ealmloff/fix-coroutine-docs Fix use coroutine docs commit db1760e9fc2a1c4d43ddfc6af084a4260e501cc7 Author: wzwy <[email protected]> Date: Wed Dec 20 10:54:46 2023 +0800 revert autoformatted code commit c2382c256628c1c2f76a23f61efe65ac07ad29f0 Author: wzwy <[email protected]> Date: Wed Dec 20 10:51:27 2023 +0800 fix overlap sidebar and main content for lg breakpoint commit aa2dd1b2ef5ff10efbf54409dd8ae08b659fd2c0 Author: Evan Almloff <[email protected]> Date: Tue Dec 19 09:19:05 2023 -0600 fix the spawn example commit 89107c13345ad5212cec42a218b53ea51340630b Merge: 439c725c 783a9c76 Author: ealmloff <[email protected]> Date: Tue Dec 19 08:46:20 2023 -0600 Merge pull request #178 from wzwywx/fix-router-docs Fix some outdated links in the Router guide and reference commit 783a9c768e61b714bf2166c75501b561d30a1721 Author: Evan Almloff <[email protected]> Date: Tue Dec 19 08:35:18 2023 -0600 remove a localhost link commit 6fa9dfb00a2a619c65bdc05c71e6b587f3c94ccc Author: wzwy <[email protected]> Date: Mon Dec 18 11:40:23 2023 +0800 fix broken internal link in Nested Routes page commit 049ad976cacdd7df0856337d1db42edfb2bd52fb Author: wzwy <[email protected]> Date: Mon Dec 18 11:15:39 2023 +0800 update outdated links in Navigation Targets commit 9dc9f5942925827d5c1910b8a50a37dbcdeb1ab1 Author: wzwy <[email protected]> Date: Mon Dec 18 11:11:13 2023 +0800 updated outdated link to Link commit 04cc3d9baeb8990945f5678337d703374cb28abe Author: wzwy <[email protected]> Date: Mon Dec 18 11:04:38 2023 +0800 change the absolute link to CLI config into a relative link commit b925f62f92d8402e6cf4f858cb7a48da0b25f901 Author: wzwy <[email protected]> Date: Mon Dec 18 10:58:38 2023 +0800 change link to 0.4 getting started page commit 19d8a5e9fc6638265afb8939823a303e4a5cab4c Author: Evan Almloff <[email protected]> Date: Mon Dec 18 20:20:56 2023 -0600 fix new lints with updated dioxus version commit 0fadeed41629708229a08492b1bae40fb354c205 Author: Evan Almloff <[email protected]> Date: Mon Dec 18 20:03:01 2023 -0600 fix use coroutine docs commit 439c725cf6fcf300e110a0a418f272d035b824c2 Author: Evan Almloff <[email protected]> Date: Mon Dec 18 07:55:02 2023 -0600 remove a reference to the old hot reload macro in the fullstack crate commit b71013aae87a025c4c4e23942d708b198df2c562 Author: ealmloff <[email protected]> Date: Thu Dec 14 08:21:27 2023 -0600 move the base_path in the publishing docs under web.app commit 7681f604757e2d3e6d4752449aaa0df2e874c87d Merge: bb8662f9 cace1997 Author: ealmloff <[email protected]> Date: Sat Dec 2 19:19:46 2023 -0600 Merge pull request #172 from tigerros/patch-7 Add UPX to optimizing chapter commit cace1997b9188294bb6fbaf0d0cc3a4d8620b76c Author: tigerros <[email protected]> Date: Sat Dec 2 15:50:59 2023 +0100 Add UPX to optimizing chapter commit bb8662f9af9c65d75358f288d25b97e9f57b4085 Merge: 47aaab12 20e0bb90 Author: ealmloff <[email protected]> Date: Mon Nov 27 16:32:14 2023 -0600 Merge pull request #171 from KorieDrakeChaney/patch-1 Update roadmap.md commit 20e0bb9024cf859019c4afc6c0f3a843d779a714 Author: Korie Drake Chaney <[email protected]> Date: Mon Nov 27 16:20:14 2023 -0600 Update roadmap.md * asterisks have a special meaning in markdown, so you have to escape the meaning with a backslash commit 47aaab12c46f9c0e6f89df2c478fc3aab86d904b Merge: 20d0b6d7 233a30d3 Author: ealmloff <[email protected]> Date: Sun Nov 26 08:06:25 2023 -0600 Merge pull request #170 from Exotik850/master Fix docsite docs for tailwind commit 233a30d33afd6ba5309b411eea2b91072bc845a1 Author: [email protected] <[email protected]> Date: Sat Nov 25 20:46:08 2023 -0600 fix indentation commit de9918d88cf7b4022d88787d139479910bc9049b Author: [email protected] <[email protected]> Date: Sat Nov 25 20:40:25 2023 -0600 Fix docsite docs for tailwind commit 20d0b6d771d33b309c90a222a8fcc93b5071c2de Merge: 1c7bf529 bf65623e Author: ealmloff <[email protected]> Date: Sat Nov 25 11:13:54 2023 -0600 Merge pull request #167 from tigerros/patch-6 Mention fallback 404 page in router reference commit bf65623e976fcf952ed0ac9b0472ad03040125fc Author: ealmloff <[email protected]> Date: Sat Nov 25 11:13:19 2023 -0600 modify some of the wording to match the rest of the book commit 1c7bf529b0638070c14d8c22fd2366f30f2a9458 Author: Evan Almloff <[email protected]> Date: Fri Nov 24 10:36:38 2023 -0600 fix #166 commit 0a2c42efdfa45bc62cc5673ab141d04540247e7d Author: Leonard <[email protected]> Date: Fri Nov 24 00:37:41 2023 +0100 Move to root (+ replace "dependancy" with "dependency) commit 328f4d885955cfd64986a4b338fa18d46bf1bea7 Author: tigerros <[email protected]> Date: Thu Nov 23 02:36:20 2023 +0100 Mention fallback 404 page in router reference commit 1f86946adc3c6db9eef4ecf165aa0222c360ca75 Merge: 1d7bc9b1 8ae8e26e Author: ealmloff <[email protected]> Date: Wed Nov 22 17:53:36 2023 -0600 Merge pull request #166 from Exotik850/master Clarify Event handler documentation commit 8ae8e26e150aa8531f88cf4f26ddd3f49d46a236 Author: [email protected] <[email protected]> Date: Tue Nov 21 20:43:19 2023 -0600 Clarify Event handler documentation commit 1d7bc9b1eb5c7e35d8eeae81e60404123b583b44 Merge: b33085ae e412f8c8 Author: ealmloff <[email protected]> Date: Mon Nov 20 15:50:20 2023 -0600 Merge pull request #165 from tigerros/change-awesome-loading-message Change awesome loading message commit b33085ae36e006d7dfef828bf6dc44ddb69b1f8e Merge: b5970d32 b2b5e518 Author: ealmloff <[email protected]> Date: Mon Nov 20 15:50:00 2023 -0600 Merge pull request #164 from tigerros/add-link-to-awesome-dioxus-repo Add link to awesome-dioxus repo for submitting commit b5970d32947c4c9d909631128cf246a406f8fe6b Merge: a7c8f09b 01ef9623 Author: ealmloff <[email protected]> Date: Mon Nov 20 15:49:31 2023 -0600 Merge pull request #149 from MassiminoilTrace/master Adding axum-desktop documentation commit 01ef9623451e1b69809d28dd5dc5471141454ddf Author: Evan Almloff <[email protected]> Date: Mon Nov 20 15:48:56 2023 -0600 tweak some wording to match the rest of the docs commit e412f8c8b5149517d4d17bcb459c51fed08ede39 Author: Leonard <[email protected]> Date: Mon Nov 20 21:00:03 2023 +0100 Update mod.rs commit b2b5e5181609ad7f24b4e769dfa5b31c67b7ac73 Author: Leonard <[email protected]> Date: Mon Nov 20 20:57:23 2023 +0100 Add link commit a7c8f09b069ef41c0015f76da36446655548fd01 Author: Evan Almloff <[email protected]> Date: Mon Nov 20 08:32:43 2023 -0600 include imports in liveview hello world commit 7bfc7c8ff5e7227db688d790edf4edb84a13cdf3 Merge: df079315 c99ff64d Author: ealmloff <[email protected]> Date: Sun Nov 19 21:14:56 2023 -0600 Merge pull request #142 from tigerros/made-with-dioxus Add "Made with Dioxus" section to the awesome page commit df079315bf558600bc374b82347676b5f68ca4d1 Merge: 1abd57c5 f1c0b617 Author: ealmloff <[email protected]> Date: Fri Nov 17 15:44:31 2023 -0600 Merge pull request #162 from tigerros/hooks-typos Small corrections in `hooks.md` commit f1c0b6172eff22a2e93436d9a7bc22b2ca70e38a Author: Leonard <[email protected]> Date: Fri Nov 17 22:04:22 2023 +0100 Add dots to bullet points commit 93949a67c6395a9be7c13ce21fef91f5e9487e7f Author: Leonard <[email protected]> Date: Fri Nov 17 22:03:15 2023 +0100 Update hooks.md commit 1abd57c5dd28de63bcd0479af91c52136557ca96 Merge: 389c4fce 68715981 Author: ealmloff <[email protected]> Date: Thu Nov 16 18:50:38 2023 -0600 Merge pull request #161 from tigerros/patch-5 Document using windows_subsystem commit 687159811230b158dd4cd300a8d515cbe03c9f7f Author: tigerros <[email protected]> Date: Fri Nov 17 01:48:40 2023 +0100 Update CLI instructions to include feature commit 7720d051f069b186ddd062eb598d4fa74ae6cc9a Merge: 4ee2b02b 389c4fce Author: ealmloff <[email protected]> Date: Thu Nov 16 18:48:09 2023 -0600 Merge branch 'master' into patch-5 commit 389c4fced38eed3cb63b8cb38f80bd740637d4f1 Author: ealmloff <[email protected]> Date: Thu Nov 16 18:45:05 2023 -0600 add a warning about windows_subsystem = "windows" disabling all logs commit 4ee2b02b9583f0498a873ca36bb0225c0f2c1adf Author: tigerros <[email protected]> Date: Fri Nov 17 01:44:42 2023 +0100 Document using windows_subsystem Adds a disclaimer to only use it when bundling with an example of gating it behind a feature. commit 866ad5ef22ffbac172396af3128d965680c9ddf2 Merge: cc8683c2 9330695b Author: ealmloff <[email protected]> Date: Mon Nov 13 08:07:35 2023 -0600 Merge pull request #150 from ealmloff/windows-bundling Document windows bundling commit cc8683c2ef50a2aefc30b5cab610a41509f756f3 Merge: 07a8b317 08be4aaa Author: ealmloff <[email protected]> Date: Mon Nov 13 08:06:50 2023 -0600 Merge pull request #159 from tigerros/patch-3 Update desktop examples commit 08be4aaaa560466430938586ee536d716d564aad Author: ealmloff <[email protected]> Date: Mon Nov 13 08:04:35 2023 -0600 fix title capitalization commit f7dffe717c579c72d578fcbe2168d5b451330a69 Author: tigerros <[email protected]> Date: Mon Nov 13 00:20:51 2023 +0100 Add old examples back commit 07a8b317dc48f98ca4cff66ffd71a2cc6c869f38 Merge: c28b5027 f219707b Author: ealmloff <[email protected]> Date: Sun Nov 12 17:02:32 2023 -0600 Merge pull request #160 from tigerros/patch-4 Getting started/Desktop - Fix some typos commit f219707b80b9bccd55beebc7ff3a4ea53276b83f Author: tigerros <[email protected]> Date: Sun Nov 12 23:16:15 2023 +0100 Fix some typos commit 884d7c72290f2493c7962653055a525632230c8e Author: tigerros <[email protected]> Date: Sun Nov 12 22:59:59 2023 +0100 Update desktop examples - Removes the links to the sort-of-deprecated example-projects repo. - Adds a link to the example folder - Adds a link for this GitHub search query: `repo:DioxusLabs/dioxus path:/^examples\// "use dioxus_desktop"` commit c28b50274941e2ba3c8bc68b2d16162f1d73285d Merge: eb7e0ef5 43910ef0 Author: ealmloff <[email protected]> Date: Sun Nov 12 08:41:27 2023 -0600 Merge pull request #158 from ANURAGSISODIYAA/docs/liveview-setup-typo-fix fixed-liveview-setup-instruction commit 43910ef05d3e3e0046dc82c8f9d8f8b8e86e2a6b Author: Anurag Sisodiya <[email protected]> Date: Sun Nov 12 18:41:24 2023 +0530 fixed-liveview-setup-instruction commit eb7e0ef5d90ac081abc505da75eefca6c0363f23 Merge: 36ed6f44 d7f8f5fa Author: ealmloff <[email protected]> Date: Wed Nov 8 08:09:06 2023 -0600 Merge pull request #155 from bunnyBites/add-readme-for-testing-with-local-crate Updated readme on how to test dioxus with local crate. commit d7f8f5fa5d6617e7df40edd34395ef9ca8e24e87 Author: ealmloff <[email protected]> Date: Wed Nov 8 08:08:42 2023 -0600 remove some extra spaces and dioxus-web specific instructions commit 8ca803ae161ba2fe40e81daa93c4f3492aa31f9b Author: Bunny Bites <[email protected]> Date: Wed Nov 8 10:30:51 2023 +0530 add minor missing description commit 5d64d9bdd981134b548e5493de47f826073b1457 Author: Bunny Bites <[email protected]> Date: Wed Nov 8 10:15:40 2023 +0530 update readme on how to test with local crate. commit 36ed6f44e71d62a4ae15a4993cf5126e7d5d6187 Merge: 24b51f5c d457b329 Author: ealmloff <[email protected]> Date: Fri Nov 3 09:55:48 2023 -0500 Merge pull request #154 from benschulz/patch-1 Remove #[inline_props] from App component commit d457b329313981126feb5578f26fb7299790f9ee Author: Ben Schulz <[email protected]> Date: Fri Nov 3 12:11:52 2023 +0100 Remove #[inline_props] from App component commit 24b51f5c7f50b928b00bd6e9b7652bc2056caf0f Merge: 156ff58c 33c8c7c9 Author: ealmloff <[email protected]> Date: Thu Nov 2 13:24:10 2023 -0500 Merge pull request #153 from alexanderjophus/master remove --locked from dioxus-cli installation instructions commit 33c8c7c9bb053ca7aac5cc4655df86731b9fcd26 Author: AJT <[email protected]> Date: Thu Nov 2 18:20:14 2023 +0000 remove --locked from dioxus-cli installation instructions commit c99ff64d7dbcb65f9b8bf66800f863360f51f0a3 Author: Leonard <[email protected]> Date: Sun Oct 29 18:09:21 2023 +0100 Update awesome link to org repo It used to point to my fork of the awesome repo for testing, but seeing as ealmloff has been merging some PRs in the official awesome repo, it should point to there instead commit da3b0ea6e4c9267a958fba6b7b4370973cf3cfa0 Author: Massimo Gismondi <[email protected]> Date: Sun Oct 29 11:25:31 2023 +0100 Add server address setup commit e12e8369799b4f2bb23aec64a701194ae8ce0559 Author: Massimo Gismondi <[email protected]> Date: Sun Oct 29 11:03:00 2023 +0100 Run command example commit 76f926404f7b4cb15ccaa5b55e0f5fda13719688 Author: Massimo Gismondi <[email protected]> Date: Thu Oct 26 21:55:25 2023 +0200 Moved example to standalone file commit 156ff58c6a85ec66d569f6aee1958f1625b6385f Merge: 708878ca b8fc08a4 Author: ealmloff <[email protected]> Date: Tue Oct 24 12:45:54 2023 -0500 Merge pull request #151 from alexanderjophus/master Updates i18n page to embed example commit b8fc08a4ef941d567701e7dd10f444bd323c9b23 Author: AJT <[email protected]> Date: Tue Oct 24 18:25:36 2023 +0100 add docs-src to watch files commit adcbf28187e57c5d33f6f0f92c9ad93d68540fa1 Author: AJT <[email protected]> Date: Tue Oct 24 18:25:16 2023 +0100 update the running instructions commit 23bb6e917ae87f45a7d9bb0f5be63589c7063bd3 Author: AJT <[email protected]> Date: Tue Oct 24 18:24:53 2023 +0100 update i18n example commit 9330695b2a30ddff3e774633dad5552f8fafffac Author: Evan Almloff <[email protected]> Date: Tue Oct 24 09:16:07 2023 -0500 add documentation about removing the window on windows when bundling commit df2982a79075fc44f5fbb8f7c4445c7e16eee3e6 Author: Massimo <[email protected]> Date: Thu Oct 19 13:48:51 2023 +0200 Adding axum-desktop documentation commit 708878ca8cdc86f87ce716e11020676c7d9da554 Merge: d8227acc eef60250 Author: ealmloff <[email protected]> Date: Mon Oct 16 10:34:10 2023 -0500 Merge pull request #147 from gramidt/fix/guide-issues Fix minor typos and consistency issues within the Guide commit eef60250962f872f5037daa54eebb8c9d7b51974 Author: Granville Schmidt <[email protected]> Date: Sun Oct 15 17:15:46 2023 -0600 fix missing space issue on full_code guide commit 07d76b24b3920d2d2914acf7eb37edec919e66b1 Author: Granville Schmidt <[email protected]> Date: Sun Oct 15 17:10:30 2023 -0600 add new comment to variable that was just introduced commit 088c0daed89a94929ae073c6b1d92b77b0675aa8 Author: Granville Schmidt <[email protected]> Date: Sun Oct 15 16:33:00 2023 -0600 make data fetching examples consistent commit 605544e6433845a48947b66b24e5c4b4c25a2c97 Author: Granville Schmidt <[email protected]> Date: Sun Oct 15 16:00:45 2023 -0600 fix minor grammar mistakes within state guide commit d8227accaf710ab55061ec035a92f1f6d6a56c8d Merge: f2d3a575 297f4a42 Author: ealmloff <[email protected]> Date: Sun Oct 15 16:17:17 2023 -0500 Merge pull request #146 from gramidt/fix/typos Fix wording on state guide commit 297f4a4239474d1aa5bb604733ef6a6516632fe9 Author: Granville Schmidt <[email protected]> Date: Sun Oct 15 15:12:04 2023 -0600 fix wording on state guide commit 3ef6289a1d1f8d771752a7ea4a2722b878a5ae07 Author: Leonard <[email protected]> Date: Fri Oct 13 20:49:39 2023 +0200 Finish commit f2d3a57508bf0ea43699e315b6cf158e94d1329e Merge: 409c6a91 203dab54 Author: ealmloff <[email protected]> Date: Thu Oct 12 10:23:31 2023 -0500 Merge pull request #121 from tigerros/small-fixes Improve contributing docs commit 409c6a9123429a1945f57d8a1e01636227b50622 Merge: c360d356 a2164e99 Author: ealmloff <[email protected]> Date: Tue Oct 10 15:42:46 2023 -0500 Merge pull request #141 from srid/patch-2 docs/static: Link to example project commit a2164e99da714569f441d606f4ce23b95a572ac3 Author: Sridhar Ratnakumar <[email protected]> Date: Tue Oct 10 16:34:50 2023 -0400 docs/static: Link to example project commit c360d356056aa7443084b4ba668f3ebaeb479f55 Merge: b964cc6b 5c5b99f5 Author: ealmloff <[email protected]> Date: Tue Oct 10 13:42:16 2023 -0500 Merge pull request #140 from ealmloff/fix-server-function-integer-overflow fix server function integer overflow commit b964cc6b2515b1920f0251e8f11648d3adaa51f5 Merge: e4b3b3aa ddf3726e Author: ealmloff <[email protected]> Date: Tue Oct 10 12:44:10 2023 -0500 Merge pull request #131 from tigerros/patch-2 Fix typo commit 5c5b99f5838796d11b9fde51963d6b206bda4ec8 Author: Evan Almloff <[email protected]> Date: Tue Oct 10 10:44:10 2023 -0500 fix server function integer overflow commit e4b3b3aa4a5254da1fe95ba01c4bc59a152f1a49 Merge: 3afa5c54 db549864 Author: ealmloff <[email protected]> Date: Thu Oct 5 13:03:49 2023 -0500 Merge pull request #137 from PedroHBrasil/master Fixed first code of Guide -> State page. commit 3afa5c549701d6e68795fc4e6d056ba3decaad15 Merge: bcf061e1 632c30e1 Author: ealmloff <[email protected]> Date: Thu Oct 5 13:02:07 2023 -0500 Merge pull request #136 from MisterWoody/patch-1 Update wasm.md commit db54986482b97727d531e1d4ada12b4117cc3e0c Author: PedroHBrasil <[email protected]> Date: Thu Oct 5 14:13:06 2023 -0300 Fixed first code of Guide -> State page. commit 632c30e17383449ac028566a6b2c1deb40573398 Author: Mister Woody <[email protected]> Date: Thu Oct 5 17:18:35 2023 +0100 Update wasm.md style: Typo in the word bindgen commit bcf061e10d4fc819efb19d0ff5fa6b16c340e53d Merge: 8610465b f6d738b7 Author: ealmloff <[email protected]> Date: Wed Oct 4 16:23:20 2023 -0500 Merge pull request #135 from srid/patch-1 docs/tailwind: tailwind.css must be explicitly linked in <head> commit f6d738b7fb9a371ac38e99fdacc9d113f56b41e2 Author: Sridhar Ratnakumar <[email protected]> Date: Wed Oct 4 16:16:08 2023 -0400 docs/tailwind: tailwind.css must be explicitly linked in <head> commit 8610465bedfe1dd093caeae4df3ee1013faeaf3a Merge: 7af9c978 1fb09c21 Author: ealmloff <[email protected]> Date: Wed Oct 4 08:21:36 2023 -0500 Merge pull request #134 from amrbashir/cargo-mobile2 chore: `tauri-mobile` -> `cargo-mobile2` commit 1fb09c210b3365c15f3f266849b8553a18c3bdc9 Author: Amr Bashir <[email protected]> Date: Wed Oct 4 04:23:57 2023 +0300 chore: `tauri-mobile` -> `cargo-mobile2` commit 7af9c978cb0cf6512b43008171ae03b2f91834f0 Merge: 6595f12d aed7639d Author: ealmloff <[email protected]> Date: Sat Sep 30 19:43:11 2023 -0500 Merge pull request #132 from tigerros/optimization-guide Add Cookbook/Optimizing guide commit 077d35d92e7c15fb097b010c863d65cd2fe80d96 Merge: 6595f12d bcfee0e8 Author: Olsi Gjeci <[email protected]> Date: Sat Sep 30 12:32:52 2023 +0100 Merge pull request #1 from seahorse-byte/fixes-in-reference-docs-hooks fix a few block-quotes instances concatenating words + change built in… commit bcfee0e8f2bdbe81dd5f61c22e76106680fe3004 Author: Olsi Gjeci <[email protected]> Date: Sat Sep 30 12:26:23 2023 +0100 fix a few blockquotes instances contatenating words + change built in to built-in commit aed7639d726ca736a5c2f546367f33172e7b106d Author: Leonard <[email protected]> Date: Fri Sep 29 01:13:24 2023 +0200 Fix commit b928d4bfc80cdf135798c4aeb366cc07c7bb5fad Author: Leonard <[email protected]> Date: Thu Sep 28 05:01:46 2023 +0200 Fix link to dynamic rendering page commit 5b019000d8b73eb27d692396abe625edf16c35c6 Author: Leonard <[email protected]> Date: Thu Sep 28 04:51:30 2023 +0200 Add Cookbook/Optimizing guide commit ddf3726ea5a85513951b69dfb24b6690f169d0b6 Author: Leonard <[email protected]> Date: Wed Sep 27 23:54:44 2023 +0200 Formatting commit 6595f12d75bc53e808df3f7d8b6d1ceb82c5ecc5 Merge: 4191c99a 303f245a Author: ealmloff <[email protected]> Date: Tue Sep 26 08:15:45 2023 -0500 Merge pull request #130 from emily0622/patch-1 Update installation.md to fix #1455 commit 303f245ae26cde3a860e461a860d1fc2dc307bfc Author: Emily Traynor <[email protected]> Date: Tue Sep 26 00:10:41 2023 -0400 Update installation.md to fix #1455 commit 4191c99a6db9f8aba31e1453597328df2773b35e Merge: 09ef3bd6 2681544d Author: ealmloff <[email protected]> Date: Sun Sep 24 09:53:55 2023 -0500 Merge pull request #128 from tigerros/patch-1 Fix router syntax and fix link to router reference commit 2681544df49fb3e1a120157fe1a9ae68c2ac9e9a Author: Leonard <[email protected]> Date: Sun Sep 24 16:52:52 2023 +0200 Remove "the" from router links commit d0d526a2253ef9230db5fabf3b8f88ad0f0a70d1 Author: Leonard <[email protected]> Date: Sun Sep 24 16:46:59 2023 +0200 Rename "router reference" link to "router book" commit b96be2f8cdea94b36c0e128134bd250dc6c62ccb Author: Leonard <[email protected]> Date: Sun Sep 24 00:34:56 2023 +0200 Fix router syntax and fix link to router reference commit 09ef3bd609779991a8f6f5c4beff30892c906a7e Merge: 9299d94e a3582a93 Author: ealmloff <[email protected]> Date: Fri Sep 22 07:41:27 2023 -0500 Merge pull request #127 from hirschenberger/patch-1 Fix feature name commit a3582a93e7c4363661e5056c88fd0b557286cd54 Author: Falco Hirschenberger <[email protected]> Date: Fri Sep 22 11:54:29 2023 +0200 Fix feature name commit 9299d94e1731e799db2c17ea6070e05e2d2f3a92 Merge: c05fa5ce 80174fac Author: ealmloff <[email protected]> Date: Wed Sep 20 14:11:55 2023 -0500 Merge pull request #124 from tigerros/docsite#120 Create an "edit page" button commit c05fa5cec628a533f8c2a2007dfb5a613bc864de Merge: 6ca0af43 2229d94f Author: ealmloff <[email protected]> Date: Wed Sep 20 14:08:45 2023 -0500 Merge pull request #125 from tigerros/example-links Add "examples" page in the cookbook commit 2229d94f91da00095b84ac94e7213363b92a703b Author: Leonard <[email protected]> Date: Wed Sep 20 03:29:45 2023 +0200 Add example page, properly order links, make cookbook sound like a *cook*book commit 80174faca30982858fb3fd490a6f15d82fe4f153 Author: Leonard <[email protected]> Date: Wed Sep 20 02:05:36 2023 +0200 Cargo fmt clippy fix commit 3fa0a49a367cc3bcd91a39a8352283ff6e89b7e6 Author: Leonard <[email protected]> Date: Wed Sep 20 02:01:44 2023 +0200 Update learn.rs commit 203dab548acb538d60d722c81854aa1830d45884 Author: Leonard <[email protected]> Date: Tue Sep 19 23:31:59 2023 +0200 Add disclaimer that playwright might fail commit e77225162ffb7b388d8043d19516346bc0402d7a Merge: 3dd8b9f7 6ca0af43 Author: Leonard <[email protected]> Date: Tue Sep 19 22:57:02 2023 +0200 Merge branch 'DioxusLabs:master' into small-fixes commit 6ca0af437cd1364f4f41038064983bca7fa8529b Merge: 5ee2a128 3f14b5fe Author: ealmloff <[email protected]> Date: Tue Sep 19 06:50:27 2023 -0500 Merge pull request #122 from arobert93/patch-1 Fix typo commit 3f14b5feb2d81e009581f3006c61f78044368b65 Author: Alexandru Comanescu <[email protected]> Date: Tue Sep 19 14:00:56 2023 +0300 Fix typo commit 3dd8b9f75c0b4f87a83f8df137fb8cad71769d02 Author: Leonard <[email protected]> Date: Tue Sep 19 12:35:11 2023 +0200 Uncomment playwright and remove comment from commands commit db37b6bfd61033e5808a3d3cdcdf91bb75de47eb Author: Leonard <[email protected]> Date: Mon Sep 18 21:11:59 2023 +0200 Improve contributing docs commit 5ee2a128033229d8772929e47df648566e89b5d4 Merge: e535eac1 eca624e9 Author: ealmloff <[email protected]> Date: Sun Sep 17 14:03:59 2023 -0500 Merge pull request #119 from tigerros/small-fixes Change invalid "listeners" link to valid "event handlers" link commit eca624e98f87c35aaa561f7a2947e98a085cafe7 Author: Leonard <[email protected]> Date: Sat Sep 16 23:33:54 2023 +0200 Change invalid "listeners" link to valid "event handlers" link commit e535eac12e6f6818d4013c0d9f8ddf82b8fc3e3b Merge: 0c5339aa 2e4ee3b3 Author: ealmloff <[email protected]> Date: Mon Sep 11 11:53:38 2023 -0500 Merge pull request #117 from tigerros/master Change `CatchAll` segment definition to `:..x` from `:...x` commit 2e4ee3b32b7a60c3334ce48a0b588474c4e218a5 Author: Leonard <[email protected]> Date: Mon Sep 11 18:29:44 2023 +0200 Change `CatchAll` segment definition to `:..x` from `x:...` In certain places 3 dots were used instead of 2. commit 0c5339aa7624b4691f57ff2501f03f117fadb3e4 Merge: d52cbf98 493baeb0 Author: ealmloff <[email protected]> Date: Sun Sep 10 08:16:09 2023 -0500 Merge pull request #116 from marc2332/patch-1 fix: Not pass project name when creating with `dx create` commit 493baeb0977230579909191fe60a93b75bc2b1c0 Author: Marc Espín <[email protected]> Date: Sun Sep 10 11:38:49 2023 +0200 fix: Not pass project name when creating with `dx create` commit d52cbf9801b291172be7a0723ac484e93b84c91c Merge: 3ed857bc 88265a08 Author: ealmloff <[email protected]> Date: Fri Sep 8 09:25:37 2023 -0500 Merge pull request #115 from tigerros/master `Event Listeners` -> `Event Handlers` in the nav sidebar commit 88265a08ab43e0aac46677eb271111273889e8bd Author: Leonard <[email protected]> Date: Thu Sep 7 23:16:26 2023 +0200 `Event Listeners` -> `Event Handlers` in the nav sidebar commit 3ed857bc2e59b47c870366eaacf592895bb8d0ff Author: Evan Almloff <[email protected]> Date: Mon Sep 4 09:09:12 2023 -0500 Use locked CLI in gh-pages CI commit 45e03fe34d3854963d7bfad2227f0269e299d3b5 Merge: f449cdf9 b321e4ab Author: ealmloff <[email protected]> Date: Mon Sep 4 08:29:54 2023 -0500 Merge pull request #113 from Stygmates/add-query-segment-example Add query segment example commit f449cdf9ab9b6bb67af6831728cb2fc4488186a3 Merge: 1ace4594 731fa5ec Author: ealmloff <[email protected]> Date: Mon Sep 4 07:37:37 2023 -0500 Merge pull request #112 from tigerros/patch-1 Fix mandatory item emoji indicator commit 1ace4594ddce9b5b428c1eb3bcb26da4e3e746c7 Merge: b228021b 934c0afa Author: ealmloff <[email protected]> Date: Mon Sep 4 07:28:18 2023 -0500 Merge pull request #114 from marc2332/fix/add-locked-param-to-cli-install fix: Add the --locked param to every cli installation command commit 934c0afa0f0ddee87972a7f1129ad2379547bc0f Author: marc2332 <[email protected]> Date: Mon Sep 4 09:02:38 2023 +0200 fix: Add the --locked param to every cli installation command commit b321e4abcb59f4156b9b480242a162e972bc2023 Author: Truong Tan Dat <[email protected]> Date: Sat Sep 2 22:23:39 2023 +0200 Fix missing dependency commit 8044bd981d5d6f8c6bf0da1794af68fbd4026cf8 Author: Truong Tan Dat <[email protected]> Date: Sat Sep 2 14:23:25 2023 +0200 Remove newline commit 94497637db0e76144dbae470e09d1f643e23d930 Author: Truong Tan Dat <[email protected]> Date: Sat Sep 2 14:21:08 2023 +0200 Update query segment example commit 731fa5ecc9d5190e8f6247602d9f9f1d65661445 Author: Leonard <[email protected]> Date: Fri Sep 1 18:54:48 2023 +0200 Fix mandatory item emoji indicator commit b228021bf755e5fa7174ea2201798056297f7512 Merge: 1119f27b cf89855c Author: ealmloff <[email protected]> Date: Thu Aug 31 08:57:08 2023 -0500 Merge pull request #111 from tigerros/master Add files from https://github.com/DioxusLabs/dioxus/pull/1404 commit cf89855cbac3c6d67b1f4f884443d0b7c189df1b Author: Leonard <[email protected]> Date: Wed Aug 30 21:57:29 2023 +0200 Add files from https://github.com/DioxusLabs/dioxus/pull/1404 Additional changes: * More English fixes. * Removed plugin docs from SUMMARY.md, since they are not going to be using Lua. However, I left the folder there for future reference. * Removed governance.md from SUMMARY.md, because it doesn't contain anything. commit 1119f27bd4c9bb2269e5c159515fc06f0024cc5c Merge: fdf412bf dfdcd9da Author: ealmloff <[email protected]> Date: Mon Aug 28 08:19:14 2023 -0500 Merge pull request #102 from MassiminoilTrace/master File engine documentation commit dfdcd9da4a36f50dd085a60ca7d424ea27fd5a96 Author: Massimo <[email protected]> Date: Sat Aug 26 16:58:43 2023 +0200 added folder-select example and cleaned up code commit fdf412bf1e41a7575d39baaf2a8ee2144000e3bd Merge: 7b767f29 49701e2b Author: ealmloff <[email protected]> Date: Thu Aug 24 08:01:43 2023 -0500 Merge pull request #110 from luisecm/master Fixing links in Testing Documentation for Playwright commit 49701e2b069503f2dc97b3e7e5b93008a40ec084 Merge: 7b767f29 aff4066b Author: Luis Cardeña <[email protected]> Date: Wed Aug 23 19:46:44 2023 -0600 Merge pull request #1 from luisecm/doc-links-fix Fixing links in Testing Documentation for Playwright commit aff4066b0b686dcefa598a990bbdf1c2d44b95ab Author: Luis Cardeña <[email protected]> Date: Wed Aug 23 19:44:25 2023 -0600 Fixing links in Testing Documentation for Playwright commit 7b767f290b005679d42e511ea24089715e7178f9 Merge: 8c6fad13 495d6639 Author: ealmloff <[email protected]> Date: Tue Aug 22 09:17:33 2023 -0500 Merge pull request #104 from nathan-barry/tailwind-comment added tailwind comment for when using router commit 8c6fad134e835b4bb61df5e9e259a6e930b87ff7 Merge: 6323caed e325feb1 Author: ealmloff <[email protected]> Date: Tue Aug 22 08:37:29 2023 -0500 Merge pull request #103 from marc2332/fix/404-custom-hooks-link fix: Update `create your own hook` link commit 6323caedf554f84fe6daaf4a728a48b70317af0d Merge: 4361afa4 633335df Author: ealmloff <[email protected]> Date: Tue Aug 22 08:31:08 2023 -0500 Merge pull request #109 from marc2332/fix/update-fullstack-installation-cmd fix: Don't install dioxus-fullstack with the axum feature enabled commit 633335dfe2f0787d49377a4f6822e7a42d86898a Author: Marc Espín <[email protected]> Date: Tue Aug 22 11:16:05 2023 +0200 fix: Don't install dioxus-fullstack with the axum feature enabled commit 4361afa45d01f141f8fb3fae784388e976591d70 Merge: d58d71b9 aabd77b9 Author: ealmloff <[email protected]> Date: Tue Aug 15 13:17:42 2023 -0500 Merge pull request #108 from trevyn/fix-typos Fix typos commit 74e4ef81662ee8c7bd2be12fc15ea531954df215 Author: Massimo <[email protected]> Date: Tue Aug 15 13:56:33 2023 +0200 Directory attribute fix commit aabd77b9862c22b39f238cd36685a1c36d87952e Author: trevyn <[email protected]> Date: Tue Aug 15 10:15:10 2023 +0400 Fix typos commit ba9a69e3d61047e1c0c8f6e180d56042636413c9 Author: Evan Almloff <[email protected]> Date: Mon Aug 14 14:57:12 2023 -0500 clean up some wording commit d58d71b980b1e3c3cd776a75d86d96e013e40c48 Merge: 6b15f890 742a8f9c Author: ealmloff <[email protected]> Date: Mon Aug 14 11:56:22 2023 -0500 Merge pull request #107 from Demonthos/fix-setup-steps-fullstack Fix setup steps for dioxus fullstack commit 742a8f9c853f8cfa1b03bdb3c9a9d7ebeeca5da7 Author: Evan Almloff <[email protected]> Date: Mon Aug 14 11:54:47 2023 -0500 Fix setup steps for dioxus fullstack commit 6b15f890714a82d17775475c5c50a7cb223d9ccd Merge: 09397dbd 33f9514d Author: ealmloff <[email protected]> Date: Mon Aug 14 09:35:12 2023 -0500 Merge pull request #106 from Demonthos/fix-sandbox-server-future-link Fix the link to the server future code sandbox example commit 33f9514dbc60b322e5075f1c70e5e49756a3c332 Author: Evan Almloff <[email protected]> Date: Mon Aug 14 09:34:37 2023 -0500 Fix the link to the server future code sandbox example commit 495d663976d7f5c0100a6948470cac1fec31afed Author: Nathan Barry <[email protected]> Date: Sun Aug 13 13:46:43 2023 -0500 added tailwind comment for when using router commit e325feb1feb3e8efab75117b3a89a908994a9a41 Author: Marc Espín <[email protected]> Date: Sun Aug 13 11:29:45 2023 +0200 fix: Update `create your own hook` link commit 74618b7075dbdb53feb1f5794def41ab93f78ace Author: Massimo <[email protected]> Date: Sat Aug 12 11:57:20 2023 +0200 Fix field name commit 84fb2dcbe6738f28333662cb35eb8c2448eb0fc2 Author: Massimo <[email protected]> Date: Thu Aug 10 20:07:51 2023 +0200 File handling documentation commit 09397dbdcf3cbf568a1aca36f7f64c284b04313d Merge: 950d368a 746c4ddc Author: Jonathan Kelley <[email protected]> Date: Wed Aug 9 17:33:09 2023 -0700 Merge pull request #84 from marc2332/fix/update-use_window-hook-docs-link fix: Update use_window hook docs link in Desktop Reference commit 950d368a07e5ec383014123a0c8a4eece608aed5 Merge: 400f77fb 5a80cd45 Author: ealmloff <[email protected]> Date: Tue Aug 8 17:54:50 2023 -0500 Merge pull request #97 from Demonthos/fix-fullstack-started Fix fullstack getting started guide and router integration docs commit 5a80cd45b027d99897eded7bf7bc7ae0bbba325a Author: Evan Almloff <[email protected]> Date: Tue Aug 8 11:07:36 2023 -0700 make router migration guide a bit more clear commit 0367d1bd3d8799eeb89816c05e379f9fe39a3a12 Author: Evan Almloff <[email protected]> Date: Tue Aug 8 11:02:00 2023 -0700 fix CI setup commit 400f77fbf439b8d49682023cdc00ba84ca70c9b4 Merge: 5b61037c 886cea8d Author: ealmloff <[email protected]> Date: Mon Aug 7 18:15:38 2023 -0500 Merge pull request #98 from Demonthos/dedup-serde-dependancy Remove duplicate serde dependency commit 886cea8d8ba7c1177bdc7b9772eae1000e5d7fa5 Author: Evan Almloff <[email protected]> Date: Mon Aug 7 16:14:56 2023 -0700 add json feature to request commit 89e275816ef1b51a1cdd54f637e96f953d386c0a Author: Evan Almloff <[email protected]> Date: Mon Aug 7 16:13:42 2023 -0700 Remove duplicate serde dependency commit f6ea4605bbddfaf15d49fc034a333f49d8170492 Author: Evan Almloff <[email protected]> Date: Mon Aug 7 09:33:09 2023 -0700 run checks on all branches commit dfdafba581951f673937791e028e9817e93aabc9 Author: Evan Almloff <[email protected]> Date: Mon Aug 7 09:30:57 2023 -0700 fix fullstack getting started guide, and router commit 5b61037c0ee6bac9bf7210429cfab31fdaaabf71 Merge: 49bf7efb 0cd05dad Author: ealmloff <[email protected]> Date: Mon Aug 7 11:13:39 2023 -0500 Merge pull request #96 from marc2332/fix/bring-back-poor-ferris fix: Bring back missing poor ferris commit 0cd05dad7f6b4b647442ff245960a48e594e9081 Author: Evan Almloff <[email protected]> Date: Mon Aug 7 09:13:23 2023 -0700 just fix the file extension commit 49bf7efb4ef8bad9089a1a0629c7f6683705ce44 Merge: 9851faab 9c21c78b Author: ealmloff <[email protected]> Date: Mon Aug 7 11:07:47 2023 -0500 Merge pull request #95 from marc2332/fix/404-server-functions-link fix: Fix server funtions link in Choosing a web renderer commit 827ca26eead9aae872f7fdbc7e5810b6afa5c80f Author: Marc Espín <[email protected]> Date: Mon Aug 7 18:07:25 2023 +0200 fix: Bring back missing poor ferris commit 9c21c78b01eee4640cea601ab510755f612c2896 Author: Marc Espín <[email protected]> Date: Mon Aug 7 17:59:53 2023 +0200 fix: Fix server funtions link in Choosing a web renderer commit 9851faab521f41477a6d7e30835dad97e190d4b5 Merge: 81d97713 68eaabe6 Author: Jonathan Kelley <[email protected]> Date: Sat Aug 5 17:52:55 2023 -0700 Merge pull request #92 from DogeDark/DogeDark-patch-3 commit 68eaabe62024e488fda45f82c3679d81750ee958 Author: Miles Murgaw <[email protected]> Date: Sat Aug 5 19:45:01 2023 -0400 fix: hero typo commit 81d97713d90bde76003bc56f9e3a19f908a278c5 Merge: cde17ddb 976f2dc3 Author: ealmloff <[email protected]> Date: Fri Aug 4 18:12:03 2023 -0500 Merge pull request #90 from eventualbuddha/fixes Various Fixes commit 976f2dc3dbc3aa0839a3d12c57d292b7ddd33460 Author: Brian Donovan <[email protected]> Date: Fri Aug 4 15:41:18 2023 -0700 make `App` component name formatting consistent commit 8220140a795f5135b4d6a020a32cfc286c0da4a7 Author: Brian Donovan <[email protected]> Date: Fri Aug 4 15:38:08 2023 -0700 fix a typo commit 62f9d4d430e1713f45284cb43dc23f1097a5c3ec Author: Brian Donovan <[email protected]> Date: Fri Aug 4 15:37:43 2023 -0700 tidy up `tailwind` docs Indenting within each `<ol>` makes the markdown renderer actually keep the numbers instead of changing them all to "1". Also makes s couple small formatting changes. commit cde17ddb32cfd1cea4673a99692a4b5d3c2b0607 Merge: 537bc494 5e8d56d5 Author: ealmloff <[email protected]> Date: Fri Aug 4 13:39:58 2023 -0500 Merge pull request #86 from Demonthos/fix-fullstack-getting-started Fix fullstack getting started guide commit 537bc4941b8e4e34d2227578efe5c04c667d0afb Merge: 5a91299d 7afeba0f Author: ealmloff <[email protected]> Date: Fri Aug 4 13:39:45 2023 -0500 Merge pull request #82 from neicore/master fix overlap between hero and code snippet sections commit 7afeba0f936d9abc4a32e209cbcd1998f24ca81e Author: Evan Almloff <[email protected]> Date: Fri Aug 4 11:39:28 2023 -0700 rebuild tailwind commit 5a91299d97f3a8943c04e046158e712125432b37 Merge: 27570225 da5176e6 Author: ealmloff <[email protected]> Date: Fri Aug 4 13:37:58 2023 -0500 Merge pull request #85 from Erithax/master fix typo in docs/cli/configure: style => script commit 27570225eaff9a8d5b0b696121e79727ce865969 Merge: 297be940 df5b044b Author: ealmloff <[email protected]> Date: Fri Aug 4 13:30:54 2023 -0500 Merge pull request #83 from onweru/master fix: drop repeated phrase commit 5e8d56d57cdaee48b499c2acf24d4166f5464198 Author: Evan Almloff <[email protected]> Date: Fri Aug 4 11:30:08 2023 -0700 fix fullstack getting started guide commit da5176e63fe15a8f1a608a277046d96c56a64c19 Author: Erithax <[email protected]> Date: Fri Aug 4 16:45:24 2023 +0200 fix typo in docs/cli/configure: style => script commit 746c4ddc4e1dea320de8eb1ba51f0ff847df6f09 Author: Marc Espín <[email protected]> Date: Fri Aug 4 15:50:42 2023 +0200 fix: Update use_window hook docs link in Desktop Reference commit df5b044bae1073d2c21522ef0f1abd79b08a0ed5 Author: weru <[email protected]> Date: Fri Aug 4 15:37:50 2023 +0300 fix: drop repeated phrase commit f1be776fadc4d2ee948482f5a177f5a635daa10b Author: neicore <[email protected]> Date: Fri Aug 4 09:57:18 2023 +0000 fix overlap between hero and code snippet sections commit 297be940157ec3b8b434f0121eebff565605879c Merge: 7c1568dd fb6e912f Author: ealmloff <[email protected]> Date: Thu Aug 3 15:49:11 2023 -0500 Merge pull request #80 from marc2332/fix/fullstack-examples-link fix: Fix fullstack examples link commit fb6e912f24e02025722ec81fdfa8562156d36f66 Author: Marc Espín <[email protected]> Date: Thu Aug 3 22:48:25 2023 +0200 fix: Fix fullstack examples link commit 7c1568dd15cdf1f314a26061be9bf7b0aa760eaf Merge: 35dcfe0c 08ab38ca Author: ealmloff <[email protected]> Date: Thu Aug 3 14:17:16 2023 -0500 Merge pull request #79 from marc2332/fix/update-fullstack-getting-started-404-link fix: Update Fullstack's `Getting started` 404 link commit 08ab38caf98b99a21ed5a75be294c83a31f8aac6 Author: Marc Espín <[email protected]> Date: Thu Aug 3 21:14:40 2023 +0200 fix: Update Fullstack's `Getting started` 404 link commit 35dcfe0c8b54714ba9e4c92d91d8ac30c1d1d073 Merge: dfbf082b 89874032 Author: ealmloff <[email protected]> Date: Thu Aug 3 11:09:15 2023 -0500 Merge pull request #78 from Erithax/master add fade-in to /awesome error text so it doesn't flash on screen when switching to that page commit 8987403284505db7a02bfd0a517c9ad5094fdf5e Author: Erithax <[email protected]> Date: Thu Aug 3 16:25:30 2023 +0200 add fade-in to /awesome error text now the text is not flashed on screen when switching to /awesome commit dfbf082bc44f36ce29f5823ff486af30fa4f8c19 Author: Jonathan Kelley <[email protected]> Date: Wed Aug 2 13:42:57 2023 -0700 fix typo commit 736e6bcde166a91578b31c51cba794c953bc2832 Merge: ff262c05 8ef1db6c Author: ealmloff <[email protected]> Date: Wed Aug 2 15:08:57 2023 -0500 Merge pull request #77 from kaubu/patch-1 Fix minor typo commit 8ef1db6c155f2b6a4fda86f0da2c78580befaf13 Author: Auburn <[email protected]> Date: Thu Aug 3 07:59:07 2023 +1200 Fix minor typo commit ff262c05705b0b2b73121e0130d2d578b62d794b Author: Evan Almloff <[email protected]> Date: Tue Aug 1 18:10:48 2023 -0700 ignore debouncing on non-wasm targets commit 36944791d28024ccaeec8c36a90aa8a40007fbf0 Author: Evan Almloff <[email protected]> Date: Tue Aug 1 17:19:03 2023 -0700 debounce search index commit ee4863021ed6d5d8d5da44b38b79f1192e15cdb7 Author: Evan Almloff <[email protected]> Date: Tue Aug 1 16:58:44 2023 -0700 disable trace logs on the web build commit eca85e176f20cff6af230f77c27ae514ca32ef6d Author: Evan Almloff <[email protected]> Date: Tue Aug 1 16:56:05 2023 -0700 add some default search hints commit 99a7903f5f1d6daeec9e9abf63f7c8279396e34d Merge: 53d9302b 4e89390d Author: ealmloff <[email protected]> Date: Tue Aug 1 18:29:52 2023 -0500 Merge pull request #75 from Demonthos/build-times Improve build times commit 53d9302b8ef954b5371671a0ad310dcfdba837af Author: Jonathan Kelley <[email protected]> Date: Tue Aug 1 16:14:56 2023 -0700 Add some animations to the buttons commit e69d80501d7f81410e5e26b4256abe3a244ca902 Author: Jonathan Kelley <[email protected]> Date: Tue Aug 1 16:06:42 2023 -0700 Make deploy happier on mobile commit b422df6b0f6fb6c616354116b7d2b84b5c915814 Author: Jonathan Kelley <[email protected]> Date: Tue Aug 1 16:02:57 2023 -0700 Add deploy page, update fonts, add google from link commit 9223d7c0032690e9d203cc982fc4a92a4b83217e Merge: 8c2161b6 0ad65a8c Author: ealmloff <[email protected]> Date: Tue Aug 1 16:52:33 2023 -0500 Merge pull request #76 from DioxusLabs/release-post-0.4-router-docsite Add list of things the docsite is using in the router commit 0ad65a8cb0cd0dd32e30415a0bdc353c8c41fb80 Author: Evan Almloff <[email protected]> Date: Tue Aug 1 14:51:47 2023 -0700 add list of things the docsite is using in the router commit 8c2161b63511a794bf6b9ac7384dd469e39f44dd Author: Evan Almloff <[email protected]> Date: Tue Aug 1 13:12:44 2023 -0700 fix typo in 0.4 release post commit e966ad0d30ab59825560bbc0ee1628a304c24309 Author: Evan Almloff <[email protected]> Date: Tue Aug 1 13:08:05 2023 -0700 make blogpost page title work in dark mode commit 4e89390de87f2c23ca99c7d8e0431792f2ca5d45 Author: Evan Almloff <[email protected]> Date: Tue Aug 1 12:50:52 2023 -0700 improve build times commit 9f0a62ca8513acee07df6a200ad49be5380455a1 Merge: 7d265aed f0f2f22f Author: ealmloff <[email protected]> Date: Tue Aug 1 14:39:54 2023 -0500 Merge pull request #74 from Demonthos/conclusion Add conclusion to 0.4 release post commit f0f2f22f4bc9c7fd55bf13ec75f39d536fc92b3d Author: Evan Almloff <[email protected]> Date: Tue Aug 1 12:39:29 2023 -0700 add conclusion to 0.4 release post commit 7d265aed1faf46f06bccbf7de7bbb926092c75d4 Merge: c752b3e2 e1514d78 Author: Jonathan Kelley <[email protected]> Date: Tue Aug 1 12:35:55 2023 -0700 Merge branch 'master' of https://github.com/DioxusLabs/docsite commit c752b3e29c28cdaacb10afb11d2b01bb98b5c8ba Author: Jonathan Kelley <[email protected]> Date: Tue Aug 1 12:35:26 2023 -0700 Set autoplay on videos, small css tweaks, add authors to 04 release commit e1514d78ff9b3b5d0eb8ab55924ed0811987fd89 Author: Evan Almloff <[email protected]> Date: Tue Aug 1 12:10:26 2023 -0700 add event listener to onclick prevent default example commit 967850ae5c65803f39e3300541e66d20dee9dc3b Author: Evan Almloff <[email protected]> Date: Tue Aug 1 12:09:37 2023 -0700 fix 0.3 link commit 7ef5506fac2cffb0189f0eb7a623f07af101b522 Author: Evan Almloff <[email protected]> Date: Tue Aug 1 12:09:02 2023 -0700 flesh out the reference index commit 65715147cac49331f4d7695ced25e7e011586a1d Author: Jonathan Kelley <[email protected]> Date: Tue Aug 1 11:17:21 2023 -0700 use video tags instead of img for release commit afb9cab61e8d158fab767ce6b51afaf7c4884fa1 Merge: 850bacb5 79283285 Author: Jonathan Kelley <[email protected]> Date: Tue Aug 1 10:42:46 2023 -0700 Merge branch 'master' of https://github.com/DioxusLabs/docsite commit 850bacb57041efe0fa5bb9238cd37b8704081e37 Author: Jonathan Kelley <[email protected]> Date: Tue Aug 1 10:41:53 2023 -0700 fix cargo conflicts commit 792832850b5fc8f280bc5df9233e56a4facdbcaf Author: Evan Almloff <[email protected]> Date: Tue Aug 1 10:35:23 2023 -0700 fix 0.3 docs link commit 695d691d1380c2191762f2e8a22fada630fc16d6 Merge: 219f8ad3 d6b13408 Author: Jonathan Kelley <[email protected]> Date: Tue Aug 1 10:32:03 2023 -0700 fix merge conflicts commit 219f8ad3d38bf83b9e9ded6dbf5693be8eb07244 Author: Jonathan Kelley <[email protected]> Date: Tue Aug 1 10:28:53 2023 -0700 add 0.4 release commit d6b13408465d1a25422935802734d8ce97f1d363 Author: Evan Almloff <[email protected]> Date: Tue Aug 1 09:50:23 2023 -0700 fix awesome page and 0.3 docs links commit 94f0eb4ce5a88c7f7fd4835f8192a3c5c4c2c975 Author: Evan Almloff <[email protected]> Date: Tue Aug 1 08:58:11 2023 -0700 fix prism highlighting commit 4cfa9df319d44430546c9e18221207b7a98323c1 Author: Evan Almloff <[email protected]> Date: Mon Jul 31 18:59:02 2023 -0700 fix local docsite builds commit 6d5495cc36e5285044ff64f9e317b4047e1c5e8c Author: Evan Almloff <[email protected]> Date: Mon Jul 31 18:14:37 2023 -0700 fix docsite image link commit 7fb6fe5b89395fe5f84880ad57359e6251c6d62c Merge: 438f219c c7769c7a Author: Jonathan Kelley <[email protected]> Date: Mon Jul 31 17:42:48 2023 -0700 Merge pull request #71 from Demonthos/use-launch-builder Use launch builder instead of launch macro commit c7769c7abc5b9bcf20ccafe99154c90cbeb5c38f Author: Evan Almloff <[email protected]> Date: Mon Jul 31 17:39:41 2023 -0700 use launch builder commit 438f219ceddef352755e9678a4485388278d6a8a Merge: e8dc1fd1 fdaec984 Author: Jonathan Kelley <[email protected]> Date: Mon Jul 31 …
dioxus-cli
crate README points to a non-existent documentation URL. One more URL I recall is the Dioxus logo at the CLI intro page, which leads to nowhere. Removed it because I don't think it's necessary, and no other chapter has it.dx --help
command. It basically just repeats whatdx --help
says and it's an extra burden since it needs to be updated every time a command gets added/updated/removed.