-
Notifications
You must be signed in to change notification settings - Fork 323
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
Replace execution context controls with record mode controls #9133
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except the changes from the previous PR (see my comment in #9132 )
app/gui2/src/assets/icons.svg
Outdated
<symbol id="record" viewBox="0 0 16 16" width="16" height="16" fill="none"> | ||
<circle cx="8" cy="8" r="7" fill="currentColor" /> | ||
</symbol> | ||
|
||
<symbol id="record_once" viewBox="0 0 24 16" width="24" height="16" fill="none"> | ||
<rect x="0" y="1" width="3" height="14" rx="1" fill="currentColor" /> | ||
<circle cx="12" cy="8" r="7" fill="currentColor" /> | ||
<rect x="21" y="1" width="3" height="14" rx="1" fill="currentColor" /> | ||
</symbol> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Were they added to figma project? If not, then they will be removed upon next export.
Can you share a screenshot of what was previously the design/live mode toggle in the on/off positions? |
Added to description. (The padding is a bit ugly in the Before pics because it's an interim state between moving the project name and this PR). |
Looks good! Thank you :) |
I modified the record-once icon to be 16x16 because we're using exclusively 16x16 icons. This might not be exactly the icon design we want, but I'm going to merge it to get the code changes in; we can tweak the icon later. |
Pull Request Description
Closes #8673. Stacked on #9132.
Before:
After:
Important Notes
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,
and
Rust
style guides. In case you are using a language not listed above, follow the Rust style guide.
./run ide build
.