bolt / site-market-bolt-cm

Extensions Repository for Bolt CMS
4 stars 5 forks source link

[RFC] Filter extensions by bolt version #55

Open nbehier opened 8 years ago

nbehier commented 8 years ago

On page https://extensions.bolt.cm/browse, it would be nice to add a filter by bolt version (v2 or v3) on top search bar.

GwendolenLynch commented 8 years ago

Definitely … the pre-requisite to this is refactoring the internal package data handling.

GwendolenLynch commented 8 years ago

OK… the backend work is done… e.g. you can now https://extensions.bolt.cm/browse?version=3

What would be awesome and handy is if someone with front-end talent could step in to adjust the template UI/UX

The available major Bolt versions get be found by:

{{ set versions = app.config.get('general/bolt_major_versions') }}
nbehier commented 8 years ago

I open a new issue #59 for global UI/UX enhancements for list view.