Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for copying and pasting features in the feature grid #10563

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 19, 2024

  1. Add support for copying and pasting features in the feature grid

    - Implemented [`copyFeatures`] epic to handle the COPY_FEATURES action:
      - Retrieves the current state from the store.
      - Uses to get the selected features.
      - Stores the selected features in [`localStorage`] as a JSON string to facilitate copying to the clipboard.
    - Implemented [`pasteFeature`] epic to handle the PASTE_FEATURES action:
      - Currently returns an empty observable, ready for future implementation.
      - Will retrieve the copied features from [`localStorage`] for pasting.
    mdelsinne44 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    65127e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    95a6737 View commit details
    Browse the repository at this point in the history
  2. add translations

    mdelsinne44 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    62f78c7 View commit details
    Browse the repository at this point in the history