Commit graph

224 commits

Author SHA1 Message Date
Yohan Boogaert
a85bd29580
Fix the elevation props in the example (#93) 2021-03-09 16:25:47 +01:00
Yohan Boogaert
91183bf07b
Add a cache step to the CI (#91) 2021-03-09 11:43:51 +01:00
Yohan Boogaert
9f1caf44cc
Add missing prop class (#92) 2021-03-09 11:14:00 +01:00
Cecile Tonglet
bcc89cfef5
Add class prop to HtmlSelect (#90) 2021-03-08 10:17:36 +01:00
Yohan Boogaert
904715797a
Add link the the actual page in the example's MenuItem (#89) 2021-02-27 17:47:35 +01:00
Yohan Boogaert
70d9a394a9
Remove Boolinator (#88)
* Remove use statement for boolinator

* Replace boolinator as_some method by bool then method

* Replace boolinator and_option method by bool then method
2021-02-27 17:35:07 +01:00
Yohan Boogaert
1f94b2821d
Modify props name update yewprint's dependencies (#87)
* props struct have now the name of its component

* Add the class props to the tag

* Update dependencies
2021-02-27 13:56:49 +01:00
Théo Degioanni
d89ce3c652
Added input types to InputGroup (#85) 2021-02-26 22:37:40 +01:00
Yohan Boogaert
cd2abd5b95
Temporary remove the wasm-size report (#86) 2021-02-26 22:29:44 +01:00
Yohan Boogaert
29c685cfe2
Modify some details on the build (#84)
* Delete the downloads of blueprintjs
The icon is directly take on a file in the repos

* Add the rust toolchain

* Test CI for Windows

* Add doc comments to build.rs

Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
2021-01-22 14:33:47 +01:00
Cecile Tonglet
119ead376d
Update README.md
Forgot to update the ref of the yew commits
2021-01-19 15:17:44 +01:00
Cecile Tonglet
272b8e72f0
Breaking API change in 1.0.58: could not find export in syn (#82)
Co-authored-by: cecton <cecile.tonglet@cecton.com>
2021-01-18 14:06:26 +01:00
Yohan Boogaert
294be85104
Improve menu (#74)
* Made the example more like the one of blueprintjs

* Add the title props to the MenuDivider

* Add a labelElement and some label on the example Menu
2020-12-04 16:57:27 +01:00
Yohan Boogaert
0a0b0b2a94
Input group & Control group (#68) 2020-12-03 13:26:37 +01:00
Cecile Tonglet
2f8cd1f358
Manually deploy using GitHub Actions build (#70)
Also added API ref doc
2020-11-28 13:54:24 +01:00
Cecile Tonglet
bf9f78debe
Create FUNDING.yml 2020-11-28 12:39:08 +01:00
Yohan Boogaert
213e618409
Adapt doc (#55)
have made some improvement to the doc

- change menu who show the props into a select
- we have now example for switch and menu
- a new MenuDivider
2020-10-28 13:35:28 +01:00
Cecile Tonglet
5f1ee29cb8 Typo 2020-10-25 17:37:36 +01:00
Cecile Tonglet
a40e2eee1c Fix: overlapping urls 2020-10-25 17:33:33 +01:00
Cecile Tonglet
05f8bc4fd7
Remove boolinator (#62)
Fixes #51
2020-10-25 10:19:38 +01:00
Cecile Tonglet
3a3315e499 Fix: tabs's id is not optional 2020-10-25 09:36:18 +01:00
Cecile Tonglet
a1744ce86c
Tabs (#60) 2020-10-25 08:29:19 +01:00
Cecile Tonglet
6887677ff8 Fix wrong URL path 2020-10-19 15:44:58 +02:00
Yohan Boogaert
628cba209e
Adapt Buttongroup and Divider (#54)
Closes #53
2020-10-18 12:42:07 +02:00
Cecile Tonglet
e43601691d
Dynamic tags (#50) 2020-10-17 12:35:33 +02:00
Yohan Boogaert
b2ab172466
Change the intent menus in example's props into select (#52) 2020-10-17 12:19:07 +02:00
Cecile Tonglet
69e271f565
Fixed <Tag>'s remove button not colliding with right icon (#48)
Fixes #46
2020-10-09 21:05:18 +02:00
Cecile Tonglet
58933276c9
Improvements over HtmlSelect to allow using hashable objects (#47) 2020-10-09 20:56:09 +02:00
nbrr
5b6b643290
Tag (#32) 2020-10-09 19:52:26 +02:00
Yohan Boogaert
8eca5094cb
HTML Select (#39) 2020-10-08 18:15:00 +02:00
Nikita Baksalyar
2fd69c2d98
Improve menu accessibility (#44)
This commit adds 2 new attributes to the MenuItem component: 'disabled' and 'href'.
'href' is used for specifying links associated with menu items. This is required to
make menu links accessible and navigable using keyboard. Currently, 'disabled' is
also used only for accessibility purposes: if a MenuItem is not disabled, a tabindex
attribute is added to help with keyboard navigation.

Additionally, an alt text is added to the logo image.
2020-10-07 10:10:03 +02:00
Esteban Borai
4a2e6d2245 feat: divider and button group 2020-10-05 00:05:14 -03:00
Cecile Tonglet
6e0230ba8c Add scheduled build 2020-10-04 13:50:30 +02:00
Arnaud Rebts
48436a9c37
chore: test PR comments (#41) 2020-10-04 13:45:24 +02:00
Cecile Tonglet
b4df7c9c03
Update README.md 2020-10-03 10:24:05 +02:00
Benoit Chassignol
8fdd788d24
Implements Text component with doc example (#40) 2020-10-02 18:44:32 +02:00
Cecile Tonglet
3149778317 Move Tree to a feature (because it requires an extra dependency) 2020-10-01 22:23:02 +02:00
Cecile Tonglet
3b5aef7a24 Add note about navbar in the doc 2020-10-01 21:50:46 +02:00
Cecile Tonglet
e17d3eefc8
Run cargo fmt on nightly (#34) 2020-10-01 08:05:23 +02:00
Cecile Tonglet
127fe4d515
Fix line lengths (#33) 2020-10-01 07:37:55 +02:00
rbeard0330
1dff5a6f7e
Card and elevation (#16)
Co-authored-by: rbeard0330 <@dul2k3BKW6m>
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
2020-10-01 07:32:24 +02:00
nbrr
43b629f1ff Dependency precision. 2020-09-30 20:04:41 +02:00
Yohan Boogaert
0561aa5873
Site description (#28) 2020-09-29 19:34:21 +02:00
Cecile Tonglet
1e840c81ef
Router (#29) 2020-09-29 18:47:33 +02:00
nbrr
e433e11db7
Progressbar (#27) 2020-09-29 16:57:31 +02:00
Cecile Tonglet
20a39e8107
Replace Travis CI by GitHub actions (#13) 2020-09-29 09:18:21 +02:00
Cecile Tonglet
05a968ab46
Update README.md 2020-09-28 22:17:29 +02:00
Cecile Tonglet
76ca19f5e4 Update README.md 2020-09-28 22:16:56 +02:00
Cecile Tonglet
03ea949699
Example props (#25) 2020-09-28 15:24:04 +02:00
rbeard0330
ac387f9789
Implements Callout component with doc example (#22) 2020-09-27 23:24:11 +02:00