Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Opening a coder_app in a new browser window is awkward #297

Closed
Assignees
BrunoQuaresmadefelmnq
Labels
questionFurther information is requested
@stirby

Description

@stirby

Problem statement

Currently,coder_apps open a slimmed down browser without navigation buttons or tabs. While the slim window maximizes display space for the app and makes it feel like a local process, apps like the filebrowser suffer from not having forward/back arrows.

You can open the apps in a new tab then pull them into a new window; but, not all users are aware of this shortcut. We're also missing the Shift+Click keybind to open a fresh browser window.

Solution proposal

We add a new property tocoder_app likeopen_in with options to specify the default method of opening the app. We should also achieve parody with chrome keybindings. This attribute would set the default on-click behavior:

OptionActionChrome KeybindDefault Coder Keybind
tabOpens in a new tab in the same browser windowctrl+clickctrl+click
windowOpens a fresh browser window with navigation optionsshift+clickshift+click (not present today)
slim-window (default)Opens a window without tabs or navigation (currently default)NAclick

For example, the following would open the app in a full new window on regular click or shift+click, and a new tab on ctrl+click.

resource"coder_app""code-server" {agent_id=coder_agent.dev.idslug="code-server"display_name="VS Code"open_in="window"...}

Metadata

Metadata

Labels

questionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp