Bug: Window control buttons (minimize, maximize, close) are non-functional #35
Labels
No labels
area:api
area:core
area:docs
area:infra
area:ux
dependencies
documentation
duplicate
good first issue
help wanted
invalid
question
rust
status:complete
status:partial
status:planned
type:bug
type:design
type:feature
type:infra
type:refactor
type:research
type:ux
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
icub3d/decentcom#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Migrated from GitHub issue icub3d/decentcom#38
Original Author: @icub3d
Original Date: 2026-04-15T20:31:13Z
Bug: Window control buttons are non-functional
Overview
The minimize, maximize, and close buttons in the custom title bar do not perform any action when clicked. This prevents users from managing the application window using the provided UI controls.
Background
The project uses Tauri v2, which requires explicit permissions for window management operations. Currently, the only includes default plugin sets which do not grant permission for , , , or commands. Additionally, on Linux (Wayland), the on the TitleBar container can intercept clicks meant for the buttons unless they are explicitly marked with .
Requirements
Design
API / Interface Changes
No changes to public APIs, but the frontend will now have permission to invoke standard Tauri window commands.
Data Model Changes
None.
Component Changes
Task List
Test List
Open Questions
None.