linebender / linebender/druid

Support open dialogs that aren't modal to a particular window

Open
#1,771 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement shell
Dominant language
Rust
Stars
9.7k
Forks
565
PR merge metrics
No merged PRs in 30d

Description

Currently, calling `druid::commands::SHOW_OPEN_PANEL` with a Target that isn't a window, will result in nothing happening, and no warning is produced.

A PR already exists to add a warning, but as per @cmyr, [here](https://xi.zulipchat.com/#narrow/stream/255910-druid-help/topic/Bug.20with.20druid.3A.3Acomands.3A.3ASHOW_OPEN_PANEL.3F/near/238230415), global open dialogs should be a thing.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the handling for druid::commands::SHOW_OPEN_PANEL and trace how its Target is interpreted. Determine how an open dialog can be associated without a particular window, then verify that calling the command with a non-window Target opens the dialog rather than doing nothing.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
desktop
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.