SAP-samples / artifact-of-the-month

A SAPUI5 application that ranks the popularity of SAP packages and repositories from multiple platforms. The usage data is pulled periodically from these platforms by GitHub Actions. The web app itself is hosted via GitHub Pages.
https://sap-samples.github.io/artifact-of-the-month/
Apache License 2.0
9 stars 9 forks source link

add filter by type in search #5

Closed marianfoo closed 3 years ago

marianfoo commented 3 years ago

It's nice that you can filter by type. Unfortunately, this is quite difficult in the search. You would have to enter the exact type (e.g. "npm-package") so that only the type is filtered. I have now added the SegmentButtons to the all page. Due to the "shrinkable" property, the search field is now also displayed on mobile devices and not hidden in the context menu.

What do you think? @IObert

IObert commented 3 years ago

Another great PR Thanks and happy Friday!

marianfoo commented 3 years ago

Happy that i can help You too!