ox_lib icon indicating copy to clipboard operation
ox_lib copied to clipboard

A FiveM resource and script library for Lua and JS.

Results 58 ox_lib issues
Sort by recently updated
recently updated
newest added

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.13 to 5.1.8. Changelog Sourced from vite's changelog. 5.1.8 (2024-09-19) fix: avoid DOM Clobbering gadget in getRelativeUrlFromDocument (#18115) (5caa08f), closes #18115 fix: fs raw query (#18112) (03f1033),...

dependencies

When using the js package, locale function is automaticaly initialized with `initLocale(`), fetching for the resource's locales/ folder. https://github.com/overextended/ox_lib/blob/5ac07d8b887aa2f1e68e5e3bec6497345aff7bbe/package/shared/resource/locale/index.ts#L90 This is not optimal since we may not wish to use...

bug

1. In the image we can clearly see that if label is set to `''` it will still take that space for text and if label is removed it will...

enhancement

### Is your feature request related to a problem? > Sometimes I got a few requests for modify the UI of ox_lib for make the font-size a little higher or...

enhancement

**Is your feature request related to a problem? Please describe.** Using the input menu for a long time, I noticed its potential right from the start. If the values were...

enhancement

This PR adds two new methods for the Radial Menu to allow better/more convenient management of sub menus for common scenarios such as adding & removing options within submenus based...

If you misspell or enter an invalid mantine theme color, the UI will not render. Added validation to prevent this.

**Is your feature request related to a problem? Please describe.** Adding an onOpen function or similar feature would be helpful. **Describe the solution you'd like** Adding an onOpen function

enhancement

Added a function that gets the state of the AlertDialog. Usage: local isOpen, data = lib.getOpenAlertDialog()

Added a function that gets the state of the InputDialog. Usage: local isOpen, data = lib.getOpenInputDialog()