opral / inlang-fink

Issue tracker for fink
0 stars 0 forks source link

Fink doesn't show me the other branches #27

Closed NilsJacobsen closed 4 months ago

NilsJacobsen commented 4 months ago
image.png

Any idea why this happens?
When I click on main then on the next load I get them.

NiklasBuchfink commented 4 months ago

This is definitely because of the lazy loading of branch name, but why does this only occur in with our own repo again?

NiklasBuchfink commented 4 months ago

It seems to be a timing issue. Some operations take longer with our monorepo. If you wait long enough before clicking on main and it loads the branches.

I will fix it 👍

samuelstroschein commented 4 months ago

@niklas.buchfink how can this be a timing issue? does the lix sdk have no reactivity yet?

NiklasBuchfink commented 4 months ago

We do lazy branch fetching when the user clicks on the dropdown, because it is a heavy computation. Maybe it conflicts with the lazy loading now. I'll look into it.

cc @jan.johannes

samuelstroschein commented 4 months ago

@jan.johannes fyi you can directly create an issue from a comment in linear by clicking on the … and thereby increase the visibility that the issue has been created

CleanShot 2024-05-31 at 12.15.06@2x.png
samuelstroschein commented 4 months ago

linking LIX-78