gptscript-ai / desktop

MIT License
22 stars 13 forks source link

UI - Provide horizontal and vertical scroll bars in the script list view. #123

Open sangee2004 opened 4 months ago

sangee2004 commented 4 months ago

gptscript version - v0.0.0-dev-0c73f4b8-dirty

Steps to reproduce the problem:

  1. Launch UI from a directory that has lot of files > 25 and with script names that have > 25 character in them. - gptscript --ui -disable-cache
  2. Once UI is launched , execute any script and then open the "select a script button".

Notice that there is truncation in script names that have > 25 character in them and also there is no vertical scroll bars presented for the list .

Screenshot 2024-07-12 at 12 49 20 PM

Expected Behavior: Provide horizontal and vertical scroll bars in the script list view.

tylerslaton commented 3 months ago

@StrongMonkey Is touching this soon so this will likely change.

sangee2004 commented 3 months ago

This is broken in a different way in electron app which is tracked in - https://github.com/gptscript-ai/desktop/issues/93

sangee2004 commented 3 months ago

This issue is now seen when testing with latest electron build with commit id - 59351d72

Screenshot 2024-08-16 at 4 00 18 PM