-
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
feat: added pwa features #92
Conversation
@rndquu @gentlementlegen can you guys look into continuous deployments? Really inconvenient to QA without it |
I'll check it now |
@rndquu if you were able to identify the problem, and didn't have time to implement a solution - perhaps you can file an issue and one of us can jump on it |
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.
Were you able to test while logged in and authenticated?
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.
Need to run 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.
What do you mean by formatting exactly? If you are referring to the yarn format cmd, I did do that and it was the same code which I committed .
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.
Indentation is wrong in your diff. Not sure what to tell you but it looks like you're not using our prettier settings. There is a possibility this was committed without the correct formatting but highly unlikely because we use a template with the same formatter in all of our projects.
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.
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.
Indentations seems correct if you checkout the code, I added try catch blocks, maybe that's why it might be showing in code changes.
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.
@0x4007 , what to do for this change?
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.
I also don't see formatting issues in the fetch-issues-full.ts although the PR diff shows new indentations.
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.
Perhaps spaces were changed to tabs.
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.
The PR works fine. Could you resolve the code conflicts?
One more question:
When running on localhost the UI is opened fine without an internet connection while the latest development preview page doesn't work offline. What could be the issue?
I think redoing the pull would be easier because a lot of changes were made in the last two weeks. |
Resolves #90
This is related to issue #90 . The issues are able to load in local development without the internet.