openstreetmap / iD

🆔 The easy-to-use OpenStreetMap editor in JavaScript.
https://www.openstreetmap.org/edit?editor=id
ISC License
3.36k stars 1.21k forks source link

Sort relation dropdown by most recently used #7964

Open quincylvania opened 4 years ago

quincylvania commented 4 years ago

Broken out from https://github.com/openstreetmap/iD/issues/5997#issuecomment-689086673.

Relations in the "Add relation" dropdown selector are currently sorted by creation date. We could improve this by putting recently used relations at the top, even if they weren't created recently.

quincylvania commented 4 years ago

Also, adding many features to one relation will be a lot easier once we do #7753 . But this is still worth doing.