As a user I might want to find a particular bookmark or delete a specific item from history which has not been recently accessed. I might also want to clean my collection of bookmarks and there is no easy way to do so.
How would you solve the problem? What is your design proposal?
Apart from adding a search icon in the header, we could also implement a 'Sort by' feature, including options like 'Newest to Oldest', 'Oldest to newest', 'Most to Least accessed', 'Least to Most accessed' This is in continuation with my design from issue #62.
The header would look like this:
On clicking the search icon, it would get highlighted to emphasize the implementation of the search action. A search bar would appear, like so:
On clicking the sort by button, a drop down menu would appear, prompting users to select an action.
How would you measure your designs effectiveness?
On monitoring user clicks, we can determine which of these functions is useful and add/remove/modify them accordingly.
What is the problem you are trying to solve?
Ability to search all library items #6232 https://github.com/mozilla-mobile/fenix/issues/6232
Why is it a problem?
As a user I might want to find a particular bookmark or delete a specific item from history which has not been recently accessed. I might also want to clean my collection of bookmarks and there is no easy way to do so.
How would you solve the problem? What is your design proposal?
Apart from adding a search icon in the header, we could also implement a 'Sort by' feature, including options like 'Newest to Oldest', 'Oldest to newest', 'Most to Least accessed', 'Least to Most accessed' This is in continuation with my design from issue #62. The header would look like this: On clicking the search icon, it would get highlighted to emphasize the implementation of the search action. A search bar would appear, like so: On clicking the sort by button, a drop down menu would appear, prompting users to select an action.
How would you measure your designs effectiveness?
On monitoring user clicks, we can determine which of these functions is useful and add/remove/modify them accordingly.