Tag picker should sort tags in order of most recently used

https://discord.com/channels/857305113936134204/857724063903252530/1446371203550810233

Whats the sorting logic of tags, when you click the Tag btn > Dropdown

right now , getting a space from the server includes tags unsorted

      where: { spaceId },
      raw: true
    })

the problem is that there’s no current record what recently used.

what should be considered recently used:

  • when a tag is picked from the list?
  • when it’s added to a card via [[?
  • when someone clicks on a tag in a card to open tagdetails?

Not the third.

It my head, being recently used means recently added to a card—so either of the first two. If it had to be one, I’d probably say chosen from the list since that’s where you are displaying the info.

1 Like