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

ENG-5665 feat(launchpad,1ui): implement downvoting #1085

Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ export default function KnowledgeGraph({
},
}))

console.log('Generated elements:', { nodes, edges })
return [...nodes, ...edges]
} catch (err) {
console.error('Error transforming data:', err)
Expand All @@ -410,18 +409,15 @@ export default function KnowledgeGraph({

const handleMount = (cy: cytoscape.Core) => {
try {
console.log('Setting up Cytoscape instance')
cyRef.current = cy

// Set initial zoom and center
cy.on('layoutstart', () => {
console.log('Layout starting')
cy.zoom(1.5)
cy.center()
})

cy.on('layoutstop', () => {
console.log('Layout complete')
cy.zoom(1.5)
cy.center()
})
Expand Down
56 changes: 0 additions & 56 deletions apps/launchpad/app/components/onboarding-modal-old/constants.ts

This file was deleted.

54 changes: 0 additions & 54 deletions apps/launchpad/app/components/onboarding-modal-old/intro-step.tsx

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading