Commit graph

3813 commits

Author SHA1 Message Date
vianney
7aa8feaa49 [FIX] fixed typo : tailwind-css -> tailwindcss 2022-07-20 19:26:26 +02:00
vianney
014df14a24 [ADD] Added tailwind-css tool in dioxus-cli. tailwind-css downloads tailwind binary from github and puts it in the tool directory. tailwind-css handles release profile by minifying the bundle. Fixed typo in src/config.rs. Updated docs in configure.md. Updated Dioxus.toml by adding tailwind tool 2022-07-20 17:22:22 +02:00
Demonthos
39cbc82107
update tui to use taffy dimention directly (#501) 2022-07-19 09:27:19 -07:00
Jonathan Kelley
d090b24f8d chore: prevent reference from being uploaded 2022-07-18 13:52:01 -07:00
Jonathan Kelley
dbb842e285 Merge branch 'master' of github.com:DioxusLabs/dioxus 2022-07-18 13:50:11 -07:00
Jonathan Kelley
62b9a0593f chore: use taffy dimension directly 2022-07-15 22:17:00 -04:00
YuKun Liu
66862e2310
Merge pull request #55 from Demonthos/fix_single_line_rsx_hot_reloading
fix single line rsx hot reloading
2022-07-14 21:30:11 +08:00
Evan Almloff
6c11eca05b fix single line rsx hot reloading 2022-07-14 07:38:51 -05:00
Reinis Mazeiks
d734dc5b46
Remove argument from use_hook closure (#496)
Also; update docs for said function
2022-07-11 15:50:56 -04:00
Breno Rocha
6ea076fa7f
Add PT-BR translations (#456)
* Translate final.md, hello_world.md, README.md, ROADMAP.md and SUMMARY.md

* Translatation complete

* Internationalization: move guide to en folder and preserve its history. (#494)

* Clean files and build mdBook with localization feature

* Rebase, remove leftovers and check book builds for every language: 

Co-authored-by: Jon Kelley <jkelleyrtp@gmail.com>
2022-07-11 13:28:12 -04:00
YuKun Liu
4bb8015298
Merge pull request #53 from mrxiaozhuox/master
feat: clean warning info
2022-07-11 12:10:53 +08:00
YuKun Liu
0adabf68a0 feat: clean warning info 2022-07-10 11:28:20 +08:00
YuKun Liu
14f09e69b2
Merge pull request #52 from mrxiaozhuox/master
Prettier console output
2022-07-10 09:00:55 +08:00
Jonathan Kelley
2369b0cc7f chore: remove outdated docs 2022-07-09 15:22:54 -04:00
Jon Kelley
d9546d9504
Renderers are now packages, not features. (#387)
* feat: use synchronous router design

* feat: function to get router out of dom

* chore: restructure workspace to use renderers as packages, not features
2022-07-09 15:15:20 -04:00
Jon Kelley
c97ca7dff6
Internationalization: move guide to en folder and preserve its history. (#494)
* chore: move guide to en folder

* docs: add english as language
2022-07-09 12:31:46 -04:00
YuKun Liu
6cefdcc0cf fix: typo 2022-07-09 22:37:06 +08:00
YuKun Liu
9731588e2d fix: format code 2022-07-09 22:23:54 +08:00
YuKun Liu
c97d7f263a feat: commit code 2022-07-09 22:21:21 +08:00
YuKun Liu
dfcf4e1f88 feat: change default config 2022-07-09 22:17:32 +08:00
YuKun Liu
d543ea19d0 feat: commit some thing 2022-07-09 22:02:33 +08:00
YuKun Liu
bfaa8e3c74 feat: commit code 2022-07-09 20:54:16 +08:00
YuKun Liu
8613518c40 feat: commit code 2022-07-09 20:00:17 +08:00
YuKun Liu
78c78548e8 feat: commit prettier_build 2022-07-09 16:41:53 +08:00
YuKun Liu
526a88cab1 feat: commit code 2022-07-09 14:16:19 +08:00
YuKun Liu
98134cfe1c feat: commit Cargo.lock 2022-07-09 10:09:44 +08:00
YuKun Liu
dfe571df1a feat: commit prettier_build 2022-07-09 10:09:25 +08:00
YuKun Liu
eb0145173d feat: add indicatif crate 2022-07-09 00:32:23 +08:00
YuKun Liu
0a2bac8715 feat: commit code 2022-07-09 00:28:00 +08:00
YuKun Liu
5edcb9238c feat: cargo format struct 2022-07-08 09:26:05 +08:00
YuKun Liu
7860f8b931 feat: commit code 2022-07-07 23:03:30 +08:00
Reinis Mazeiks
7fdc72726d
Exclude benchmarks from testing (#492)
* Exclude benchmarks from testing
2022-07-07 09:59:00 -04:00
Reinis Mazeiks
726e1d50bd
Remove reference from docs CI (#491) 2022-07-07 06:29:40 -05:00
Reinis Mazeiks
6c323e9fc5
Rework Guide (#486)
* Move getting started to Guide

* Clean up summary and getting started

* Shorten intro by moving stuff to individual platform docs

* Make intro even shorter, summarize features

* Further cleanup; move development-related docs to separate section

* Make `guide` a crate. Turn code samples into examples so that we can check if they compile

* Rewrite "Describing the UI":

* Focus on RSX syntax (interactivity covered in later chapters); make sure samples are tested; concise language

* Move some "special attribute" samples to the `examples` directory

* Simplify introduction to components

* Simplify introduction to component props

* Document Prop features; add code samples

* Simplify component children docs

* Interactivity: better introduction to events

* Hooks: better introduction

* Remove outdated doc

* Introducs use_ref

* Simplify User Input chapter

* Document event handler props

* Meme editor example

* Meme editor walkthrough

* Add dark mode example

* Guide for context; dark mode example

* Guide: custom hooks

* Guide: conditional rendering

* Guide: rendering lists

* Guide: rendering lists + keys

* Move remaining infor from Reference to guide

* Delete reference book
2022-07-07 08:50:36 +00:00
Jonathan Kelley
92a8b7c75f fmt: fix formatting 2022-07-07 02:52:37 -04:00
Jonathan Kelley
3d47cb48fa fix: autofmt on single line rsx calls 2022-07-07 02:06:50 -04:00
Jonathan Kelley
2b9888627b Merge branch 'master' of github.com:DioxusLabs/dioxus 2022-07-07 01:46:48 -04:00
Jonathan Kelley
7ff4d616d3 chore: remove outdated docs 2022-07-07 01:42:03 -04:00
Demonthos
4a5ae758ee
Allow Multiple dependencies for states in the RealDom (native core) (#412)
* WIP multable deps

* WIP: refactor and genralize state macro

* add traversable trait

* update tui to use elementid to index dom
2022-07-07 00:50:22 -04:00
Adia Robbie
c271fc132e
dioxus-desktop(Update-dep): tauri 0.19.x (#489)
* Update(dep): tauri 0.19.x
2022-07-06 12:05:31 -04:00
YuKun Liu
f57dc5212b fix: change local https to http 2022-07-06 23:01:39 +08:00
YuKun Liu
b642dcd739 fix: format code 2022-07-06 22:45:08 +08:00
YuKun Liu
3551d1b6a0 feat: commit code 2022-07-06 22:44:50 +08:00
YuKun Liu
14a2ec306e feat: commit code 2022-07-06 22:37:27 +08:00
YuKun Liu
61c06ea598 feat: commit console log 2022-07-06 21:23:35 +08:00
YuKun Liu
81b712ec0b feat: commit code 2022-07-06 21:08:46 +08:00
YuKun Liu
8dbf571891 feat: commit console print 2022-07-06 18:11:25 +08:00
YuKun Liu
9e64b5dde8 feat: commit code 2022-07-06 17:46:46 +08:00
YuKun Liu
b2c5141fa6 feat: commit code 2022-07-06 17:36:14 +08:00
YuKun Liu
719e48c0a5 feat: beautify console 2022-07-06 16:16:16 +08:00