Merge: nitweb: fully integrate catalog
authorJean Privat <jean@pryen.org>
Thu, 28 Sep 2017 23:39:21 +0000 (19:39 -0400)
committerJean Privat <jean@pryen.org>
Thu, 28 Sep 2017 23:39:21 +0000 (19:39 -0400)
commit96430f1a1a3630d10d219bd86a29a60761b0ac66
tree1472b6c9140ec2c246b94789676a0548a233c351
parent1f1aa04c817c9a8f2e31cb2f627f635a1ab4639c
parent5f27e17a124fa22b10f818422964341cbeeeca07
Merge: nitweb: fully integrate catalog

Some work to integrate the nit catalog with nitweb:
* make the catalog API more usable
* serves the catalog API through JSON/REST
* integrate with current frontend

New features:
* catalog integration
* new search process and ui
* pagination for results and catalog (faster!)
* cards cleaning
* tabs cleaning

Demo: DIY

Pull-Request: #2552