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

feat(ui): updates to Layers and Gallery tabs #7119

Merged
merged 4 commits into from
Oct 16, 2024

Commits on Oct 16, 2024

  1. feat(ui): move layers/gallery tab state into redux so it persists acr…

    …oss sessions/refreshes, make gallery the default
    Mary Hipp authored and psychedelicious committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d9ab42b View commit details
    Browse the repository at this point in the history
  2. feat(ui): add layers tab as droppable destination to improve UX for d…

    …ragging from gallery to layers tabs
    Mary Hipp authored and psychedelicious committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d6fc3ee View commit details
    Browse the repository at this point in the history
  3. Revert "feat(ui): add layers tab as droppable destination to improve …

    …UX for dragging from gallery to layers tabs"
    
    This reverts commit 535c128.
    psychedelicious committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c222d43 View commit details
    Browse the repository at this point in the history
  4. feat(ui): simpler dnd indicator for right panel tabs

    We can use the drop overlay component directly for this, without needing to add it as a `noop` dnd target.
    
    Other changes:
    - The `label` prop is now used to conditionally render the label - every drop target provides its own label, so this doesn't break anything.
    - Add `withBackdrop` prop to control whether we apply the dimmed drop target effect.
    psychedelicious committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f0f357f View commit details
    Browse the repository at this point in the history