nextcloud / assistant

✨ Nextcloud Assistant
GNU Affero General Public License v3.0
23 stars 4 forks source link

enh: custom UI for scoped context chat #45

Closed kyteinsky closed 5 months ago

kyteinsky commented 6 months ago

Design feedback required on the selector UI (Select File/Folder-Select Providers). It looks a bit too big imo. The same selector is present in speech-to-text UI so that would also need to be changed to maintain consistency. Something less obstructing/with less occupancy on the dialog is what I imagine would be a good fit.

@nimishavijay @jancborchardt

image

AndyScherzinger commented 5 months ago

Just as a side note, can't tell where mimetype icons are fetched from, we are currently in the process of updating the icons throughout the system(s) server and clients, see https://github.com/nextcloud/server/issues/44340 targeting the v29.0.0 release - fyi @kyteinsky @julien-nc

kyteinsky commented 5 months ago

@jancborchardt new screenshots with the suggested changes:

Screenshot from 2024-03-22 15-14-53 Screenshot from 2024-03-22 15-14-40

@AndyScherzinger Thanks for the heads up! I think the only svg icon we're using is folder.svg from /apps/theming/img/core/filetypes/folder.svg. This seems unaffected/the latest. Others are procured from the php side using the preview manager. So we're good.