Skip to content
This repository was archived by the owner on Dec 13, 2021. It is now read-only.

Copied content and paste button stick around too long #51

@dnwhte

Description

@dnwhte

When a stacked content item is copied it gets added to Local Storage, but is never removed. Since local storage does not expire this leads to a confusing UX. An editor may come back to editing a page days or weeks after copying a stacked content and still see the paste button, which leads to confusion.

I would propose either:

  1. Clear the copied item after it is pasted for the first time. If the user wanted more than one copy they would need to recopy.

  2. Only keep the copied item around for the current Umbraco session.

  3. A clear copied button. Could be more confusing since it doesn't mimic any other copy/paste experience.

Any thoughts? I'd be happy to do a PR.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions