feat: component graph node name toogle
đ Your use case
Currently the names of all nodes in the component graph view are just the file names
whereas in the list view both the actual component name and relative file path are clear
especially when using index.vue files with nested routes this makes the graph view very confusing in bigger projects
đ The solution you'd like
I think the best solution would be a way to toggle whether the graph nodes should reflect the component names or the file names.
đ Alternatives you've considered
No response
âšī¸ Additional info
No response
PR welcome to introduction of the toggle! The reason I did that initially was manually because showing the full path would make the graph very verbose.
I have created a PR to enhance this feature. Please review my PR: #797.