th8m0z

Results 19 comments of th8m0z

Right now, when testing on the Android emulator, the tags feature seems to be broken. The addNewTag function throws because the tag is empty. I'm assuming the expected behaviour would...

Here is a short video displaying the problem: https://github.com/mateusz-bak/openreads-android/assets/41947147/b74033ed-4652-4b8a-a93c-523b65fda2d1

Should be done in the next couple of days! @mateusz-bak

How about we add the primary language as a default selection in the chips and then give the option to select others? If it's okay, I'll get started on this....

Why don't we just offer a button that opens a dropdown with all possible languages to filter with through the OpenLibrary API on the search page, where the user can...

> Consider also that if someone that is for example (like me) Italian want a book in French can always search the book by the French title: it's a straightforward...

Yes, reinstalling solved it for me thanks. Will make some more edits to my implementation as right now it's only filtering when tags of the book are already saved, not...

Hey again, filtering tags even when the book is not saved finally worked, the solution was to just trigger a reload via calling an empty setState after the tag is...

This should work, I think. Tried via the Github editor. EDIT: GitHub editor doesn't seem to work, I made a mistake during the merge. I'll do this via VSCode. EDIT...