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

Drag context child into another context #2717

Open
raineorshine opened this issue Dec 21, 2024 · 0 comments
Open

Drag context child into another context #2717

raineorshine opened this issue Dec 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@raineorshine
Copy link
Contributor

Steps to Reproduce

- Film
  - To Watch
    - Movies
      - Days of Being Wild
        - 1991
      - Fallen Angels
        - 1995
  - Watched
    - Movies
      - In the Mood for Love
        - 2000
  1. Activate context view on Film/To Watch/Movies.
  2. Set the cursor on Film/To Watch/Movies/To Watch.
  3. Drag Fallen Angels into Watched.

Current Behavior

Fallen Angels gets duplicated in Watched and there is a warning.

Invalid parentId: sourceThought.parentId does not match parentOf(oldPath).

Expected Behavior

Fallen Angels should be moved to the end of Watched/Movies:

- Film
  - To Watch
    - Movies
      - Days of Being Wild
        - 1991
  - Watched
    - Movies
      - In the Mood for Love
        - 2000
      - Fallen Angels
        - 1995

Testing

Add a moveThought reducer test.

@raineorshine raineorshine added the bug Something isn't working label Dec 21, 2024
@raineorshine raineorshine added this to the 📖 Context View I milestone Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant