Commit Graph

92 Commits

Author SHA1 Message Date
Luca
301ff2daf8 feat(interface/input): add size to input dialog options (#32) 2025-07-26 14:34:01 +02:00
ANTOND.
581640c07a feat(web/dialog/textarea): add min and max length (#30) 2025-07-15 21:51:52 +02:00
northsqrd
24cedb07ae feat(interface/multi-select): add maxSelectedValues (#563) 2024-05-08 04:28:52 +10:00
Lily
71b30b928d feat(web/select): searchable option (#513) 2024-03-10 14:06:11 +01:00
Luke
36662050ff chore: optimize imports 2023-11-15 15:32:04 +01:00
Luke
882e372895 feat(web): font awesome icon animations 2023-11-15 15:28:21 +01:00
Luke
b1d54b6f26 fix(web): resolve build errors 2023-09-30 10:19:42 +02:00
Luke
9a40e6b519 fix(web/input): properly reset from when using closeInputDialog 2023-09-28 11:48:57 +02:00
BerkieBb
3c0136afd8 feat(web/input): returnString for date inputs (#411)
* feat(interface/input): useFormat field

* feat(interface/input): useFormat field

* feat(types/dialog): useFormat field

* feat(components/date): format date conversion

* tweak(components/date): forgot other data type

* chore(interface/input): more descriptive name

* chore(interface/input): more descriptive name

* chore(types/dialog): more descriptive name

* tweak(components/date): reset things

* feat(dialog/input): date conversion with returnString

* refactor(web/input): remove unnecessary state

---------

Co-authored-by: Luke <39926192+LukeWasTakenn@users.noreply.github.com>
2023-09-11 23:17:35 +02:00
Luke
ef6a8cad6f refactor(web/alert): darker alert dialog content color
it doesn't make sense for the content to be the same color as the title
2023-09-02 23:28:37 +02:00
Lunar-Scripts
2393a64e50 Add step property to NumberInput. (#401) 2023-09-01 20:14:13 +02:00
Jellyton
c8cca20c89 tweak(web): adjust markdown heading margins (#393)
* tweak(web): components for markdown headings

Fixed nomenclature and set as default export.

* fix(ui): temp remove MarkdownComponents file

* fix(ui): return MarkdownComponents file
2023-08-07 12:05:15 +02:00
daZepelin
99519d3d8e feat(web/dialog): precision prop for number input (#372)
* feat(web/input): added precision prop for number input

* fix(web/input): added missing disabled prop to checkbox

* fix(web/input): correct icon for debug data

* fix(web/input): remove step prop from typings

* fix(web/debug): remove step prop
2023-07-27 11:44:08 +02:00
RIOT
78e0e52656 fix(web/input): block form submission with unclamped numbers (#360) 2023-06-25 11:41:35 +02:00
Luke
45e9588d48 fix(web/input): don't allow user to submit form with unclamped numbers 2023-06-25 00:15:37 +02:00
Lockwood
9a0fc24e69 feat(interface/input): minLength & maxLength option (#286) 2023-05-09 00:00:47 +02:00
Luke
c011d51184 fix(web/input): fix select throwing error when there's no options sent 2023-03-10 20:02:13 +01:00
Luke
548190dbb2 fix(web/alert): fix images escaping container width and height
resolves #265
2023-03-10 19:39:30 +01:00
Linden
36d11444fa fix(web/dialog): delay fetch until promise is resolved
Resolves #246; probably needs a better look at.
2023-02-26 12:31:08 +11:00
Luke
c2f5d38108 chore(web/input): remove console.log 2023-02-23 17:29:40 +01:00
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
db4a75dfbc feat(web/alert): new options for alert dialog (#213) 2023-02-01 16:19:08 +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
0c6661714f feat(web): alert dialog and text ui github flavoured markdown support
apparently doka wants to see the tables he makes to feed his never ending addiction of tables
2023-01-29 13:29:06 +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
9a92729a30 feat(web/input): allowCancel option 2023-01-11 20:54:29 +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
44c91f1cf4 refactor(web/input): reset input form on close 2023-01-04 13:52:39 +01:00
Luke
855405da77 refactor(web/input): use mantine password field component 2023-01-04 13:51:24 +01:00
Luke
4f2eaeae15 refactor(web/input): remove input state 2023-01-04 13:28:40 +01:00
Luke
d0811be0ce refactor(web/input): use form control instead of controlled state 2023-01-03 18:55:02 +01:00
Luke
9f1ae6184a chore(web): remove chakra packages 2023-01-02 14:02:07 +01:00
Luke
f9ff2fe6d4 refactor(web/dialog): use fade transition 2022-12-31 15:05:01 +01:00
Luke
50aab9987c refactor(web/alert): use primary color theme for the button color 2022-12-18 12:07:37 +01:00