-
Notifications
You must be signed in to change notification settings - Fork 9
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
Improvements #25
Improvements #25
Conversation
This PR became quite long so I will address tests in another task @rndquu @gentlementlegen if you'd like to take a look when you can, cheers. |
public async getGitHubUserOrgs(): Promise<string[]> {
const octokit = await this.getOctokit();
const response = await octokit.rest.orgs.listForAuthenticatedUser();
return response.data.map((org: { login: string }) => org.login);
} What orgs did you see? I've considered other methods but the question is: What orgs do you want to see?
I think a task should be created and it discussed there because it'll involve additional work and direction. We sort of scrapped global config variables from E.g: The org owner must use it after |
I couldn't reproduce this pls lmk if it happens again and what you suggest as a fix/steps to repro, cheers |
We should only show "no orgs available" after we've looked at the request answer, it can be confusing in high latency environments. Show "loading", either as string or animation. Perhaps copy from work.ubq.fi. |
Any chance you wrote a log to find out as I cannot repro and I don't think it happened for mentlegen either or he'd have mentioned it? I can add a console.error but would like to know the root cause as me adding a log won't resolve it, appreciate if you could.
I thought this notification was enough but I have updated the title for while it's fetching also |
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.
Sorted @rndquu
|
I merged ubiquity-os-marketplace/ubiquity-os-kernel-telegram#40 and
|
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.
|
Fixed, I had forgot to set
Yeah as can be seen with |
I suppose when all of the critical issues are ready (#24, #22, #20) we can get back to neaten up the css. |
@Keyrxng Now you could merge the latest |
Resolves #19
Changes:
QA:
readme-with-improvements.mp4