-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First round of design improvements #38
Conversation
julien-nc
commented
Feb 2, 2024
- Rename "free prompt" to "generate text"
- Rename "speech to text" to "AI audio transcription"
- Simplify design of STT recorder
- Fix accessibility of some buttons
- Fix keyboard navigation in task type selector
- Fix style of image generation preview
- Warn about empty result or if it's identical to the input
- Change description of the free prompt task type
- Fix z-index of a modal close button
- Fix updating input fields when file content is loaded
Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
…stop) Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
…g when switching modes Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
…when task succeded but result is empty Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
…ntainer Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
…tly fixed Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks and feels much better!
As a semi-related thought; maybe adding "align-items: center;" in the Text2ImageCustomPickerElement .image-preview would make sense? Currently the image display is centered everywhere else but not in the picker itself.
BTW the bug related to output resetting still exists in gptfreeprompt but is not reproducible in assistant; like we discussed the more up-to-date libs probably explain that.
Signed-off-by: Julien Veyssier <[email protected]>
@MB-Finski Good point. I went all the way and unified the style of the image previews everywhere. |