Replies: 9 comments 3 replies
-
I don't know. I find this rather confusing. But I planed to play with the nice pure flutter titlebar JP created and eventually try to move the search bar there, as a global search. Could fix several problems (I have) with the current page flow |
Beta Was this translation helpful? Give feedback.
-
If it's possible - without too much work - to create a branch where we can try it, that would be great. |
Beta Was this translation helpful? Give feedback.
-
I'll test the search bar in the title bar first because my expectations are greater there and I don't want to do double work 😸 |
Beta Was this translation helpful? Give feedback.
-
@madsrh I also never seen this in app bars. For example here on GitHub |
Beta Was this translation helpful? Give feedback.
-
I think what it might be confusing with the current approach is that we have the back button right next to the app-name, making it look like it's the same link. We are also repeating the app-name twice. It could be more intuitive to do something like Microsoft store: but, I quite like @madsrh proposal as well :D |
Beta Was this translation helpful? Give feedback.
-
When the search bar is inside the titleBar this won't work anymore. Also the the back button next to a title is a very common pattern. The title describes the page you are on. And in this case your are on the AppPage of Krita |
Beta Was this translation helpful? Give feedback.
-
https://ubuntu.github.io/yaru_widgets.dart/#/ Here is another example with the not-compact master detail navigation The search would fit to the left appbar here as the right appbar includes the title and the back button. A search on the right appbar would be the wrong position. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
https://github.com/ubuntu-flutter-community/software/pull/745 |
Beta Was this translation helpful? Give feedback.
-
Could we make the application name next to the back button, a search field rather than just a label? It would be great if the user could just click and start typing/searching.
I think it should work like this: When you click the field / app name, all text (Krita) is selected or just disapear, but nothing else on the screen changes, until you start typing - then it would be like doing a normal search.
Beta Was this translation helpful? Give feedback.
All reactions