Commit graph

  • 6713b2ce97 Clean up #67 yozhgoor 2021-10-06 14:06:56 +0200
  • 8ce1e34f57 Remove max_value and min_value and use a RangeInclusive instead yozhgoor 2021-10-06 14:04:09 +0200
  • 56c4ad9c1e Handle when the input is more than the max value or less than the min value yozhgoor 2021-10-06 13:57:39 +0200
  • 1338839149 Add a NumericInput to the example yozhgoor 2021-10-06 13:57:21 +0200
  • 93c2c1227b Clean up yozhgoor 2021-10-06 13:25:39 +0200
  • 90ade815c1 Use the value instead of transform a number into a String yozhgoor 2021-10-06 13:09:28 +0200
  • 8cad3b1ed0 WIP yozhgoor 2021-10-06 02:33:49 +0200
  • d3604f0375 Enhancement and clean up Add two props (placeholder and start_value) Add a NumericInput<f32> to the example Add the possibility to change the bounds of the NumericInput of the example (inception of NumericInput lol) yozhgoor 2021-10-05 23:33:17 +0200
  • 3fcfde3ac5 Update input in the change yozhgoor 2021-10-05 22:19:35 +0200
  • a7c7a95e69 Unremove the onkeydown, but with ArrowUp and ArrowDown this time yozhgoor 2021-10-05 17:29:55 +0200
  • ff5e9c264c Remove the onkeydown prop yozhgoor 2021-10-05 17:13:01 +0200
  • 6a508fef33 Clean up yozhgoor 2021-10-05 17:06:24 +0200
  • b11a0e7779 Update input when value is updated Yozhgoor 2021-10-01 21:12:28 +0200
  • c76cf41cb6 WIP Yozhgoor 2021-10-01 20:47:41 +0200
  • 669c30fa22 Use a state input and a prop value instead of convert the string value each time Yozhgoor 2021-10-01 20:13:14 +0200
  • 859ce1fbbb Merge remote-tracking branch 'origin' into numericInput Yozhgoor 2021-10-01 19:06:00 +0200
  • 6b0ce9e93d Use where clause to the ToString trait bound yozhgoor 2021-10-01 18:36:31 +0200
  • 1a3c5dafbb Attempt to use generics instead of i32 yozhgoor 2021-10-01 16:36:20 +0200
  • c8464068e0 Oops yozhgoor 2021-10-01 16:14:43 +0200
  • f7c0687c6d Look nicer but can be improved yozhgoor 2021-10-01 16:09:30 +0200
  • 36cef1d129 Try to set value from input yozhgoor 2021-10-01 01:05:04 +0200
  • e40495ff08 Merge commit 'bf0a6663cb75c419ce3b95967fc2f4199948a48f' into numericInput Yozhgoor 2021-10-01 18:58:12 +0200
  • 8422f9a54e
    Checkbox (#79) Yohan Boogaert 2021-09-30 21:28:00 +0200
  • e51a5e4dee Remove ambiguity on the onchange #79 yozhgoor 2021-09-30 18:57:03 +0200
  • 5570fa6c00 Merge main and fix conflicts yozhgoor 2021-09-30 18:02:04 +0200
  • 499aa3ff6c Fix InputGroup dynamic padding (#124) Cecile Tonglet 2021-09-21 10:43:13 +0100
  • 91ce0d2405 Disable onclick if the disable props is active (#123) Yohan Boogaert 2021-09-14 14:58:08 +0200
  • 01b633d9dc Hotfix for previous commit Cecile Tonglet 2021-09-08 14:00:02 +0100
  • 4ef8019e84 tabs: do not use class when hidden Cecile Tonglet 2021-09-08 13:57:33 +0100
  • 21e28e883a Fix disabled props on button (#122) Yohan Boogaert 2021-08-14 15:17:03 +0200
  • 2dc74f45df Use only the right click to interact with the Slider (#121) Yohan Boogaert 2021-08-02 18:36:09 +0200
  • cfee6df53d Add link to the source code of each component (#117) Yohan Boogaert 2021-07-07 16:48:28 +0200
  • 54ab45c384 Make selected value of Slider optional (#115) Cecile Tonglet 2021-06-28 13:07:54 +0100
  • 6b42a39c13 Icons tweaks (#114) Cecile Tonglet 2021-06-25 15:28:41 +0100
  • 41ef1b5edd Panel stack (#113) Cecile Tonglet 2021-06-21 18:54:07 +0100
  • f5a1517fee TextArea Malhar Vora 2021-06-10 08:54:41 -0700
  • 0c85c9d29e Add command to update Blueprint CSS (#111) Cecile Tonglet 2021-06-10 10:15:21 +0100
  • 04106d1f99 Remove Hash from the HtmlSelect (#109) Yohan Boogaert 2021-06-03 13:21:44 +0200
  • 9990e95edc Radio (#80) Yohan Boogaert 2021-05-28 11:33:03 +0200
  • f16dbafc7d Update Yew to 0.18 (#107) Cecile Tonglet 2021-05-16 09:51:07 +0100
  • b9815bcbaa Change the casting of some values of the slider implementation Yozhgoor 2021-04-15 14:38:40 +0200
  • 1e5f54662b Hotfix Yozhgoor 2021-04-13 18:09:19 +0200
  • cc92803642 Remove wasm-pack (#105) Yohan Boogaert 2021-04-13 17:26:13 +0200
  • ea9e92c1f3 Use wasm-run to build yewprint (#104) Yohan Boogaert 2021-04-13 16:23:12 +0200
  • 6dab22c844 improve the spinner size presentation (#102) Yohan Boogaert 2021-04-13 10:37:30 +0200
  • fbc5ab360a Remove boolinator (#103) Yohan Boogaert 2021-04-13 10:36:29 +0200
  • 3051375cc7 Slider (#95) Yohan Boogaert 2021-04-09 17:47:41 +0200
  • 074107f453 InputGroup: update deprecated onkeypress + NodeRef forwarding (#100) Théo Degioanni 2021-03-22 17:31:38 +0100
  • f3e0bb560a Spinner (#96) Yohan Boogaert 2021-03-19 19:10:19 +0100
  • acf39712e6 Update InputGroup (#99) Yohan Boogaert 2021-03-12 19:56:32 +0100
  • 9fc701c408 Fix the elevation props in the example (#93) Yohan Boogaert 2021-03-09 16:25:47 +0100
  • 2a8be36d59 Add a cache step to the CI (#91) Yohan Boogaert 2021-03-09 11:43:51 +0100
  • a95e5173ee Add missing prop class (#92) Yohan Boogaert 2021-03-09 11:14:00 +0100
  • 0962910961 Add class prop to HtmlSelect (#90) Cecile Tonglet 2021-03-08 10:17:36 +0100
  • bf0a6663cb
    Fix InputGroup dynamic padding (#124) Cecile Tonglet 2021-09-21 10:43:13 +0100
  • 875a01ee14 Yew+clippy=💔 #124 Cecile Tonglet 2021-09-21 10:38:08 +0100
  • ef9045e3a0 Fix InputGroup dynamic padding Cecile Tonglet 2021-09-21 10:28:43 +0100
  • a5e7fadf4f
    Disable onclick if the disable props is active (#123) Yohan Boogaert 2021-09-14 14:58:08 +0200
  • 9389e360c2 Disable onclick if the disable props is active #123 yozhgoor 2021-09-14 14:37:05 +0200
  • 0d10d73d6b Hotfix for previous commit Cecile Tonglet 2021-09-08 14:00:02 +0100
  • 9f04e97c11 tabs: do not use class when hidden Cecile Tonglet 2021-09-08 13:57:33 +0100
  • d656574d41
    Fix disabled props on button (#122) Yohan Boogaert 2021-08-14 15:17:03 +0200
  • c9cd425092
    Update yewprint/src/buttons.rs #122 Cecile Tonglet 2021-08-14 14:16:52 +0100
  • 565828a48b Use the then methods insteand of if else statement yozhgoor 2021-08-14 04:27:15 +0200
  • 5dc6bd5aa1 Handle onclick when disabled is true yozhgoor 2021-08-13 22:23:37 +0200
  • 649be4432d
    Use only the right click to interact with the Slider (#121) Yohan Boogaert 2021-08-02 18:36:09 +0200
  • f95553060c WIP #121 yozhgoor 2021-08-02 18:16:41 +0200
  • 10e31e7d4d Format with a block yozhgoor 2021-08-02 18:14:27 +0200
  • 4ddb51d9b9 format yozhgoor 2021-08-02 18:07:11 +0200
  • a67a8b355d Remove Msg::Noop yozhgoor 2021-08-02 18:00:59 +0200
  • 01775e355f Remove bp3-active using the components fields yozhgoor 2021-08-02 17:53:28 +0200
  • cba02549d1 test yozhgoor 2021-08-02 17:22:03 +0200
  • 23699cc98e Remove bp3-active if we are not using the primary button yozhgoor 2021-08-02 16:42:58 +0200
  • 0744675aef Fix clippy in tabs.rs yozhgoor 2021-08-02 16:02:23 +0200
  • 56332bcae1 Allow dead code for unused consts yozhgoor 2021-08-02 16:00:43 +0200
  • 92a00d4c08 Add constants about the buttons event and use it with the slider yozhgoor 2021-08-02 15:49:08 +0200
  • 444f329c6a Add a comment about the return value of buttons() yozhgoor 2021-08-02 15:35:57 +0200
  • 58623836e6 Call the methods on the MouseEvent instance yozhgoor 2021-08-02 15:19:28 +0200
  • e11dcc1c44 Use a button instead of none yozhgoor 2021-08-02 15:02:24 +0200
  • f5187affd1 Use buttons instead of button yozhgoor 2021-08-02 14:15:23 +0200
  • 8efc0254e1 Attempt to use only the left click to interact with the slider yozhgoor 2021-08-02 14:11:25 +0200
  • 0f22a47108 Slider: uncontrolled mode #119 Cecile Tonglet 2021-07-15 09:43:44 +0100
  • e50b3467f7
    Add link to the source code of each component (#117) Yohan Boogaert 2021-07-07 16:48:28 +0200
  • 7ad5aca412 Replace expect by unwrap into the generate_url function #117 yozhgoor 2021-07-07 16:40:23 +0200
  • 942933f47a Namming issues yozhgoor 2021-07-07 16:34:42 +0200
  • 3edb26fdb6 Generate url from a function of SourceCodeUrl yozhgoor 2021-07-07 16:25:25 +0200
  • f90e81c5f8 Adapt tests namming yozhgoor 2021-07-07 15:47:59 +0200
  • 795de99cde fmt yozhgoor 2021-07-07 15:29:15 +0200
  • 8983784517 Get the good component name yozhgoor 2021-07-07 15:27:30 +0200
  • 556d705958 Clean up and move the card component into a file instead yozhgoor 2021-07-07 15:00:15 +0200
  • 2edf3c4c53 Oops yozhgoor 2021-07-07 14:49:14 +0200
  • 295f8d2901 Retrieve the component name instead of passing it yozhgoor 2021-07-07 14:48:16 +0200
  • 69a29f9fc2 Retrieve the actual branch instead of passing it yozhgoor 2021-07-07 14:13:25 +0200
  • 115e546a4c Remove the test_name argument of the macro and adapt the tests namming yozhgoor 2021-07-07 13:57:54 +0200
  • b7b2ae1799 fmt yozhgoor 2021-07-07 13:35:56 +0200
  • b24dc3d485 More generics use of the url yozhgoor 2021-07-07 13:34:23 +0200
  • b67df6d7da fmt yozhgoor 2021-07-07 12:55:32 +0200
  • 4a708d1a59 Remove the const yozhgoor 2021-07-07 12:46:33 +0200
  • 6037237145 Pass the url in the macro instead of the used component yozhgoor 2021-07-07 12:20:44 +0200
  • 13ac80e97d Move the use statement for text into the macro yozhgoor 2021-07-07 12:05:41 +0200