gptscript-ai / desktop

MIT License
22 stars 13 forks source link

UI - Not able to list more than 10 assistants in “select a script” dropdown. #93

Closed sangee2004 closed 2 months ago

sangee2004 commented 2 months ago

gptscript version v0.0.0-dev+160a7334

Steps to reproduce the problem:

  1. Launch UI - DISABLE_CACHE=true GATEWAY_URL=https://gateway-api.gptscript.ai gptscript --ui --disable-cache
  2. Make sure you have more than 10 assistants in the "Explore" view in which case you will see a "Load More" option.
  3. Run any script to launch the thread view.
  4. Use the + option to chat with assistants.
  5. Notice that only 10 assistants are presented in the assistant list .
Screenshot 2024-08-06 at 8 53 18 AM
tylerslaton commented 2 months ago

@sangee2004 Are you sure that more than 10 are not hidden behind a scroll?

sangee2004 commented 2 months ago

There are > 10 assistants in this case. So i expected to be presented a list with 10 assistant in with a scroll bar which i can use to navigate to the rest of the assistants. I am presented with a list having only the first 10 assistant and there is no scroll bar available. So i am not able to get access to any of the assistants beyond the first 10.

tylerslaton commented 2 months ago

@StrongMonkey Since I believe this is also on your list.

thedadams commented 2 months ago

This should be addressed.

sangee2004 commented 2 months ago

With latest builds, I see all the assistants being listed but with no scroll bar

Screenshot 2024-08-21 at 9 55 52 AM

But there is going to be an overhaul of what is going to be presented in this list.

This is what we expect to be presented in this drop down:

Tildy
The first three of "My" assistants
A link to My Assistants (the Build page)
A link to Explore Assistants

Will close this issue.