Sort order tags
### Description
New tags are not shown at the top of the page
### Proposal
`https://gitlab.example.com/<group>/<project>/tags` is sorted by name by default, some users want to have it sorted by timestamp like so: `https://gitlab.example.com/<group>/<project>/tags?sort=updated_desc`
Gitlab should remember in some way what the user has chosen.
As a minimum, the sort order should stay consistent within a session (at the moment, if you leave the tags page, do some stuff, and come back then, the tags are again sorted by name)
### Links / references
This proposal is somewhat related to gitlab-ce#15438
issue