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

Opening OtherTagsEditor takes too long #760

Open
zbycz opened this issue Nov 13, 2024 · 0 comments
Open

Opening OtherTagsEditor takes too long #760

zbycz opened this issue Nov 13, 2024 · 0 comments

Comments

@zbycz
Copy link
Owner

zbycz commented Nov 13, 2024

eg on Berlin (which has hunderds of tags) it takes 8 seconds on Macbook Air M1.
https://osmapp.org/node/240109189

There are probably too many useEffects and stuff like this in OtherTagsEditor.
Although the maximum number of tags in API is 256, so we don't have to virtualize the list.

### Solution:

Maybe we can just show some "Show more" button after 20 lines, which will satisfy the UX randomly clicking on it.

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

No branches or pull requests

1 participant