v3.2.1 - Translations - Settings- >Application->Font Size
SINAPSA-IC opened this issue · 0 comments
SINAPSA-IC commented
Bug Report
When 1 or more LocalDocs collections are selected,
during the procedure "searching localdocs: [name of collection(s)]"
if the Font Size is changed to Medium or Large, from Small,
the...
- name of the single, selected LD collection does not fit anymore on the single line
- names of more selected LD collections also do not fit
The names are being cut by the list with LocalDocs collections on the right of that line.
Steps to Reproduce
- set the Font Size to Small
- select 1 or more LD collections
- ask the model something, for it to reply by using those collections
- the "searching localdocs: [name(s) of selected collection(s)] appears, with the names separated by comma (,) - if only 1 selected, its name -could- be shown in its entirety on the same line
- change the Font Size to Medium or Large
- the text on that^ line does not fit on 1 line anymore, if it ever fitted that is (depending on the length of a single collection's name)
Expected Behavior
If deemed worthy to be displayed during "searching localdocs: ", like above ^, the names of all selected collections should be visible; that's the idea of the colon (:) - listing the collections' names.
Your Environment
- GPT4All version: v3.2.1
- Operating System: Win10 Pro
- Chat model used (if applicable): any
Suggestion
- if more than 1 LocalDocs collections are selected and performed a search on, then split the list with their names by a comma (,) and write each name of a collection on 1 line, like this:
searching localdocs:
collection_name_1,
collection name_2,
...
collection_name_N - if only 1 LocalDocs collection is selected and performed a search on, its placement on the line following the line with "searching localdocs:" may not be necessary, since its name -could- fit on the same line as "searching localdocs".
- best approach:
write "searching localdocs:" on its own line, followed by
the names of selected collections, even if only 1 collection whose name may be Long with a Medium/Large Font Size, on subsequent lines, separated by a comma and a NewLine; writing the names one after another does not yield the intended result - for them to be actually seen by the user while the list with LocalDocs collections is visible.