-
Notifications
You must be signed in to change notification settings - Fork 406
Hide browser tab star when autosave is enabled #6568
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
…logic for readability
🎭 Playwright Test Results⏰ Completed at: 11/04/2025, 04:35:07 AM UTC 📈 Summary
📊 Test Reports by Browser
🎉 Click on the links above to view detailed test results for each browser configuration. |
🎨 Storybook Build Status✅ Build completed successfully! ⏰ Completed at: 11/04/2025, 04:18:43 AM UTC 🔗 Links🎉 Your Storybook is ready for review! |
Bundle Size ReportSummary
Category Glance Per-category breakdownApp Entry Points — 3.28 MB (baseline 3.28 MB) • ⚪ 0 BMain entry bundles and manifests
Status: 3 added / 3 removed Graph Workspace — 728 kB (baseline 728 kB) • 🔴 +596 BGraph editor runtime, canvas, workflow orchestration
Status: 1 added / 1 removed Views & Navigation — 8.18 kB (baseline 8.18 kB) • ⚪ 0 BTop-level views, pages, and routed surfaces
Status: 1 added / 1 removed Panels & Settings — 293 kB (baseline 293 kB) • ⚪ 0 BConfiguration panels, inspectors, and settings screens
Status: 6 added / 6 removed UI Components — 12.6 kB (baseline 12.6 kB) • ⚪ 0 BReusable component library chunks
Status: 1 added / 1 removed Data & Services — 10.4 kB (baseline 10.4 kB) • ⚪ 0 BStores, services, APIs, and repositories
Status: 1 added / 1 removed Utilities & Hooks — 1.07 kB (baseline 1.07 kB) • ⚪ 0 BHelpers, composables, and utility bundles
Vendor & Third-Party — 5.32 MB (baseline 5.32 MB) • ⚪ 0 BExternal libraries and shared vendor chunks
Other — 2.55 MB (baseline 2.55 MB) • ⚪ 0 BBundles that do not match a named category
|
…mposable with effectScope
| ) | ||
|
|
||
| const isAutoSaveEnabled = computed( | ||
| () => settingStore.get('Comfy.Workflow.AutoSave') === 'after delay' |
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.
nit: we could make the 'after delay' a shared enum or we could try typing settingStore.get<settings['Comfy.Workflow.AutoSave']>(). (so that if this changes in the future, a type error will occur.)
shouldShowUnsavedIndicator,isActiveWorkflowModified,isActiveWorkflowPersisted).Files touched:
Validation:
pnpm lint:fixandpnpm typecheck— both passed.Manual test suggestions:
*.*.┆Issue is synchronized with this Notion page by Unito