Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: window-manager with addons #1

Open
1 of 4 tasks
trulysinclair opened this issue Sep 17, 2024 · 0 comments
Open
1 of 4 tasks

feat: window-manager with addons #1

trulysinclair opened this issue Sep 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@trulysinclair
Copy link
Owner

Preflight Checklist

  • I have searched the issue tracker for a feature request that matches the one I want to file, without success.

Problem Description

A dedicated Window Manager should serve basic functionality by creating either BrowserWindows or BaseWindows. Additional addons could add necessary functionality incrementally to avoid a monolithic package.

Proposed Solution

  • A Window Manager capable of creating BaseWindows and BrowserWindows, keeping track of them and side effects
  • A View Addon addon that can create and manage views for windows
  • A drag-and-drop addon which handles the DnD of views between windows, and creates new windows under conditions

Alternatives Considered

The old system from the production application, which was messy and broken.

Additional Information

No response

@trulysinclair trulysinclair added the enhancement New feature or request label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant