verdie-g / crpg

Multiplayer mod for Mount & Blade II: Bannerlord
https://c-rpg.eu
GNU General Public License v3.0
31 stars 26 forks source link

webui: new item filter #1143

Closed or2e closed 1 year ago

or2e commented 1 year ago
  1. Added "Show only new items" filter The item is considered new if it was added not earlier than 30 days Value is changed in item-service, I did not move it in constants.json

    Screenshot ![image](https://github.com/verdie-g/crpg/assets/33551334/8369aef6-b9b5-4427-b2c4-ad5d896da6b1)
  2. Changed the dropdown behavior of additional filters. Now it closes after selecting Also made the open button more visible

    Demo https://github.com/verdie-g/crpg/assets/33551334/7864aed4-54fb-4f8e-ab05-072a739c5af2
  3. Fixed auto-tests related to search service and indexer