-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing broken cache in text filter #72
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix your formatting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually this might be correct if you just moved the whole thing in the block. Although that doesn't seem optimal. Can you move only the relevant part inside the try catch please?
Telling CI to do a deploy so I can test now.
As it turns out I can't login and test from my phone. Hope somebody else can take over! |
@0x4007 how does it look now? |
I didn't test that it works but the code looks good. |
@Keyrxng could you please provide your inputs here? |
@Sadaf-A as far as I understand the spec the following needs to be resolved:
It's unclear to me whether the spec aims to have the listed issues on the left become a single item if you enter a very specific term but the preview box should display similar details as when you manually click on the issue P.S With PRs that change/fix UI problems remember to include a screenshot of that issue after it has been resolved |
I wrapped the whole function responsible for rendering from cache with a try and catch block so if it threw an error it will render from network. If the error is still being thrown then it could be possible that the error is thrown when we fetch from the network |
@Sadaf-A I had another look at things.
Forgive me here, I mistook the error notification for the issue preview modal because I was using a different screen size. When you search I hope this is of more help to you, sorry if not. |
Resolves #66