Closed tim-watcha closed 1 month ago
Thanks again @tim-watcha for the feature request! Currently the button only starts a dbt parse
process in the background, to re-parse your project. I'll look into this functionality and see if I can add the reset of zoom and centering the currently selected model.
Solved in v0.2.0 https://github.com/ramonvermeulen/dbt-toolkit/pull/191
Thank you for your quick response to my previous request. I appreciate 😄. Here I have another re-center feature request.
Description
Currently, the 'Reset' button in the DBT model navigation view resets the view to its default state. We propose enhancing this functionality to also center the currently selected model in the view. This feature would greatly improve navigation, especially when users lose track of their current model's position in large projects.
Current Behavior
The Reset button returns the view to its default state without focusing on any specific model.
Proposed Behavior
When the Reset button is clicked:
Motivation
This enhancement would:
Implementation Suggestions
Thank you for considering this feature request. We believe it would significantly enhance the usability of the DBT model navigation, especially for users working with large and complex projects.