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: Add dimension selector tool palette at bottom of screen #35

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

aranega
Copy link
Collaborator

@aranega aranega commented Jan 14, 2025

Closes CC-203

@aranega aranega requested a review from seankmartin January 14, 2025 10:37
@seankmartin seankmartin changed the title feat: Add layer color sync activation option feat: Add dimension selector tool palette at bottom of screen Jan 15, 2025
@seankmartin
Copy link
Collaborator

This shouldn't be merged until the horizontal tool palettes are available. If the horizontal tool palettes have an issue, an alternative here would be to make three tool palettes with queries, one for each dimension. Like so:

"toolPalettes": {
    "X": {
      "side": "bottom",
      "row": 1,
      "size": 120,
      "query": "dimension:x"
    },
    "Y": {
      "side": "bottom",
      "col": 1,
      "row": 1,
      "size": 120,
      "query": "dimension:y"
    },
    "Z": {
      "side": "bottom",
      "col": 2,
      "row": 1,
      "size": 120,
      "query": "dimension:z"
    }
  }

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants