isaakhanimann / psychonautwiki-journal-android

GNU General Public License v3.0
50 stars 10 forks source link

Just some minor search improvements :) #20

Closed jaromeyer closed 1 year ago

jaromeyer commented 1 year ago

First of all, thank you for this! I started working on a very similar app in Flutter but found yours just in time.

Now to the PR: The changes allow a person to search for e.g. '2cb' or '5meo mipt'.

In the next step I'd like to combine SearchScreenWithoutDrawerButton & SearchScreenWithDrawerButton because they share almost the same code, hopefully there is some more modular solution.

Also what is your take on Navigation bars? They seem to be the preferred solution from what I have read. And the current side bar thing is pretty annoying when using gestures.

jaromeyer commented 1 year ago

Should category filters be hidden when SearchScreen is used to add a new ingestion?