feat(esx_shops/ui): add graphical user interface for shop interactions#53
Draft
RodericAguilar wants to merge 1 commit intodevfrom
Draft
feat(esx_shops/ui): add graphical user interface for shop interactions#53RodericAguilar wants to merge 1 commit intodevfrom
RodericAguilar wants to merge 1 commit intodevfrom
Conversation
## Description This PR introduces a new graphical user interface (UI) for `esx_shops`. Previously, shop interactions were handled via text-based menus. With this update, players can now interact with shops using a modern and more user-friendly UI. ## Reasoning - Enhances user experience with a cleaner and more immersive design. - Improves usability and accessibility for players. - Aligns `esx_shops` with modern UI standards already used in other ESX resources. ## Changes - Added a new UI for shop interactions. - Replaced old text-based menu system with the UI. - Maintained compatibility with existing shop logic and functionality. ## Notes - No breaking changes introduced. - Fully tested locally, works as expected.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces a new user interface (UI) for
esx_shops.PR Checklist