-
Notifications
You must be signed in to change notification settings - Fork 165
block out workspace ui and interactions, add examples #1666
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
Conversation
| <html> | ||
| <head> | ||
| <meta charset="utf-8" /> | ||
| <meta |
Check warning
Code scanning / Electronegativity
One or more CSP directives detected are vulnerable
| <html> | ||
| <head> | ||
| <meta charset="utf-8" /> | ||
| <meta |
Check warning
Code scanning / Electronegativity
One or more CSP directives detected are vulnerable
|
|
||
| const ribbon = useStore('windows.workspaces', window.frameId, 'ribbon') || {} | ||
|
|
||
| console.log('ribbon.expanded', ribbon.expanded) |
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.
console log
| } | ||
|
|
||
| const setShow = () => { | ||
| console.log('setShow: ') |
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.
console log
|
|
||
| const platform = useStore('platform') | ||
|
|
||
| console.log(' hideDockWrap', hideDockWrap) |
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.
console log
| }) | ||
| if (!viewInstance) return | ||
|
|
||
| // const animationSpeed = 8 // Pixels per frame |
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.
can we remove some of these comments or is it likely we'll need them in the near future?
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.
yeah all the comments i left in need to be uncommented
|
|
||
| // viewInstance.webContents.openDevTools({ mode: 'detach' }) | ||
|
|
||
| const testDapps = [ |
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.
just confirming we want to keep these in here for now
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.
i added these in today before merging to make testing prototype possible, when opening a view it will choose one randomly
No description provided.