1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-15 13:36:35 +02:00
Commit Graph

63 Commits

Author SHA1 Message Date
175a07a865 Remove customOrder prop
As some options of Select component should be ordered by values or keys,
it was decided to handle sorting not in options, but locally in
corresponding lists.
2022-02-21 11:28:24 +01:00
839e227feb Update Snapshots 2022-02-18 17:40:48 +01:00
4b239ed195 Fix autocomplete attribute in PasswordInput 2022-02-18 17:40:48 +01:00
b1ff608337 Add rest of the props to DownloadButton component 2022-02-11 15:49:39 +01:00
a7d7e59028 Add custom order ability of Select options 2021-11-03 13:31:09 +01:00
abb5be53aa Fix trailing space in Modal classes 2021-01-18 23:10:39 +01:00
b8e5dbec8d Increase bottom margin of formFieldsSize 2021-01-18 22:05:56 +01:00
6480a39cdb Add information about optional sizes to docs 2020-11-20 16:56:25 +01:00
6f05d5d136 Add optional sizes to Modal 2020-11-20 16:56:16 +01:00
c68389359e Update Snapshots 2020-09-25 18:52:25 +02:00
e03e0f44cc Fix extra empty space in Switch's classes 2020-09-25 18:50:04 +02:00
1e04d34645 Fix DateTime import 2020-09-25 18:50:04 +02:00
913a7d7b75 Add closing bootstrap modal using ESC 2020-09-25 17:27:47 +02:00
1c986519f6 Fix Alert's dismissible class condition 2020-09-25 17:27:46 +02:00
b96b434a3e Update Snapshots 2020-09-02 17:55:53 +02:00
0ea5f7de84 Decrease Switch's margin-bottom with headings 2020-09-02 17:55:44 +02:00
8bd71a08af Update Snapshots 2020-08-31 15:56:01 +02:00
1903016f13 Add "inline" option to RadioSet 2020-08-31 15:56:00 +02:00
443f14d26c Add ability to select switch's form-group 2020-08-31 15:56:00 +02:00
50943e0b11 fixup! Fix buttons size outside of form's card layout 2020-08-25 17:32:23 +02:00
f64419c643 Add tests for Switch 2020-08-18 17:37:08 +02:00
f8726e6012 Format all files with Prettier 2020-08-18 16:17:00 +02:00
c1b1d8c079 Add Switch component 2020-08-18 15:41:03 +02:00
1dd1805ae0 Fix buttons size outside of form's card layout 2020-08-06 17:25:38 +02:00
f9cfb248d3 Decrease button width on different breakpoints 2020-07-22 16:07:41 +02:00
9be880aeaa Remove form's offset & extend it on 12 columns 2020-07-22 15:59:49 +02:00
597b6fcf4c Add Natural sort order for list of options 2020-07-17 14:19:56 +02:00
a5e096dc00 Fix and update docs. 2020-06-04 22:52:24 +02:00
bf8c2d28bf Allow RadioSet accept elements as children. 2020-02-26 15:21:43 +01:00
ba772be869 Add option to make modal scrollable. 2020-02-26 11:44:52 +01:00
85e42980ec Added styles extracted from reForis. 2020-01-22 13:21:46 +01:00
5fd0d3626a Wi-Fi settings form 2020-01-09 11:25:29 +01:00
56a4c47948 Form widgets size 2020-01-07 13:27:49 +01:00
cc13e9c164 Merge branch 'no-babel' into 'dev'
No babel

See merge request turris/reforis/foris-js!64
2020-01-07 11:12:17 +01:00
92f560b69f Display datepicker above input 2020-01-06 09:45:16 +01:00
dd27802056 Fix relative imports. 2019-12-27 12:10:19 +01:00
6d5cb6a951 Export <Radio />. 2019-12-17 14:04:06 +01:00
90509f2a23 Detect clicks outside element with a hook 2019-12-16 13:44:58 +01:00
aac6c6bf2a Add className to SpinnerElement. 2019-12-06 12:13:29 +01:00
1064277cd9 Allow adding classes to DownloadButton 2019-11-29 16:01:53 +01:00
1a82f8e225 Update checkbox snapshots. 2019-11-19 13:37:43 +01:00
638821d025 Make checkBox help text clickabe. 2019-11-19 13:36:49 +01:00
b30f9f59b4 Fix for withEither 2019-11-15 08:55:24 +00:00
6e02f1d194 Shared lint configs 2019-11-13 10:11:11 +00:00
a51ba0630d Move alert to portal 2019-11-12 12:50:29 +00:00
8b39bf4193 Loading and errors HOCs 2019-11-07 17:21:14 +00:00
0915d477fe Global alert 2019-10-30 16:06:53 +00:00
88f3836485 Radio checkbox whitespace 2019-10-24 08:12:39 +00:00
760e6d9243 Download button 2019-10-11 14:11:14 +00:00
e3a795e40d Client configuration 2019-10-10 15:25:00 +00:00