steemit / condenser

The greatest application front-end to the Steem Blockchain.
https://steemit.com
505 stars 430 forks source link

Add post tag UI autocomplete #2061

Open pkattera opened 6 years ago

pkattera commented 6 years ago

As a user, I want to be able to easily input tags,


Let's modify our tags input editor to make tagging posts more intuitive.

Using a library like https://github.com/olahol/react-tagsinput will help us to set expectations around the tag without having to use error messages like this from #1678

See demo here: https://olahol.github.io/react-tagsinput/

screen shot 2017-11-27 at 4 59 49 pm

It also sets us up to include auto-suggestions based on popular tags in the future.

caleblogan commented 6 years ago

@relativityboy Are you still working on this? Related #2437

pkattera commented 6 years ago

Acceptance criteria

bnchdrff commented 6 years ago

port our existing validations to whichever tag editor we end up using; no additional validation

roadscape commented 5 years ago

Suggestion from #2679:

I would like to see my most used tags (posting and reading) show up first. Ability to order/manipulate tags that show up in Tags column would be useful.