axxapy / gnome-ui-tune

Tunes overview UI of the gnome 40 a bit
GNU General Public License v3.0
102 stars 10 forks source link

Update modHideSearchInput.js to reduce the time interval between overview showing and search bar hiding #36

Closed Zatan16 closed 1 year ago

Zatan16 commented 1 year ago

It probably solved issue#34. Its stuttering is now less noticeable and more quicker. Maybe others can try implementing a way to know whether Dash2Dock is installed or not to let the wait be 0ms or 50ms depending. I don't know how to do that.

axxapy commented 1 year ago

Thanks for taking time to file a PR, it's always very appreciated.

Reason why I did not approve it: It pretty much rolls back following commit: c03e0e004b1c4787220a7d39787300237aa8e8ef. Yes, it would reduce staggering but will break compatibility with dash2dock.

I took another approach instead in the latest release. There is no delay anymore as I use animation instead of instant-hide.

Latest release has been released yesterday, exclusively for Gnome 45, you can install it from extensions.gnome.org. Meanwhile I'll close this PR as part of the code it changes, does not exist anymore