Evan Almloff
d9276bd64c
clean up code and docs
2022-04-17 07:29:35 -05:00
Evan Almloff
4718668389
add docoumentation for custom_renderer
2022-04-17 07:10:15 -05:00
Demonthos
479c12725f
Merge branch 'DioxusLabs:master' into lazy_tui
2022-04-04 12:10:18 -05:00
Evan Almloff
32b2e3a135
bugfixes, docs, and pass clippy
2022-04-02 16:46:46 -05:00
Jon Kelley
d8a6d61723
Merge pull request #335 from kdwarn/master
2022-04-02 14:50:37 -04:00
YuKun Liu
8e1e06d8c3
fix: docs
2022-03-28 13:11:33 +08:00
Kris Warner
e61fa44497
Make minor grammar, spelling, and style changes
2022-03-27 21:24:14 -04:00
Kris Warner
cb1e16c91c
Fix name of later chapter
2022-03-26 10:58:54 -04:00
Kris Warner
36ccb835ab
Clarify that expr in string literal limit of Rust
2022-03-26 10:52:55 -04:00
Kris Warner
55b818b08d
Fix link to router guide
2022-03-26 00:04:58 -04:00
Kris Warner
2ffd90c98b
Remove bullets from numbered list
2022-03-25 22:36:40 -04:00
Kris Warner
e57c0890ec
Delete redundant sentence
2022-03-25 22:26:42 -04:00
Jon Kelley
d3ac3db296
Merge pull request #315 from Synphonyte/master
...
Option<...> props are optional by default.
2022-03-20 19:59:35 -04:00
Imbolc
1082472756
Update setup.md
...
A typo
2022-03-20 08:42:45 +03:00
Marc-Stefan Cassola
be55524e69
Change optional props docs
2022-03-15 19:49:16 +00:00
Jonathan Kelley
841ad91fe1
fix: dblclick instead of doubleclick
2022-03-11 10:49:38 -05:00
YuKun Liu
9620dc05af
Change trunk
to dioxus-cli
2022-03-10 09:07:41 +08:00
Jonathan Kelley
60619a8380
post: update name
2022-03-09 18:13:50 -05:00
Jonathan Kelley
ff81f1c819
feat: update release posts
2022-03-09 18:11:40 -05:00
Jonathan Kelley
77c7713f55
feat: finish release psot
2022-03-09 14:59:18 -05:00
Jonathan Kelley
437716eaea
wip: update with images
2022-03-09 14:45:34 -05:00
Jonathan Kelley
b0183b76cd
release: add posts for releases
2022-03-09 14:27:01 -05:00
Jonathan Kelley
38d07f7111
docs: add some more to async
2022-03-09 12:33:28 -05:00
Jonathan Kelley
3e9023b131
docs: finish async
2022-03-09 10:22:12 -05:00
Jonathan Kelley
be2b4d36de
fix: linking in attributions
2022-03-08 14:43:19 -05:00
Jonathan Kelley
c6fdd03a9d
feat: add attributions for crates
2022-03-08 14:41:49 -05:00
Jonathan Kelley
3acd643afb
docs: more docs and an errorhandling example
2022-03-08 14:15:18 -05:00
Jonathan Kelley
59f38839fa
Merge pull request #295 from DioxusLabs/jk/docsoverhaul
...
Docs: actually finish all of the documentation.
2022-03-08 00:56:44 -05:00
Jonathan Kelley
0f87ebb277
docs: even more docs
2022-03-06 20:37:57 -05:00
YuKun Liu
485f6f69f0
Update hooks.md
2022-03-06 15:05:21 +08:00
Jonathan Kelley
7805b1ad63
docs: add simple router book
2022-03-02 17:52:28 -05:00
Jonathan Kelley
94fedcbc91
Merge pull request #269 from mrxiaozhuox/master
...
Add `Dioxus-cli` Document
2022-02-27 02:33:54 -05:00
YuKun Liu
2df0e54d6a
docs: commit docs
2022-02-27 08:22:31 +08:00
YuKun Liu
91c40f3b88
docs: commit docs
2022-02-27 08:22:00 +08:00
YuKun Liu
4480874ee2
docs: commit docs
2022-02-24 23:35:26 +08:00
Jörg Kurlbaum
cc0e2c4877
Add options for compilation on systems that lack libappindicator3
2022-02-24 14:32:43 +01:00
YuKun Liu
9301a55abf
docs: commit docs
2022-02-22 19:21:23 +08:00
YuKun Liu
9fb5019929
docs: add commands
2022-02-21 21:25:58 +08:00
YuKun Liu
ff92b10055
docs: commit docs
2022-02-21 20:37:46 +08:00
Oliver Forral
d700850b70
fixing build warnings in hello world example
...
Fixing this warning when I try to compile
warning: function `App` should have a snake case name
--> src/main.rs:7:4
|
7 | fn App(cx: Scope) -> Element {
| ^^^ help: convert the identifier to snake case: `app`
|
= note: `#[warn(non_snake_case)]` on by default
Also changing edition from 2018 to 2021
2022-02-20 17:27:07 -07:00
YuKun Liu
ac808d31ad
docs: add cli
docs
2022-02-20 18:23:11 +08:00
YuKun Liu
6ca0a0a4f9
docs: add installation
page
2022-02-20 11:28:22 +08:00
YuKun Liu
e039c5b001
docs: add introduction
2022-02-20 11:08:53 +08:00
YuKun Liu
5f36dd0ee3
docs: init cli
docs
2022-02-20 10:19:02 +08:00
Jonathan Kelley
f3ad776430
Merge pull request #263 from malcolmrebughini/master
...
docs(reference/platforms/ssr): fixing example and commands
2022-02-18 11:40:59 -05:00
Malcolm Rebughini
d897d2148a
docs(reference/platforms/ssr): fixing example and commands
2022-02-17 19:17:32 -08:00
Jonathan Kelley
d461ffc011
feat: integrate fermi
2022-02-17 10:38:51 -05:00
Miles Murgaw
2fea2fb13a
Merge branch 'master' of https://github.com/DioxusLabs/dioxus
2022-02-15 13:39:02 -05:00
Dave Rolsky
7c2d911fbf
Fix closure signature for use_ref example in interactivity docs
...
The example showed the closure accepting a single argument, but it accepts
none.
2022-02-15 09:54:32 -06:00
Miles Murgaw
1413631d30
update: match DioxusLabs/docs#3
2022-02-14 19:08:10 -05:00