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
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
c419474969
refactor(web/input): input dialog mantine rewrite
2022-12-16 15:00:01 +01:00
ItsANoBrainer
a6f47cfe59
feat(web): context and list menu progress bars ( #166 )
...
* Initial Commit
Adds support for progress bars to items in both context and and list menus.
* Default Color Scheme & Description Weight
Added default color scheming, and made the description for context menues a lighter font weight for separating the title vs description better.
* iconColor to Menu & Small Syntax Changes
* Update Item.tsx
* fix(web/context): syntax error
also reformat with prettier
* chore(web/menu): reformat with prettier
Co-authored-by: Luke <sabolukas03@gmail.com >
2022-12-04 10:33:25 +01:00
Luke
306b7b3670
feat(web/context): disabled buttons
2022-11-06 11:01:39 +01:00
Luke
a6a0e4905f
feat(web/input): description tooltip on fields
2022-10-27 13:45:27 +02:00
davidxd33
4f69c7c5c1
feat(interface/dialog): disabled row property ( #142 )
...
* feat(interface/dialog): readonly, disabled flags
* Update TS prop types
* refactor(web/input): remove read only property
Co-authored-by: davidxd33 <dponce@gmail.com >
2022-10-27 09:17:53 +02:00
Luke
b638e435ea
feat(web/input): allow defining icon for number row field
2022-09-08 12:00:41 +02:00
Luke
adf0994b3f
feat(web): ability to not be able to close the context menu
2022-09-08 10:05:44 +02:00
Luke
4a5251b60b
chore(web): add prettier and format
2022-08-27 15:58:36 +02:00
ANTOND
f3ca6ee504
feat(web/dialog): add slider input type ( #69 )
2022-08-10 21:05:27 +02:00
ANTOND
cb5dac6151
refactor(web/dialog): split interfaces ( #68 )
...
* tweak(interface/menu): SetNuiFocusKeepInput
Default to allow input; disable with "disableInput = false" during registration.
* refactor(web/dialog): Split interfaces
for better typing of row options for different input types
* fix(web/dialog): Use proper type for onChange event
Co-authored-by: Linden <65407488+thelindat@users.noreply.github.com >
2022-08-09 23:50:14 +02:00
ANTOND
1990e3792f
feat(web/input): support default values ( #66 )
...
* feat(web/dialog): Support placeholders
* feat(web/dialog): Support default values
* feat(web/dialog): Support default state of checkbox
* feat(web/dialog): Support placeholder for number input
* feat(web/dialog): Support default value for select
2022-08-05 15:10:37 +02:00
Luke
4fc6366801
feat(web/context): allow displaying icons in context menu items
2022-07-07 14:53:36 +02:00
Luke
5183607279
feat(web/input): number input type
2022-06-19 14:57:03 +02:00
Luke
7b6cf6682f
feat(web/input): display value when no label is provided for select
2022-06-11 11:59:00 +02:00
Luke
a7e2dc0067
feat(web/context): images in metadata
2022-06-11 11:49:25 +02:00
Luke
a784726267
feat(web/context): allow custom metadata order
2022-05-08 13:18:09 +02:00
Luke
62d4812f24
feat(web/context): allow manually sorting the options
...
In order to have the options in the same order as defined, you need to not use keys, instead a normal index table and define the title for the option
2022-05-08 13:00:23 +02:00
Luke
48dae99cc0
refactor(web/dialog): Separate fields into individual components
2022-05-03 15:08:28 +02:00
Luke
08d2234484
feat(web/context): Allow manually displaying an arrow
2022-04-19 15:08:02 +02:00
Luke
d6b21a0481
feat(nui): Context menu Lua callbacks
2022-04-01 21:22:14 +02:00
Luke
a7dd713b6b
feat(nui): Context menu sub menus
2022-03-28 16:49:07 +02:00
Luke
ac832d4840
refactor(nui): Move context items into separate files
2022-03-27 18:17:26 +02:00