-
Notifications
You must be signed in to change notification settings - Fork 66
[FIX] Composer: Fix assistant position #7288
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
base: saas-18.4
Are you sure you want to change the base?
Conversation
484fd2b
to
f4e54fc
Compare
assistantStyle.top = `-3px`; | ||
assistantStyle.transform = `translate(0, -100%)`; |
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.
"max-height": `130px`, | ||
}), | ||
showAssistant: !isIOS(), // Hide assistant on iOS as it breaks visually | ||
showAssistant: false, // Hide assistant in small composer as it gets cropped ATM |
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.
I don't see a task to fix this, am I blind or we do we not care about this ?
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.
Its on the task description - it's not properly visible due to the html structure because we have several overflow:hidden that we use for other purpose. since it's not usable, its beter to deactivate it and try to reintroduce it as a banner for bottom bar specifically
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.
Yeah I see why you disabled it, but I didn't find a task to fix it properly in the future
The composer assistant position was updated with the introduction of the mobile mode but there are two issues with it: - the change of CSS rule did not account for cells with the content set on multiple lines - the structure of the bottom bar composer (in mobile mode) still hides the formula assistant This revision reverts the assistant position and simply hides it in mobile. A future work will try to reintroduce it with a modified aspect that suits the mobile interface. Task: 5155838
f4e54fc
to
0b3dba6
Compare
The composer assistant position was updated with the introduction of the mobile mode but there are two issues with it:
This revision reverts the assistant position and simply hides it in mobile. A future work will try to reintroduce it with a modified aspect that suits the mobile interface.
Task: 5155838
Description:
description of this task, what is implemented and why it is implemented that way.
Task: TASK_ID
review checklist