Skip to content

Empty workspace name input silently creates workspace with default name #11

@fernandomenuk

Description

@fernandomenuk

Severity: Minor

Description

When creating a new workspace, if the user submits the modal with an empty string, the code converts it to null via name || null, which silently creates a workspace with a generated default name. This could confuse users who expected their empty input to cancel the operation.

Location

  • crates/wmux-app/frontend/sidebar.js:18-20 and sidebar.js:24-28

Suggestion

Either treat empty input the same as cancel, or show placeholder text explaining that leaving it blank will use a default name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestuxUser experience issues

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions