Skip to content

Conversation

@floating
Copy link
Owner

No description provided.

<html>
<head>
<meta charset="utf-8" />
<meta

Check warning

Code scanning / Electronegativity

One or more CSP directives detected are vulnerable

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

One or more CSP directives detected are vulnerable

const ribbon = useStore('windows.workspaces', window.frameId, 'ribbon') || {}

console.log('ribbon.expanded', ribbon.expanded)
Copy link
Collaborator

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: ')
Copy link
Collaborator

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)
Copy link
Collaborator

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
Copy link
Collaborator

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?

Copy link
Owner Author

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 = [
Copy link
Collaborator

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

Copy link
Owner Author

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

@floating floating merged commit 08bc39c into canary Sep 21, 2023
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.

3 participants