neo4j / neo4j-browser

Neo4j Browser is the general purpose user interface for working with Neo4j. Query, visualize, administrate and monitor the database.
https://neo4j.com
GNU General Public License v3.0
690 stars 347 forks source link

Improve performance when the screen shrinks #1912

Open Log0519 opened 1 year ago

Log0519 commented 1 year ago

Description

I have an idea for optimizing performance

Reproduce Steps

When users try to reduce the screen size, they may only want to see the overall appearance and cannot clearly see the characters on nodes and line segments, which are unnecessary

Expected Behavior

It can remove characters from nodes and lines when the screen is reduced to a certain extent, improving performance

Current Behavior

Now the performance optimization of the display node is relatively poor

Can you propose a solution?

I can write this logic to implement it What needs to be done to address this issue? Ideally, provide a pull request with a fix.

Your Environment

software name version
OS
Web browser
node.js
npm
yarn
Neo4j Browser
Neo4j

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

For enhancements or other issues, please describe in as much detail as possible how the app should be changed and how this would benefit users/developers.

Log0519 commented 1 year ago

Improve performance when the screen shrinks