agile-alliance-brazil / submissions

An open source conference submission and review system. We've been using and enhancing this systems since AgileBrazil 2010.
submissoes.agilebrazil.com
MIT License
31 stars 20 forks source link

Year-bound search by tags #259

Closed ceci closed 6 years ago

ceci commented 6 years ago

In order to... stop getting frustrated and confused when I search for tags and find no results because that tag isn't even available for this year's submissions As a... author or reviewer I want... the tag search on sessions lists to suggest only the tags that are available for the current year.

ceci commented 6 years ago

I would also like to request a minor CSS improvement, that would be removing the list style, and maybe adding some padding to the tags suggestions dropdown.

This looks good, IMO:

li.ui-menu-item {
    list-style: none;
    padding: 0.2em 0.5em 0.2em;
}
hugocorbucci commented 6 years ago

Should be fine now according to @ceci