Tab should be draggable #7
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently, our tab does is not draggable to re-arrange its position. We can make it draggable like in Visual Studio Code as attached video.
WelcomeScreen.tsx.-.query-master.-.Visual.Studio.Code.2023-06-15.08-53-29.mp4
Where to implement it?
The tab component is located in this files.
https://github.com/invisal/query-master/blob/main/src/renderer/components/WindowTab/index.tsx
We can add drag functionality in this place. We can expose two more properties:
draggable
means that it is possible to drag tab. There are some places where we want the tab to stay in fixed position.onTabChanged
will change the tab states when drag is success.The text was updated successfully, but these errors were encountered: