Skip to content
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

bug: blank view during startup #149

Open
castdrian opened this issue Oct 26, 2024 · 1 comment
Open

bug: blank view during startup #149

castdrian opened this issue Oct 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@castdrian
Copy link
Collaborator

castdrian commented Oct 26, 2024

I'm guessing this happens because it tries to fetch the saved repos and if they're huge it just doesn't load the main view until it's done, regularly see the blank view hanging by for >10 seconds
https://github.com/user-attachments/assets/7de4a0b8-1117-40ba-92f5-bab19d2303f7

@khcrysalis
Copy link
Owner

khcrysalis commented Oct 26, 2024

I'm pretty sure it doesn't fetch the repos when loading the main view, the main view uses CoreData, like name and icon. Only when you actually press on the cell does it load the repo json URL.

@khcrysalis khcrysalis added the bug Something isn't working label Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants