Skip to content

Layer selection (and multi-selection) in the Layer Panel #137

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

Closed
Keavon opened this issue May 23, 2021 · 8 comments
Closed

Layer selection (and multi-selection) in the Layer Panel #137

Keavon opened this issue May 23, 2021 · 8 comments
Assignees
Labels
Good First Issue Good for newcomers
Milestone

Comments

@Keavon
Copy link
Member

Keavon commented May 23, 2021

Click or Shift-click layers in the layer panel (and change their color so they appear selected) and notify the Editor backend.

Complexity: 1
Involves: Frontend (JS), Editor (Rust)

@Keavon
Copy link
Member Author

Keavon commented May 26, 2021

Assigned to @AkshayKalbhor.

@akshay1992kalbhor
Copy link
Contributor

Sorry for the delay. Started working on this!

@Keavon
Copy link
Member Author

Keavon commented May 26, 2021

Glad to hear it! It looks like you had to comment in this issue before I was able to actually assign the GitHub issue to you (that's why I resorted to commenting about that).

@akshay1992kalbhor
Copy link
Contributor

Weird

@Keavon
Copy link
Member Author

Keavon commented May 26, 2021

Layers normally have a #555555 background color. Selected layers can be given a #777777 background color by adding a selected class to the selected elements (through Vue's :class attribute) and adding the CSS rule something like:

.selected {
	background: var(--color-7-middlegray);
}

@akshay1992kalbhor
Copy link
Contributor

Good point! Noted

@FuriouZz
Copy link
Contributor

Status?

@Keavon
Copy link
Member Author

Keavon commented Jun 10, 2021

Closed by #166 and #172.

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

No branches or pull requests

4 participants