Commit Graph

28 Commits

Author SHA1 Message Date
Luke
829bec2592 refactor(web): move all types into typings folder 2023-02-15 13:25:44 +01:00
Luke
59a495a541 refactor(web/input): improve typings 2023-02-14 11:17:39 +01:00
Luke
7bb2eb2ea7 refactor(web/input): separate date and time fields 2023-02-14 10:54:53 +01:00
Luke
14341a0343 chore(web): remove unused code 2023-02-13 21:24:33 +01:00
masonschafercodes
8a7e0f89d2 feat(web/input): time input field (#206)
* feat(web/input): time input
2023-01-31 18:41:42 +01:00
Luke
fcf33dbdfe refactor(web/input): add missing icon prop to color type 2023-01-20 10:30:42 +01:00
Luke
779ed8dd07 feat(web/input): multi-select row 2023-01-15 11:54:15 +01:00
Luke
8c4d770e46 feat(web/input): textarea row 2023-01-15 11:44:14 +01:00
Luke
b671181402 refactor(web/input): use date timestamp instead of object 2023-01-14 19:02:25 +01:00
Luke
f21b79786a feat(web/input): date range picker 2023-01-14 14:15:38 +01:00
Luke
a23b94ceb1 refactor(web/input): add icon to date picker 2023-01-14 13:56:05 +01:00
Luke
ec57d03791 refactor(web/input): set date to current if default is set to true 2023-01-14 13:55:43 +01:00
Luke
5245e27a75 feat(web/input): min and max date 2023-01-14 13:36:30 +01:00
Luke
d621aca29f feat(web/input): date input 2023-01-13 19:09:07 +01:00
Luke
d337bc096d feat(web/input): select row icon 2023-01-09 14:39:49 +01:00
Luke
8936191f2e feat(web/input): allow select to be cleared 2023-01-09 14:34:41 +01:00
Luke
c88ed6b299 refactor(web/input): default select to first option 2023-01-09 14:32:11 +01:00
Luke
f6e2d54bdb refactor(web/input): select backwards compat with no label 2023-01-08 11:50:44 +01:00
Luke
d5a9a3fb90 feat(web/input): required fields 2023-01-08 11:40:35 +01:00
Luke
6c4485b570 feat(web/input): color input field 2023-01-08 11:23:50 +01:00
Luke
855405da77 refactor(web/input): use mantine password field component 2023-01-04 13:51:24 +01:00
Luke
d0811be0ce refactor(web/input): use form control instead of controlled state 2023-01-03 18:55:02 +01:00
Luke
c419474969 refactor(web/input): input dialog mantine rewrite 2022-12-16 15:00:01 +01:00
Luke
abff60d4ed fix(web): fix values persisting across input dialogs opened quickly 2022-12-16 09:40:28 +01:00
Luke
7cde7e0581 fix(web/input): ensure select rerender between dialogs
If opening another input dialog with select in the same row it would cause the value to be the same as the previous one as there was no rerender being forced because their keys were the same
2022-11-19 12:11:02 +01:00
Luke
d5e0305df9 fix(web/input): ensure number type input is max length 2022-11-19 11:04:34 +01:00
Luke
a1d2607286 chore(web): update react and chakra versions
hopefully nothing broke that I didn't notice prayge
2022-10-27 16:44:47 +02:00
Luke
8ad04de0bc refactor(web/input): move field components into fields folder 2022-10-27 14:22:15 +02:00