SGA-A / c2c

Source code for the custom app exclusive to cc, where most interactions begin and end.
MIT License
1 stars 0 forks source link

Use partial matching for item search #68

Closed SGA-A closed 7 months ago

SGA-A commented 7 months ago

This PR adds a few changes:

  1. The choices available within the autocomplete are now distinct meaning, you will only be shown items you can sell within the autocomplete. Similarly, choices in the autocomplete for the item name when buying an item will always display items that are available for purchase. This can be used as a guide for what users can do and saves time.
  2. Using an item did not use partial matching regex, this PR addresses this adding the relevant functionality. Also, the message displayed when there are several matches can vary based on the context it is being called in.
  3. A bug has been fixed, where on the timeout of the work view it could not find the connection within the view object.