You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The current multi-window feature in Panku Console, while flexible, may lead to a cluttered user interface and potentially confusing user experience. Many modern development tools have moved towards a single-window interface with tabbed content areas, which provides a cleaner and more manageable workspace.
This is the current main console window, everytime you click the tab will create a new popup window which is unnecessary.
A mess.
Describe the solution you'd like
Introduce a "Single Window Mode" option in Panku Console settings.
When enabled, this mode would consolidate all functionality into one main window with a tabbed interface.
Add an option to disable new popup windows, defaulting to true in Single Window Mode.
Gradually phase out the multi-window feature in future updates, making Single Window Mode the default.
Describe alternatives you've considered
Keeping the multi-window feature but improving window management
Implementing a hybrid approach where some functionalities remain in separate windows while others are consolidated
Is your feature request related to a problem? Please describe.
The current multi-window feature in Panku Console, while flexible, may lead to a cluttered user interface and potentially confusing user experience. Many modern development tools have moved towards a single-window interface with tabbed content areas, which provides a cleaner and more manageable workspace.
This is the current main console window, everytime you click the tab will create a new popup window which is unnecessary.
A mess.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Proposed Implementation Steps
Potential Impact