Open Issues Need Help
View All on GitHubAI Summary: Implement split-screen functionality in the Vela macOS browser application, allowing users to view two web pages side-by-side within a single window. This involves creating a flexible SwiftUI layout to manage two independent web views, a draggable divider, and UI controls to toggle split-screen mode. The implementation should maintain performance and responsiveness.
AI Summary: Implement a user-friendly error screen in the Vela macOS browser to handle network failures. This involves detecting network errors during page loading using WebKit's navigation delegate, displaying a custom error page with appropriate messaging (offline, timeout, etc.), and providing 'Retry' and 'Go Back' buttons. The design should match Vela's existing UI and include animations for a smooth user experience.
AI Summary: Implement enhanced color theming in the Vela macOS browser, including support for more color options (dynamic and predefined), and the ability to create gradient themes using two selected colors. This involves expanding the existing theming capabilities to match the visual examples provided in the issue description.