Commit graph

  • d89365f4ac Make yewprint-doc compile. Yeah. Francois Stephany 2022-03-16 21:47:47 +01:00
  • 606d5af2c8 Convert simple examples to FC Francois Stephany 2022-03-16 21:39:45 +01:00
  • 71902f8e31 Fix tag example (correct?) Francois Stephany 2022-03-16 21:29:07 +01:00
  • 8697b2d5df Remove InputData & ChangeData Francois Stephany 2022-03-16 21:26:10 +01:00
  • c6d7241d0f Use gloo for alerts Francois Stephany 2022-03-16 16:08:05 +01:00
  • ec88f580a2 Update Router from 0.15 to 0.16 Francois Stephany 2022-03-16 15:57:31 +01:00
  • 3879fb04fd Start to migrate app.rs Francois Stephany 2022-03-16 15:34:45 +01:00
  • 2836c3344f Kill some Cows Francois Stephany 2022-03-16 15:34:15 +01:00
  • 1a11733f26 Weird error see yew#2267 Francois Stephany 2022-03-16 15:13:23 +01:00
  • 798366fd51 Cow removal in some examples Francois Stephany 2022-03-16 15:05:58 +01:00
  • 2e42d83cb4 Fix button_group and tag examples Francois Stephany 2022-03-16 15:01:29 +01:00
  • 45479b100c (doc) Update build_example_prop_component macro Francois Stephany 2022-03-15 09:56:29 +01:00
  • 1acc711857 update_props() updated. Probably wrong though Francois Stephany 2022-03-15 04:51:28 +01:00
  • 800ae87124 (doc) Attempt to update Example. Urgh. Francois Stephany 2022-03-15 04:50:03 +01:00
  • f05e4f6511 (doc) Fix TextArea Francois Stephany 2022-03-15 04:49:21 +01:00
  • e7ea7ccf34 (doc) Convert some examples Francois Stephany 2022-03-15 04:44:02 +01:00
  • 1d08a36158 (doc) Fix html! macro in Switch Francois Stephany 2022-03-15 04:06:38 +01:00
  • 1b2d796add Logo (doc) FCified Francois Stephany 2022-03-15 03:57:20 +01:00
  • 752a155586 Fix some warnings Francois Stephany 2022-03-14 21:55:41 +01:00
  • 56bb11ca00 Divider FCified Francois Stephany 2022-03-14 21:54:37 +01:00
  • ab5a94fac8 Checkbox FCified Francois Stephany 2022-03-14 21:53:35 +01:00
  • bcb0d6472d Callout FCified Francois Stephany 2022-03-14 21:51:27 +01:00
  • 6992e33897 Button FCified Francois Stephany 2022-03-14 21:50:03 +01:00
  • a9341575d1 Card FCified Francois Stephany 2022-03-14 21:48:37 +01:00
  • b0a513bcf3 Collapse compiles (but might be wrong) Francois Stephany 2022-03-14 21:46:49 +01:00
  • c3d44ad8d5 Icon FCified Francois Stephany 2022-03-14 21:43:50 +01:00
  • d0321ecec7 Menu and RadioGroup were not pub Francois Stephany 2022-03-14 21:42:12 +01:00
  • 62553e0656 ControlGroup FCified Francois Stephany 2022-03-14 21:41:09 +01:00
  • 1f2406a82b HtmlSelect compiles Francois Stephany 2022-03-14 21:27:43 +01:00
  • 18fc2d9929 InputGroup compiles Francois Stephany 2022-03-14 21:25:22 +01:00
  • d97f4bede9 NumericInput compiles (but is it correct?) Francois Stephany 2022-03-14 21:22:16 +01:00
  • 3d53201e30 ButtonGroup FCified Francois Stephany 2022-03-14 21:19:38 +01:00
  • 9774b8f8fc Panel stack compiles but is wrong Francois Stephany 2022-03-14 21:10:21 +01:00
  • 677dc0bae6 Menu FCified Francois Stephany 2022-03-14 21:04:43 +01:00
  • 10f4fb6ee3 RadioGroup FCified (correctly?) Francois Stephany 2022-03-14 21:00:13 +01:00
  • a3e89aaa16 ProgressBar FCified Francois Stephany 2022-03-14 20:57:01 +01:00
  • 8cf9e41bf7 Radio FCified Francois Stephany 2022-03-14 20:55:07 +01:00
  • 96abc2c88c Tabs compiles Francois Stephany 2022-03-14 20:53:18 +01:00
  • b244a41098 Slider compiles Francois Stephany 2022-03-14 20:51:01 +01:00
  • 38d6a0a68d Text FCified Francois Stephany 2022-03-14 20:45:18 +01:00
  • 74a81a380c Spinner FCified Francois Stephany 2022-03-14 20:43:36 +01:00
  • 578663a0a9 Switch FCified Francois Stephany 2022-03-14 20:42:07 +01:00
  • 65cdb7a5cb Tree compiles Francois Stephany 2022-03-14 20:40:30 +01:00
  • b3819b08b2 TextArea FCunised Francois Stephany 2022-03-14 20:30:51 +01:00
  • 2dc3ce3015 Convert tag to FC Francois Stephany 2022-03-14 20:27:01 +01:00
  • aa92cca57a Convert html_elements to function components Francois Stephany 2022-03-14 20:19:02 +01:00
  • bb9451347a Handle web_sys::InputEvent change for numeric_input Francois Stephany 2022-03-14 17:46:26 +01:00
  • 048c08ba8b Rename 'H6' to 'h6' Francois Stephany 2022-03-14 17:43:45 +01:00
  • 15512b3c28 Handle ChangeData event removal from Yew Francois Stephany 2022-03-14 17:40:39 +01:00
  • 2906329d90
    Update yewprint/src/html_elements.rs Forest Anderson 2021-12-13 09:10:50 -05:00
  • 510bb6698c
    Update yewprint/src/html_elements.rs Forest Anderson 2021-12-13 09:10:19 -05:00
  • 9788010518
    Update yewprint/src/html_elements.rs Forest Anderson 2021-12-13 09:10:03 -05:00
  • ab17eaff5a More general fixes Forest Anderson 2021-12-12 23:33:57 -05:00
  • cc3b53e454 Fix some dep versions Forest Anderson 2021-12-12 11:46:16 -05:00
  • fd67f09ba5
    Switch: add inner labels (#126) Lachezar Lechev 2021-12-12 13:19:33 +02:00
  • 3794a878cb
    Update yewprint/src/switch.rs #126 Cecile Tonglet 2021-12-12 12:03:45 +01:00
  • 783dcc8356
    Apply suggestions from code review Cecile Tonglet 2021-12-12 11:58:51 +01:00
  • 0383071bc4
    Update yewprint/src/switch.rs Cecile Tonglet 2021-12-12 11:50:11 +01:00
  • 7d646b59d0
    Update yewprint/src/switch.rs Cecile Tonglet 2021-12-12 11:45:11 +01:00
  • 57eb89a470
    Update yewprint/src/switch.rs Cecile Tonglet 2021-12-12 11:39:49 +01:00
  • 5d3b056b47 More bulk changes Forest Anderson 2021-12-11 23:46:32 -05:00
  • 14fee3f10f Fixing more signatures Forest Anderson 2021-12-11 23:13:00 -05:00
  • 68604d395e Changed all update fn signatures Forest Anderson 2021-12-11 23:10:01 -05:00
  • 50bb5e79d5 Various errors Forest Anderson 2021-12-11 21:45:44 -05:00
  • 52f0098f23 Various compiler fixes Forest Anderson 2021-12-11 20:53:05 -05:00
  • 6350b737ec Fixed props formatting, web_sys exporting Forest Anderson 2021-12-11 18:59:41 -05:00
  • 40c5489530 Fixed example_props Forest Anderson 2021-12-11 18:51:10 -05:00
  • 8a6f43058d Removed more unneeded changed functions Forest Anderson 2021-12-11 18:46:07 -05:00
  • ae70e4fa96 Fixing more literals Forest Anderson 2021-12-11 18:45:03 -05:00
  • efbf692a8c Moved all change functions to changed, fixed more props + link Forest Anderson 2021-12-11 18:36:02 -05:00
  • ccffec7559 Fixed lots of signatures, some to ctx Forest Anderson 2021-12-11 18:27:22 -05:00
  • 4626375921 Update all fn create() to take ctx Forest Anderson 2021-12-11 18:08:47 -05:00
  • b586c7a620 Remove change function Forest Anderson 2021-12-11 17:59:56 -05:00
  • 4bbcaeef46 html! brace requirement Forest Anderson 2021-12-11 17:33:39 -05:00
  • 3ce01e8a24 Replaced all ShouldRender with bool Forest Anderson 2021-12-11 16:21:41 -05:00
  • 87fcffdb71 (cargo-release) version 0.1.1 yewprint-v0.1.1 Cecile Tonglet 2021-11-23 10:25:17 +01:00
  • a373604983 (cargo-release) version 0.1.1 yewprint-css-v0.1.1 Cecile Tonglet 2021-11-23 10:24:35 +01:00
  • d2f23378d9 Update invalid link in doc Cecile Tonglet 2021-11-23 10:24:03 +01:00
  • 2abb78ab09 (cargo-release) version 0.1.0 yewprint-v0.1.0 Cecile Tonglet 2021-11-23 10:18:11 +01:00
  • 90eb865455 Add missing file to package yewprint Cecile Tonglet 2021-11-23 10:14:00 +01:00
  • ddcb093e9f (cargo-release) version 0.1.0 yewprint-css-v0.1.0 Cecile Tonglet 2021-11-23 10:09:38 +01:00
  • d6f41b0c1e Clean-up & updates before publishing Cecile Tonglet 2021-11-23 09:01:57 +01:00
  • 9c0a670eed
    Improve numeric input (#130) Cecile Tonglet 2021-11-23 08:41:26 +01:00
  • e3e871d030 Remove uncontrolled feature for this component for now #130 Cecile Tonglet 2021-11-22 17:56:52 +01:00
  • 49490aa5a7 Improve example Cecile Tonglet 2021-11-22 17:30:08 +01:00
  • bcc3164d6b Merge commit 89e6c93b86 (conflicts) Cecile Tonglet 2021-11-22 17:20:27 +01:00
  • 0076bfbfe0 Improve NumericInput Cecile Tonglet 2021-11-22 17:17:21 +01:00
  • 89e6c93b86
    Fix NumericInput's onchange prop (#129) Yohan Boogaert 2021-11-12 11:02:57 +01:00
  • 6694550282 Add the onchange prop to the NumericInput #129 yozhgoor 2021-11-12 10:43:33 +01:00
  • f140f9bd8d Add missing links to the source code yozhgoor 2021-11-12 10:37:53 +01:00
  • 2e541af11c yewprint-css: fix typo in README.md Cecile Tonglet 2021-11-08 23:20:18 +01:00
  • 7b08851141 yewprint-css: fix missing feature derive for serde Cecile Tonglet 2021-11-08 23:19:14 +01:00
  • 382f7c1e7e yewprint-css: use AsRef<Path> in argument Cecile Tonglet 2021-11-08 23:16:51 +01:00
  • 332c06d2a6
    Changed Github links to reference Yewprint org (#127) Forest Anderson 2021-11-07 12:12:33 -05:00
  • f7a334ac50 Changed Github links to reference Yewprint org #127 Forest Anderson 2021-11-07 09:38:51 -05:00
  • 32ebababf5
    switch - fix formating Lachezar Lechev 2021-10-30 13:29:50 +03:00
  • 07097eea8f
    switch - fix casing of fields Lachezar Lechev 2021-10-25 18:45:27 +03:00
  • b076e839f4
    swtich - add innerLabelChecked & innerLabel swtich - example - checked & labels properties Lachezar Lechev 2021-10-22 21:05:24 +03:00
  • e028a012e2 Fix checkbox doc title yozhgoor 2021-10-06 15:17:14 +02:00
  • 1369d931b5
    Numeric input (#67) Yohan Boogaert 2021-10-06 14:58:01 +02:00