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

Editor: Selecting a sidebar item before base GTFS is fetched is glitchy #404

Closed
landonreed opened this issue Feb 1, 2019 · 1 comment · Fixed by #405
Closed

Editor: Selecting a sidebar item before base GTFS is fetched is glitchy #404

landonreed opened this issue Feb 1, 2019 · 1 comment · Fixed by #405

Comments

@landonreed
Copy link
Contributor

When the editor loads, the base GTFS data is fetched for the feed being edited. If during this fetch a user attempts to click a sidebar item (e.g., clicking the 'routes' table), once the fetch is complete the table will essentially be deselected in a glitchy way. This typically only happens for large-ish feeds on slow connections.

We should disable these sidebar items if the base GTFS fetch has not completed to prevent this behavior.

@landonreed
Copy link
Contributor Author

🎉 This issue has been resolved in version 4.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant