Skip to content

[Feature]: When no on_bookmarked handlers have been registered, display notification and update clipboard with url #1901

Open
@schloerke

Description

@schloerke

Category

Input/Output

Scope

Quality of Life

Problem

In R shiny, it currently displays a modal in this situation. I do not like the modal and would prefer a less invasive option.

Solution

I propose that a notification is shown and the user's clipboard is updated with the URL value.

Alternatives (Optional)

  • Showing a modal: It blocks the whole screen. When you click "bookmark", it is fair that you want the URL now. Not trying to exit a modal to get back to your app or having a modal block your app. I want the url now and without any effort.
  • Throw an error: This would cause the app to crash. Crashing is bad Mkay.
  • Do nothing: Worst of all three is to do something where you expect a reaction and nothing happens. This is difficult to debug and very frustrating to figure out.

Example (Optional)

Impact (Optional)

No response

Contribution? (Optional)

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions