decentraland / creator-hub

MIT License
0 stars 4 forks source link

GLTF Container UI: `src` field should show asset suggestions when user is typing #199

Open AN-DCL opened 1 year ago

AN-DCL commented 1 year ago

When user is typing asset name, dropdown should show suggested assets.

Proposed filtering & priority implementation:

  1. Only show assets whose full path contains text field's value as a substring.
  2. Assets with names containing text field value as a substring should be prioritized (i.e. displayed first). For example, if search string is lol, then asset so/lol.glb should have a higher priority than asset lol/what.glb.