184337a519
🐛 Make FormSelectProps
and FormMultiselectProps
extend BluelibProps
2021-10-12 04:55:00 +02:00
cff5b237fa
🐛 Add builtinColor
to BluelibProps
2021-10-12 04:52:32 +02:00
6db00e905d
🔧 Handle all types of values in Form.Select
and Form.Multiselect
2021-10-11 18:18:32 +02:00
409922afb1
🐛 Allow managed Form.Select
and Form.Multiselect
to have selected options
2021-10-11 17:53:51 +02:00
93fd8054ed
🐛 Memoize optionComponents
2021-10-11 17:42:50 +02:00
5dba1dd72f
🐛 Add missing key
prop to Select.Option
and Multiselect.Option
2021-10-11 17:29:02 +02:00
91e5497ddf
🔧 Add option to disable console logging of todos
2021-10-10 18:34:02 +02:00
fdeefa09d3
⬆ Update bluelib
2021-10-10 18:30:53 +02:00
6ede5afd9e
✨ Add builtinColor
prop, allowing to choose a builtin color without using bluelibClassNames
...
`customColor` has priority over it
2021-10-10 18:23:16 +02:00
bc64c160e6
✨ Improve onSimpleChange
for FormSelect
and FormMultiselect
...
`Select` and `Multiselect` inputs were left untouched as they might be used differently
2021-10-10 18:09:40 +02:00
6bcf9b0912
🐛 Properly export Details
2021-09-22 18:42:27 +02:00
e91c0ac3fc
✨ Update bluelib and add Details
element
2021-09-22 18:28:05 +02:00
fa17489183
🔧 Change anchor "link" conditions
2021-09-20 16:48:10 +02:00
60d5cb87a1
🐛 Possibly fix #5
2021-09-16 18:28:09 +02:00
7643b3d858
🐛 Fix module exports
2021-09-14 23:03:49 +02:00
2f65134826
✨ BREAKING: Add useValidatedState
hook
2021-09-14 22:58:49 +02:00
7e7a1c4420
🔧 BREAKING: Change validity from boolean | null
to "running" | "ok" | "error" | null
2021-09-14 17:09:08 +02:00
67d7abacd9
🐛 Tentative fix for the onSubmit refresh
...
Reported by @LBindustries
2021-08-31 17:13:21 +02:00
8917680c68
🐛 Fix links not linking properly
2021-08-29 05:06:36 +02:00
115e9010f3
🔨 Use directly webpack
instead of create-react-app
( #2 )
...
* 💥 Start building webpack config
* 💥 Working config, includes depends
* 💥 Production config, possibly working?
* 💥 Fix a few more things
2021-08-26 04:23:34 +02:00
dc7ff2610a
🔧 Move index to the source root directory
2021-08-25 20:44:41 +02:00
117fde0804
✨ Add HTML aliases
2021-08-24 23:24:35 +02:00
c3d6cb5efe
📦 Export all components from the root
2021-08-24 23:17:07 +02:00
d09e686f0e
✨ Bind BaseElement
to Bluelib.Element
2021-08-24 23:16:54 +02:00
2d439c3b10
🔨 Remove preview website
2021-08-24 23:07:34 +02:00
bb6eb10c1f
✨ Add Footer
component
2021-08-24 23:03:50 +02:00
52b41c67b5
✨ Add bluelib@2
compatibility module
2021-08-24 19:25:02 +02:00
7227d57716
🧹 Code cleanup
2021-08-24 16:31:11 +02:00
a590dced45
✨ Add bluelib@1
compat layer
2021-08-24 16:30:29 +02:00
bffadb3c79
🔧 Change slightly the preview
2021-08-24 16:05:37 +02:00
a7756f6ee3
📔 Improve the Bluelib
story
2021-08-24 13:27:40 +02:00
e63750e41f
✨ Add Idiomatic
semantic
2021-08-24 13:26:28 +02:00
a992328352
🔧 Theme Storybook for bluelib-react
2021-08-24 13:06:28 +02:00
0ab75379a1
✨ Add Ruby
annotations
2021-08-24 05:08:49 +02:00
d72dc52fda
✨ Add todo
panels
2021-08-24 04:58:22 +02:00
a6709dd335
✨ Add Anchor
component
2021-08-24 04:52:40 +02:00
513d1af3c9
⬆ Update bluelib
2021-08-24 04:37:42 +02:00
4cb5cd803e
✨ Add Heading
component
2021-08-24 04:30:48 +02:00
8b7c57aae6
✨ Implement (properly) inputs and forms ( #1 )
...
* 🔧 Use `<label>` in the `ThreeRadios` and `ThreeCheckboxes` stories
* 🔧 Make `onChange` return void, as React does not support implicit preventDefault
https://reactjs.org/docs/handling-events.html
* 🚧 Some work on forms
* 💥 A huge non-atomic commit
* 💥 Another huge non-atomic commit
* 💥 The final non-atomic commit
* 💥 Just kidding, have another
* 🚧 A bit more
* 🚧 A bot more
* ✨ Add `onSimpleChange` events
* 🚧 More work on inputs
* ✨ Finish `FormRadioGroup`
* ✨ Finish `FormCheckboxGroup`
* ✨ Finish `Form`
* 💥 idk anymore
* ✨ Add `Button` input
* ✨ Add `FormRow` to forms
* 🔨 Fix storybook preview.js
* 🔧 Prevent button from submitting a form
* 📔 Fix a bit the Form story
* 💥 Tweak forms a bit more
2021-08-24 04:22:15 +02:00
6355ddee36
🔧 Move Checkbox
value
to the first argument
2021-08-20 05:07:29 +02:00
990b5c7477
📔 Change values of the ThreeCheckbox story
2021-08-20 05:06:34 +02:00
bfbcaafeab
🐛 Fix incorrect typing in Area
2021-08-20 05:04:00 +02:00
c70549e545
🐛 Fix incorrect typing in Select
2021-08-20 05:03:18 +02:00
930be42bed
✨ Add Checkbox with a WIP onChange API
2021-08-20 05:02:54 +02:00
3c2aff0a19
🔧 Disable the value prop in the ThreeRadios
story
2021-08-20 04:55:08 +02:00
2b323720a1
✨ Add Radio
input
2021-08-19 23:17:07 +02:00
fac3e8c87d
🚧 Fix Select
and Multiselect
2021-08-19 23:01:11 +02:00
04e014ad8e
🚧 Continue working on inputs
2021-08-19 19:54:58 +02:00
632048601b
🚧 Start working on inputs (input-field
)
2021-08-19 04:50:23 +02:00
605fdc6d66
✨ Add disabled
status to the BaseElement
2021-08-19 04:22:31 +02:00