Closed wbholland closed 5 months ago
Update on Search Interface
The search functionality in Searchable.vue
has been improved with changes to the translation string for enhanced user engagement across different languages.
Streamlined Code
Unnecessary code in the form of a console log in the Loading
component has been removed, reducing clutter and enhancing performance.
Localization Improvement
A translation for search text has been added in en-US.json
under the "searchable"
section, catering to our English-speaking user base, enhancing user experience.
Navigation Enhancement
A new route feature for "Player Tag Search" has been added to the index.ts
file in the router
directory. This means our users can navigate directly to a unique player via a search.
User Interface Update in Player Section
The tags section in Player.vue
view has been replaced with a Searchable
component, bringing more coherence to the user interface. Related to this update, capabilities such as pagination and loading tags have been modified to improve user experience and functionality within the PlayerView
script.
adds a search bar to individual player pages so you can search their tags. should be the last PR to complete https://github.com/KenEucker/biketag-vue/issues/208.