Feature #3356
Updated by Ram Kordale 11 months ago
Today, we show links on single lines until the user hovers over them. When the user hovers, we expand it. While expanding, we do the following (a) make the line wider (b) create an additional line to accommodate overflowing characters. This causes quite jarring flickers. In phase 1, let us do ensure that the following: i. expand only if user hovers for X ms (X to be figured by trial and error such that if a user line is moving as wide as possible in the mouse over all the links, it shall not be expanded) ii. once expanded, do not collapse until the copilot is minimized. default state. If this does not make the flicker better enough, we can refine this solution further. further