jwjacobson / jazztunes

a jazz repertoire management app
https://jazztunes.org
GNU General Public License v3.0
3 stars 1 forks source link

add time ago dropdown for simple search to search on recent "last_played" tunes #134

Closed bbelderbos closed 7 months ago

bbelderbos commented 7 months ago

I like what Google has:

Screenshot 2024-01-15 at 15 23 32
bbelderbos commented 7 months ago

FYI @jwjacobson I made an mvp label to prioritize the issues

jwjacobson commented 7 months ago

If I am googling correctly it looks like Django doesn't have a built-in dropdown widget, and I will be using something like select2?

jwjacobson commented 7 months ago

nevermind it's just the vanilla select widget

bbelderbos commented 7 months ago

You can use bootstrap?

jwjacobson commented 7 months ago

the default html