GNOME Bugzilla – Bug 723823
View switcher should remain visible while search is active
Last modified: 2014-02-15 15:03:42 UTC
Currently, when you search the view switcher is replaced by a heading. This makes the transition to the search mode more disruptive than it needs to be. It also removes a potentially useful way to exit search and switch to anther view. The pattern we are using in the other apps is to keep the view switcher visible, but to deselect the button for the current view. You can see how this works in Software or Music.
commit b61b0fd171ff3a97ff9223d1d8eda37b462a7b87 Author: Bastien Nocera <hadess@hadess.net> Date: Sat Feb 15 15:57:16 2014 +0100 main: Make view switcher remain visible when search is on https://bugzilla.gnome.org/show_bug.cgi?id=723823 commit 2e1cdd62ec097e6a52591f3a7c41843300a0c8d7 Author: Bastien Nocera <hadess@hadess.net> Date: Sat Feb 15 15:56:09 2014 +0100 main: Don't hide the custom-title in search mode If we don't have a search title to set just yet. We'll use that to show the depressed source buttons instead. https://bugzilla.gnome.org/show_bug.cgi?id=723823