-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Desktop bugs #6385
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
Desktop bugs #6385
Conversation
✅ Deploy Preview for reliable-cocada-166884 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| } | ||
|
|
||
| // Check if plugin is already activated | ||
| if (plugin.isActivated()) { |
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.
Maybe listening on the "activate" event emitted by the manager will be a better solution here.
plugin.on('manager', 'activate', (plugin) => {
....
})
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.
No that event will be gone
| <HomeTabTitle /> | ||
| <HomeTabRecentWorkspaces plugin={plugin} /> | ||
| {!(platform === appPlatformTypes.desktop) ? <HomeTabRecentWorkspaces plugin={plugin} /> : <HomeTabRecentWorkspacesElectron plugin={plugin} />} | ||
| {/* {!(platform === appPlatformTypes.desktop) ? <HomeTabFile plugin={plugin} /> : <HomeTabFileElectron plugin={plugin}></HomeTabFileElectron>} */} |
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.
Remove unused comment
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.
and its already merged
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.
Removed commented-out code for HomeTabFile component.
|
View your CI Pipeline Execution ↗ for commit 4771e05
☁️ Nx Cloud last updated this comment at |
|
✅ E2E tests passed (workflow: web) Last run: Tue, Oct 28, 2025, 02:19 PM UTC All tests are now passing! Previous failures have been resolved. |
Uh oh!
There was an error while loading. Please reload this page.