Commit Graph
25 Commits
Author SHA1 Message Date
ANTOND. 581640c07a feat(web/dialog/textarea): add min and max length (#30) 2025-07-15 21:51:52 +02:00
ANTOND. 7375e4054d docs: update cfxlua extension url (#16) 2025-05-18 14:45:54 +02:00
ANTOND. 22b3600a14 fix(web): re-apply patch for react-hot-toast (#13) 2025-05-18 14:32:22 +02:00
ANTOND. 2d2575963d ci(create-release): bump version before running build script (#9) 2025-05-04 20:03:35 +02:00
ANTOND. a9728663ca ci(create-release): use github app token 2025-05-04 01:50:09 +02:00
ANTOND. 17f38dfd31 ci(create-release): restructure and update versions 2025-05-02 16:31:52 +02:00
ANTOND. 9c9cb7e4e4 refactor: use bun instead of pnpm 2025-05-02 16:21:02 +02:00
ANTOND. ff2f4c06f9 chore: update organization name 2025-05-02 15:44:52 +02:00
ANTOND. 2a8ce3f4b0 fix(zones): correct zone data types (#729) 2025-03-13 18:17:10 +11:00
ANTOND c4ad7da3d2 chore(types): optional param in getClosestPlayer (#577) 2024-05-19 15:39:19 +10:00
ANTOND 761b52a03b fix(requestScaleformMovie): use scaleform handle (#543) 2024-04-11 11:22:41 +10:00
ANTOND 10db769f41 fix(types): optional params in getClosest* (#519) 2024-03-19 18:01:52 +11:00
ANTOND 591fb022f9 feat(interface): add locales for progress and radial menu (#509) 2024-03-16 04:41:06 +11:00
ANTOND 0c470f249a fix(locales/cs): more natural phrases (#508) 2024-03-08 19:01:56 +01:00
ANTOND e59089573a fix(imports/scaleform): return scaleform handle (#188) 2022-12-30 21:12:03 +11:00
ANTOND c40a828465 chore(logger): ignore diagnostic warn (#183) 2022-12-30 21:10:33 +11:00
ANTOND f3ca6ee504 feat(web/dialog): add slider input type (#69) 2022-08-10 21:05:27 +02:00
ANTOND 0bce238304 feat(locales): Make all language names localised (#65)
* feat(locales): Make all language names localised

* fix(locales): Remove duplicate locale

"cr" is incorrent locale code for Croatian and is in this folder twice. "hr.json" is the correct file.

* fix(locales/et): Language name
2022-08-10 07:54:32 +10:00
ANTONDandLinden 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
ANTONDandLinden de8fb447a9 fix(web/dialog): setting non-selectable placeholder (#67)
* tweak(interface/menu): SetNuiFocusKeepInput

Default to allow input; disable with "disableInput = false" during registration.

* fix(web/dialog): Setting non-selectable placeholder

React doesn't like the 'selected' attribute (causing a warning in web console - not in-game).

'defaultValue' should be used instead so there is no need to create placeholder option if 'defaultValue' is already defined by row options.

* fix(web/dialog): Use proper type for onChange event

Co-authored-by: Linden <65407488+thelindat@users.noreply.github.com>
2022-08-09 23:37:31 +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
ANTOND e1bc9a5015 feat(locales): Update czech and slovak translation (#64) 2022-08-04 19:06:54 +10:00
ANTOND 6b7d24c71b refactor(web/dialog): Use conventional naming 2022-05-03 01:03:02 +02:00
ANTOND 5c6b08445a fix(web/dialog): Handle multiple password states 2022-05-03 00:19:02 +02:00
ANTOND 1cb407903f feat(web/dialog): Add password option to input 2022-05-02 23:14:27 +02:00