Skip to content

Revert/undo-788f5083-ef8657bb#8353

Merged
benceruleanlu merged 2 commits intomainfrom
revert/undo-788f5083-ef8657bb
Jan 28, 2026
Merged

Revert/undo-788f5083-ef8657bb#8353
benceruleanlu merged 2 commits intomainfrom
revert/undo-788f5083-ef8657bb

Conversation

@benceruleanlu
Copy link
Member

@benceruleanlu benceruleanlu commented Jan 28, 2026

This reverts the addition of GTM for 1.38, as it was still present in the built files.

┆Issue is synchronized with this Notion page by Unito

@benceruleanlu benceruleanlu requested a review from a team as a code owner January 28, 2026 03:42
Copilot AI review requested due to automatic review settings January 28, 2026 03:42
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Jan 28, 2026
@github-actions
Copy link

github-actions bot commented Jan 28, 2026

🎨 Storybook Build Status

Build completed successfully!

⏰ Completed at: 01/28/2026, 03:44:12 AM UTC

🔗 Links


🎉 Your Storybook is ready for review!

@github-actions
Copy link

github-actions bot commented Jan 28, 2026

🎭 Playwright Tests: ⚠️ Passed with flaky tests

Results: 505 passed, 0 failed, 1 flaky, 8 skipped (Total: 514)

❌ Failed Tests

📊 Browser Reports
  • chromium: View Report (✅ 493 / ❌ 0 / ⚠️ 1 / ⏭️ 8)
  • chromium-2x: View Report (✅ 2 / ❌ 0 / ⚠️ 0 / ⏭️ 0)
  • chromium-0.5x: View Report (✅ 1 / ❌ 0 / ⚠️ 0 / ⏭️ 0)
  • mobile-chrome: View Report (✅ 9 / ❌ 0 / ⚠️ 0 / ⏭️ 0)

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 28, 2026

📝 Walkthrough

Walkthrough

Removes Google Tag Manager (GTM) telemetry infrastructure and subscription purchase tracking functionality across multiple modules. Eliminates GTM initialization, page view events, sign-up tracking, and localStorage-based purchase event tracking.

Changes

Cohort / File(s) Summary
GTM Telemetry Infrastructure
global.d.ts, src/platform/telemetry/gtm.ts
Removes GTM type definition (dataLayer property from Window interface) and entire GTM module including initGtm() initialization and pushDataLayerEvent() function
GTM Integration Points
src/main.ts, src/router.ts
Removes GTM initialization in cloud build path (main.ts) and page view event tracking on route changes (router.ts)
Authentication Telemetry
src/stores/firebaseAuthStore.ts
Removes sign-up tracking logic and trackSignUp() function invocations from register and OAuth flows; retains login telemetry via useTelemetry
Subscription Purchase Tracking
src/platform/cloud/subscription/utils/subscriptionPurchaseTracker.ts
Removes entire browser-based persistence module for pending purchases including startSubscriptionPurchaseTracking(), getPendingSubscriptionPurchase(), and clearPendingSubscriptionPurchase() functions
Subscription Tracking Integration
src/platform/cloud/subscription/composables/useSubscription.ts, src/platform/cloud/subscription/utils/subscriptionCheckoutUtil.ts
Removes subscription purchase event tracking calls and related imports; simplifies buildApiUrl function definition
Subscription Tracking Tests
src/platform/cloud/subscription/composables/useSubscription.test.ts
Removes test case for purchase event verification and localStorage cleanup flow

Possibly Related PRs

Suggested Reviewers

  • christian-byrne
  • KarryCharon
  • shinshin86
  • Yorha4D
✨ Finishing touches
  • 📝 Generate docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reverts the Google Tag Manager (GTM) integration that was added for version 1.38. The revert removes all GTM tracking functionality including initialization, event tracking for sign-ups, page views, and subscription purchases.

Changes:

  • Removed GTM initialization and core tracking infrastructure
  • Removed user sign-up tracking for email, Google, and GitHub authentication methods
  • Removed page view tracking from the router
  • Removed subscription purchase tracking and related utilities

Reviewed changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/stores/firebaseAuthStore.ts Removed GTM import, pushDataLayerEvent, hashSha256, trackSignUp functions, and all sign-up tracking calls
src/router.ts Removed GTM import, pushPageView function, and router afterEach hook for page view tracking
src/platform/telemetry/gtm.ts Deleted entire file containing GTM initialization and event tracking functions
src/platform/cloud/subscription/utils/subscriptionPurchaseTracker.ts Deleted entire file managing pending subscription purchase state in localStorage
src/platform/cloud/subscription/utils/subscriptionCheckoutUtil.ts Removed import and call to startSubscriptionPurchaseTracking
src/platform/cloud/subscription/composables/useSubscription.ts Removed GTM and purchase tracker imports, removed trackSubscriptionPurchase function and its invocation
src/platform/cloud/subscription/composables/useSubscription.test.ts Removed test case for purchase event tracking
src/main.ts Removed GTM initialization call in cloud distribution
global.d.ts Removed dataLayer type definition from Window interface

@github-actions
Copy link

Bundle Size Report

Summary

  • Raw size: 22.1 MB baseline 22.1 MB — 🟢 -7.44 kB
  • Gzip: 4.59 MB baseline 4.59 MB — 🟢 -2.6 kB
  • Brotli: 3.41 MB baseline 3.41 MB — 🟢 -2.47 kB
  • Bundles: 173 current • 176 baseline • 171 added / 174 removed

Category Glance
Data & Services 🟢 -3.46 kB (2.7 MB) · Other 🟢 -2.79 kB (7.04 MB) · App Entry Points 🟢 -690 B (22.9 kB) · Utilities & Hooks 🟢 -229 B (25.2 kB) · Graph Workspace 🟢 -103 B (961 kB) · Panels & Settings 🟢 -88 B (470 kB) · + 5 more

Per-category breakdown
App Entry Points — 22.9 kB (baseline 23.6 kB) • 🟢 -690 B

Main entry bundles and manifests

File Before After Δ Raw Δ Gzip Δ Brotli
assets/index-VF9TnRVH.js (removed) 23.6 kB 🟢 -23.6 kB 🟢 -7.09 kB 🟢 -6.23 kB
assets/index-9PH9sTgs.js (new) 22.9 kB 🔴 +22.9 kB 🔴 +6.89 kB 🔴 +6.06 kB

Status: 1 added / 1 removed

Graph Workspace — 961 kB (baseline 961 kB) • 🟢 -103 B

Graph editor runtime, canvas, workflow orchestration

File Before After Δ Raw Δ Gzip Δ Brotli
assets/GraphView-BaM2J87T.js (removed) 961 kB 🟢 -961 kB 🟢 -195 kB 🟢 -147 kB
assets/GraphView-8WrVDvCX.js (new) 961 kB 🔴 +961 kB 🔴 +194 kB 🔴 +147 kB

Status: 1 added / 1 removed

Views & Navigation — 80.7 kB (baseline 80.7 kB) • 🟢 -36 B

Top-level views, pages, and routed surfaces

File Before After Δ Raw Δ Gzip Δ Brotli
assets/CloudSurveyView-Cl0BXTEu.js (removed) 17.1 kB 🟢 -17.1 kB 🟢 -3.6 kB 🟢 -3.05 kB
assets/CloudSurveyView-DM9u-yZN.js (new) 17.1 kB 🔴 +17.1 kB 🔴 +3.6 kB 🔴 +3.05 kB
assets/CloudLoginView-r7Z-J4ZZ.js (new) 11.8 kB 🔴 +11.8 kB 🔴 +3.09 kB 🔴 +2.72 kB
assets/CloudLoginView-YxukcLRm.js (removed) 11.8 kB 🟢 -11.8 kB 🟢 -3.09 kB 🟢 -2.72 kB
assets/UserCheckView-Bd0QNPhd.js (new) 10.5 kB 🔴 +10.5 kB 🔴 +2.44 kB 🔴 +2.13 kB
assets/UserCheckView-CPVEf-Sb.js (removed) 10.5 kB 🟢 -10.5 kB 🟢 -2.44 kB 🟢 -2.13 kB
assets/CloudLayoutView-CofD0xIq.js (removed) 8.54 kB 🟢 -8.54 kB 🟢 -2.24 kB 🟢 -1.95 kB
assets/CloudLayoutView-TBTiKFaQ.js (new) 8.54 kB 🔴 +8.54 kB 🔴 +2.24 kB 🔴 +1.96 kB
assets/CloudSignupView-BtEY2t5f.js (removed) 8.22 kB 🟢 -8.22 kB 🟢 -2.34 kB 🟢 -2.03 kB
assets/CloudSignupView-hbwvI7HV.js (new) 8.18 kB 🔴 +8.18 kB 🔴 +2.33 kB 🔴 +2.02 kB
assets/CloudForgotPasswordView-BmQ-G29c.js (removed) 6.26 kB 🟢 -6.26 kB 🟢 -1.93 kB 🟢 -1.69 kB
assets/CloudForgotPasswordView-Dp6wLfu8.js (new) 6.26 kB 🔴 +6.26 kB 🔴 +1.92 kB 🔴 +1.69 kB
assets/UserSelectView-C5sGjeDB.js (new) 5.28 kB 🔴 +5.28 kB 🔴 +1.76 kB 🔴 +1.57 kB
assets/UserSelectView-D8teghqL.js (removed) 5.28 kB 🟢 -5.28 kB 🟢 -1.76 kB 🟢 -1.58 kB
assets/CloudSubscriptionRedirectView-D0R_tAfp.js (removed) 5.27 kB 🟢 -5.27 kB 🟢 -1.73 kB 🟢 -1.53 kB
assets/CloudSubscriptionRedirectView-DmQvCJc7.js (new) 5.27 kB 🔴 +5.27 kB 🔴 +1.73 kB 🔴 +1.54 kB
assets/CloudAuthTimeoutView-CWrw_-eS.js (new) 5.24 kB 🔴 +5.24 kB 🔴 +1.7 kB 🔴 +1.49 kB
assets/CloudAuthTimeoutView-V7XuUTdm.js (removed) 5.24 kB 🟢 -5.24 kB 🟢 -1.71 kB 🟢 -1.48 kB
assets/CloudSorryContactSupportView-Db6AhoR8.js (new) 1.97 kB 🔴 +1.97 kB 🔴 +701 B 🔴 +620 B
assets/CloudSorryContactSupportView-DPSDjCKF.js (removed) 1.97 kB 🟢 -1.97 kB 🟢 -705 B 🟢 -626 B
assets/layout-C3IYFApg.js (new) 500 B 🔴 +500 B 🔴 +309 B 🔴 +266 B
assets/layout-ouzJzFyy.js (removed) 500 B 🟢 -500 B 🟢 -308 B 🟢 -264 B

Status: 11 added / 11 removed

Panels & Settings — 470 kB (baseline 470 kB) • 🟢 -88 B

Configuration panels, inspectors, and settings screens

File Before After Δ Raw Δ Gzip Δ Brotli
assets/settings-DaS3cSXp.js (new) 39.4 kB 🔴 +39.4 kB 🔴 +9.43 kB 🔴 +7.5 kB
assets/settings-DdPwS08h.js (removed) 39.4 kB 🟢 -39.4 kB 🟢 -9.43 kB 🟢 -7.5 kB
assets/settings-DaK-NByz.js (new) 35.2 kB 🔴 +35.2 kB 🔴 +8.11 kB 🔴 +6.79 kB
assets/settings-yUgaGSFI.js (removed) 35.2 kB 🟢 -35.2 kB 🟢 -8.11 kB 🟢 -6.79 kB
assets/settings-2UNjEj6k.js (new) 32.9 kB 🔴 +32.9 kB 🔴 +7.85 kB 🔴 +6.37 kB
assets/settings-CBT5fUQX.js (removed) 32.9 kB 🟢 -32.9 kB 🟢 -7.85 kB 🟢 -6.38 kB
assets/settings-DWbMuaAa.js (new) 32 kB 🔴 +32 kB 🔴 +8.25 kB 🔴 +6.86 kB
assets/settings-pjwHe3bJ.js (removed) 32 kB 🟢 -32 kB 🟢 -8.25 kB 🟢 -6.86 kB
assets/settings-B2OMGvh7.js (new) 31.2 kB 🔴 +31.2 kB 🔴 +7.94 kB 🔴 +6.93 kB
assets/settings-BvViWXfv.js (removed) 31.2 kB 🟢 -31.2 kB 🟢 -7.94 kB 🟢 -6.91 kB
assets/settings-DqMxzK_S.js (removed) 30.4 kB 🟢 -30.4 kB 🟢 -7.79 kB 🟢 -6.81 kB
assets/settings-S7pA60Hj.js (new) 30.4 kB 🔴 +30.4 kB 🔴 +7.79 kB 🔴 +6.79 kB
assets/settings-Cr7txePz.js (removed) 30.2 kB 🟢 -30.2 kB 🟢 -7.67 kB 🟢 -6.5 kB
assets/settings-CZ62uO3e.js (new) 30.2 kB 🔴 +30.2 kB 🔴 +7.67 kB 🔴 +6.5 kB
assets/WorkspacePanel-DRVSt7HI.js (new) 29.8 kB 🔴 +29.8 kB 🔴 +5.89 kB 🔴 +5.14 kB
assets/WorkspacePanel-xd34u6pP.js (removed) 29.8 kB 🟢 -29.8 kB 🟢 -5.89 kB 🟢 -5.13 kB
assets/settings-BcujOfpn.js (new) 29.6 kB 🔴 +29.6 kB 🔴 +7.53 kB 🔴 +6.49 kB
assets/settings-Bd_PrHyW.js (removed) 29.6 kB 🟢 -29.6 kB 🟢 -7.53 kB 🟢 -6.49 kB
assets/settings--v6Wg3FT.js (removed) 29.4 kB 🟢 -29.4 kB 🟢 -7.89 kB 🟢 -6.53 kB
assets/settings-BI09_t23.js (new) 29.4 kB 🔴 +29.4 kB 🔴 +7.89 kB 🔴 +6.52 kB
assets/settings-BlTun9tZ.js (new) 26.4 kB 🔴 +26.4 kB 🔴 +7.78 kB 🔴 +6.27 kB
assets/settings-Dwt3wMav.js (removed) 26.4 kB 🟢 -26.4 kB 🟢 -7.78 kB 🟢 -6.26 kB
assets/settings-6AWMdbEo.js (removed) 25.8 kB 🟢 -25.8 kB 🟢 -7.56 kB 🟢 -5.89 kB
assets/settings-BKamuseh.js (new) 25.8 kB 🔴 +25.8 kB 🔴 +7.56 kB 🔴 +5.91 kB
assets/LegacyCreditsPanel-CVC-0mRm.js (removed) 23.8 kB 🟢 -23.8 kB 🟢 -5.94 kB 🟢 -5.23 kB
assets/LegacyCreditsPanel-npJK09xh.js (new) 23.8 kB 🔴 +23.8 kB 🔴 +5.95 kB 🔴 +5.22 kB
assets/SubscriptionPanel-Crl30aDd.js (removed) 21 kB 🟢 -21 kB 🟢 -5.05 kB 🟢 -4.46 kB
assets/SubscriptionPanel-BQdzdH5u.js (new) 21 kB 🔴 +21 kB 🔴 +5.02 kB 🔴 +4.42 kB
assets/KeybindingPanel-BlCy_k35.js (new) 14.2 kB 🔴 +14.2 kB 🔴 +3.74 kB 🔴 +3.31 kB
assets/KeybindingPanel-nKEazheu.js (removed) 14.2 kB 🟢 -14.2 kB 🟢 -3.74 kB 🟢 -3.31 kB
assets/AboutPanel-BHfOCm4R.js (new) 10.8 kB 🔴 +10.8 kB 🔴 +2.68 kB 🔴 +2.43 kB
assets/AboutPanel-BDUjvT5w.js (removed) 10.8 kB 🟢 -10.8 kB 🟢 -2.68 kB 🟢 -2.42 kB
assets/ExtensionPanel-CCeHQNt6.js (new) 10.2 kB 🔴 +10.2 kB 🔴 +2.71 kB 🔴 +2.4 kB
assets/ExtensionPanel-DtNCRssX.js (removed) 10.2 kB 🟢 -10.2 kB 🟢 -2.71 kB 🟢 -2.4 kB
assets/ServerConfigPanel-CBQ6Cgh-.js (removed) 7.26 kB 🟢 -7.26 kB 🟢 -2.18 kB 🟢 -1.95 kB
assets/ServerConfigPanel-ORIVyjkd.js (new) 7.23 kB 🔴 +7.23 kB 🔴 +2.17 kB 🔴 +1.94 kB
assets/UserPanel-C_A_DIJr.js (removed) 6.58 kB 🟢 -6.58 kB 🟢 -1.9 kB 🟢 -1.67 kB
assets/UserPanel-CccDam4t.js (new) 6.58 kB 🔴 +6.58 kB 🔴 +1.9 kB 🔴 +1.67 kB
assets/config-7fwyFDVl.js (removed) 1.16 kB 🟢 -1.16 kB 🟢 -604 B 🟢 -531 B
assets/config-B8K_mh4W.js (new) 1.15 kB 🔴 +1.15 kB 🔴 +605 B 🔴 +532 B
assets/refreshRemoteConfig-B4DrwVWG.js (removed) 1.14 kB 🟢 -1.14 kB 🟢 -524 B 🟢 -464 B
assets/refreshRemoteConfig-Bielerqd.js (new) 1.14 kB 🔴 +1.14 kB 🔴 +521 B 🔴 +453 B
assets/cloudRemoteConfig-CMrZivs-.js (removed) 1.11 kB 🟢 -1.11 kB 🟢 -508 B 🟢 -434 B
assets/cloudRemoteConfig-DKZdK4SR.js (new) 1.11 kB 🔴 +1.11 kB 🔴 +506 B 🔴 +434 B
assets/remoteConfig-BfvcASY0.js (removed) 536 B 🟢 -536 B 🟢 -314 B 🟢 -278 B
assets/remoteConfig-DlUK-xIk.js (new) 536 B 🔴 +536 B 🔴 +313 B 🔴 +278 B
assets/refreshRemoteConfig-DuxjA-go.js (removed) 169 B 🟢 -169 B 🟢 -108 B 🟢 -103 B
assets/refreshRemoteConfig-NbtqAOIe.js (new) 169 B 🔴 +169 B 🔴 +108 B 🔴 +102 B

Status: 24 added / 24 removed

User & Accounts — 3.94 kB (baseline 3.94 kB) • ⚪ 0 B

Authentication, profile, and account management bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/auth-DFeEqv64.js (new) 3.54 kB 🔴 +3.54 kB 🔴 +1.24 kB 🔴 +1.06 kB
assets/auth-jQJwVngF.js (removed) 3.54 kB 🟢 -3.54 kB 🟢 -1.24 kB 🟢 -1.05 kB
assets/firebaseAuthStore-1BzmV-u1.js (new) 217 B 🔴 +217 B 🔴 +136 B 🔴 +116 B
assets/firebaseAuthStore-BM4n6w41.js (removed) 217 B 🟢 -217 B 🟢 -136 B 🟢 -117 B
assets/auth-B4H63Fyu.js (removed) 178 B 🟢 -178 B 🟢 -142 B 🟢 -133 B
assets/auth-DLOtH-Ex.js (new) 178 B 🔴 +178 B 🔴 +142 B 🔴 +129 B

Status: 3 added / 3 removed

Editors & Dialogs — 2.86 kB (baseline 2.9 kB) • 🟢 -48 B

Modals, dialogs, drawers, and in-app editors

File Before After Δ Raw Δ Gzip Δ Brotli
assets/useSubscriptionDialog-CHw8opi9.js (removed) 2.73 kB 🟢 -2.73 kB 🟢 -1.29 kB 🟢 -1.15 kB
assets/useSubscriptionDialog-CV77tvyi.js (new) 2.68 kB 🔴 +2.68 kB 🔴 +1.26 kB 🔴 +1.13 kB
assets/useSubscriptionDialog-5gyXt30R.js (new) 179 B 🔴 +179 B 🔴 +110 B 🔴 +94 B
assets/useSubscriptionDialog-TAuTzdQj.js (removed) 179 B 🟢 -179 B 🟢 -110 B 🟢 -95 B

Status: 2 added / 2 removed

UI Components — 33.7 kB (baseline 33.7 kB) • ⚪ 0 B

Reusable component library chunks

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyQueueButton--WSYaXQJ.js (removed) 9.52 kB 🟢 -9.52 kB 🟢 -2.69 kB 🟢 -2.42 kB
assets/ComfyQueueButton-B1QS9NmH.js (new) 9.52 kB 🔴 +9.52 kB 🔴 +2.69 kB 🔴 +2.42 kB
assets/TopbarBadge-BISB98D1.js (new) 8.36 kB 🔴 +8.36 kB 🔴 +1.97 kB 🔴 +1.76 kB
assets/TopbarBadge-evNElHF1.js (removed) 8.36 kB 🟢 -8.36 kB 🟢 -1.97 kB 🟢 -1.75 kB
assets/SubscribeButton-ai4Dq01y.js (removed) 4.63 kB 🟢 -4.63 kB 🟢 -1.56 kB 🟢 -1.38 kB
assets/SubscribeButton-C3Devr1A.js (new) 4.63 kB 🔴 +4.63 kB 🔴 +1.56 kB 🔴 +1.39 kB
assets/Button-DMDKiCng.js (removed) 3.82 kB 🟢 -3.82 kB 🟢 -1.39 kB 🟢 -1.23 kB
assets/Button-iHso5Wzi.js (new) 3.82 kB 🔴 +3.82 kB 🔴 +1.38 kB 🔴 +1.23 kB
assets/WidgetButton-B6DswKC4.js (new) 2.41 kB 🔴 +2.41 kB 🔴 +980 B 🔴 +894 B
assets/WidgetButton-BGT7rdIi.js (removed) 2.41 kB 🟢 -2.41 kB 🟢 -981 B 🟢 -884 B
assets/CloudBadge-C8RdkOOk.js (removed) 1.85 kB 🟢 -1.85 kB 🟢 -718 B 🟢 -641 B
assets/CloudBadge-W_53dSio.js (new) 1.85 kB 🔴 +1.85 kB 🔴 +719 B 🔴 +640 B
assets/UserAvatar-BcT4RJD_.js (removed) 1.73 kB 🟢 -1.73 kB 🟢 -725 B 🟢 -635 B
assets/UserAvatar-CndbQENT.js (new) 1.73 kB 🔴 +1.73 kB 🔴 +725 B 🔴 +635 B
assets/cloudFeedbackTopbarButton-BD4rZULl.js (new) 1.24 kB 🔴 +1.24 kB 🔴 +675 B 🔴 +573 B
assets/cloudFeedbackTopbarButton-CsflK9-c.js (removed) 1.24 kB 🟢 -1.24 kB 🟢 -674 B 🟢 -573 B
assets/ComfyQueueButton-C_Wh8IwR.js (removed) 181 B 🟢 -181 B 🟢 -118 B 🟢 -108 B
assets/ComfyQueueButton-DitWSzPn.js (new) 181 B 🔴 +181 B 🔴 +118 B 🔴 +122 B

Status: 9 added / 9 removed

Data & Services — 2.7 MB (baseline 2.71 MB) • 🟢 -3.46 kB

Stores, services, APIs, and repositories

File Before After Δ Raw Δ Gzip Δ Brotli
assets/dialogService-CHyY2Brs.js (removed) 2.01 MB 🟢 -2.01 MB 🟢 -425 kB 🟢 -324 kB
assets/dialogService-BJyI1TtR.js (new) 2 MB 🔴 +2 MB 🔴 +424 kB 🔴 +324 kB
assets/api-BTTIHMWM.js (new) 672 kB 🔴 +672 kB 🔴 +148 kB 🔴 +118 kB
assets/api-BAhT2rUq.js (removed) 672 kB 🟢 -672 kB 🟢 -148 kB 🟢 -118 kB
assets/releaseStore-0i91Dpgp.js (removed) 8.94 kB 🟢 -8.94 kB 🟢 -2.41 kB 🟢 -2.13 kB
assets/releaseStore-DDJaSFJR.js (new) 8.91 kB 🔴 +8.91 kB 🔴 +2.4 kB 🔴 +2.12 kB
assets/keybindingService-Bq9XXSYu.js (removed) 6.78 kB 🟢 -6.78 kB 🟢 -1.74 kB 🟢 -1.52 kB
assets/keybindingService-Cyj0LaOH.js (new) 6.78 kB 🔴 +6.78 kB 🔴 +1.74 kB 🔴 +1.52 kB
assets/bootstrapStore-B68VhKQJ.js (removed) 2.73 kB 🟢 -2.73 kB 🟢 -1.04 kB 🟢 -974 B
assets/bootstrapStore-C0V8H1JY.js (new) 2.69 kB 🔴 +2.69 kB 🔴 +1.03 kB 🔴 +950 B
assets/serverConfigStore-Bx_up0Gg.js (removed) 2.64 kB 🟢 -2.64 kB 🟢 -878 B 🟢 -779 B
assets/serverConfigStore-rKMIA1W-.js (new) 2.64 kB 🔴 +2.64 kB 🔴 +877 B 🔴 +778 B
assets/userStore-C4wAtLXi.js (new) 2.16 kB 🔴 +2.16 kB 🔴 +811 B 🔴 +726 B
assets/userStore-CwRf8UlY.js (removed) 2.16 kB 🟢 -2.16 kB 🟢 -813 B 🟢 -724 B
assets/audioService-Dc9acY4X.js (new) 2.03 kB 🔴 +2.03 kB 🔴 +930 B 🔴 +810 B
assets/audioService-tucpIblj.js (removed) 2.03 kB 🟢 -2.03 kB 🟢 -929 B 🟢 -809 B
assets/teamWorkspaceStore-Cbwo4xAf.js (new) 165 B 🔴 +165 B 🔴 +123 B 🔴 +106 B
assets/teamWorkspaceStore-DmikhpAA.js (removed) 165 B 🟢 -165 B 🟢 -123 B 🟢 -113 B
assets/releaseStore-DHDrFLms.js (new) 140 B 🔴 +140 B 🔴 +106 B 🔴 +106 B
assets/releaseStore-DRMDScCB.js (removed) 140 B 🟢 -140 B 🟢 -106 B 🟢 -108 B

Status: 10 added / 10 removed

Utilities & Hooks — 25.2 kB (baseline 25.5 kB) • 🟢 -229 B

Helpers, composables, and utility bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/colorUtil-D9PHPF1v.js (new) 7.2 kB 🔴 +7.2 kB 🔴 +2.22 kB 🔴 +1.96 kB
assets/colorUtil-DqLCx1BB.js (removed) 7.2 kB 🟢 -7.2 kB 🟢 -2.22 kB 🟢 -1.96 kB
assets/useErrorHandling-jtpiriJo.js (removed) 5.15 kB 🟢 -5.15 kB 🟢 -1.52 kB 🟢 -1.33 kB
assets/useErrorHandling-C0_62-ou.js (new) 5.12 kB 🔴 +5.12 kB 🔴 +1.51 kB 🔴 +1.32 kB
assets/useWorkspaceUI-BdNMDo51.js (removed) 3.42 kB 🟢 -3.42 kB 🟢 -976 B 🟢 -847 B
assets/useWorkspaceUI-BRRpoRho.js (new) 3.42 kB 🔴 +3.42 kB 🔴 +973 B 🔴 +842 B
assets/subscriptionCheckoutUtil-CFbc5TLE.js (removed) 2.23 kB 🟢 -2.23 kB 🟢 -909 B 🟢 -799 B
assets/useSubscriptionActions-BVT7ugOz.js (new) 2.22 kB 🔴 +2.22 kB 🔴 +870 B 🔴 +762 B
assets/useSubscriptionActions-DD-NQvr0.js (removed) 2.22 kB 🟢 -2.22 kB 🟢 -868 B 🟢 -754 B
assets/subscriptionCheckoutUtil-CmXLSdfp.js (new) 2.03 kB 🔴 +2.03 kB 🔴 +871 B 🔴 +761 B
assets/markdownRendererUtil-BaRQfvQB.js (new) 1.78 kB 🔴 +1.78 kB 🔴 +885 B 🔴 +774 B
assets/markdownRendererUtil-CE67zEoD.js (removed) 1.78 kB 🟢 -1.78 kB 🟢 -886 B 🟢 -774 B
assets/useSubscriptionCredits-BLshXdb8.js (new) 1.39 kB 🔴 +1.39 kB 🔴 +597 B 🔴 +533 B
assets/useSubscriptionCredits-BmLl5nzk.js (removed) 1.39 kB 🟢 -1.39 kB 🟢 -600 B 🟢 -528 B
assets/audioUtils-CT8VqdiW.js (new) 970 B 🔴 +970 B 🔴 +548 B 🔴 +457 B
assets/audioUtils-tl7SflNJ.js (removed) 970 B 🟢 -970 B 🟢 -547 B 🟢 -483 B
assets/tailwindUtil-_s9SadH1.js (removed) 488 B 🟢 -488 B 🟢 -296 B 🟢 -267 B
assets/tailwindUtil-BZpXL7of.js (new) 488 B 🔴 +488 B 🔴 +296 B 🔴 +269 B
assets/_plugin-vue_export-helper-D8rH49Eq.js (removed) 467 B 🟢 -467 B 🟢 -270 B 🟢 -243 B
assets/_plugin-vue_export-helper-DuK_Fly3.js (new) 467 B 🔴 +467 B 🔴 +270 B 🔴 +243 B
assets/useCurrentUser-Cs1kwjuu.js (removed) 145 B 🟢 -145 B 🟢 -114 B 🟢 -99 B
assets/useCurrentUser-Dnsnjo95.js (new) 145 B 🔴 +145 B 🔴 +114 B 🔴 +99 B

Status: 11 added / 11 removed

Vendor & Third-Party — 10.7 MB (baseline 10.7 MB) • ⚪ 0 B

External libraries and shared vendor chunks

File Before After Δ Raw Δ Gzip Δ Brotli
assets/vendor-other-CqVFsPgr.js (new) 4.1 MB 🔴 +4.1 MB 🔴 +869 kB 🔴 +674 kB
assets/vendor-other-kYGuXLQE.js (removed) 4.1 MB 🟢 -4.1 MB 🟢 -869 kB 🟢 -675 kB
assets/vendor-primevue-bkmKwsUf.js (new) 3.04 MB 🔴 +3.04 MB 🔴 +560 kB 🔴 +329 kB
assets/vendor-primevue-C6oIq5r_.js (removed) 3.04 MB 🟢 -3.04 MB 🟢 -560 kB 🟢 -329 kB
assets/vendor-three-BeIVXtul.js (new) 1.83 MB 🔴 +1.83 MB 🔴 +391 kB 🔴 +283 kB
assets/vendor-three-DyMKDuqR.js (removed) 1.83 MB 🟢 -1.83 MB 🟢 -391 kB 🟢 -283 kB
assets/vendor-tiptap-DdP0ccEc.js (new) 650 kB 🔴 +650 kB 🔴 +152 kB 🔴 +122 kB
assets/vendor-tiptap-TV831oRr.js (removed) 650 kB 🟢 -650 kB 🟢 -152 kB 🟢 -122 kB
assets/vendor-chart-BD4LLnJB.js (new) 408 kB 🔴 +408 kB 🔴 +98.6 kB 🔴 +80.6 kB
assets/vendor-chart-CKfqpTaz.js (removed) 408 kB 🟢 -408 kB 🟢 -98.6 kB 🟢 -80.6 kB
assets/vendor-xterm-B0dJmw9h.js (removed) 398 kB 🟢 -398 kB 🟢 -79.3 kB 🟢 -63.5 kB
assets/vendor-xterm-Ce2gRtuj.js (new) 398 kB 🔴 +398 kB 🔴 +79.3 kB 🔴 +63.5 kB
assets/vendor-reka-ui-BIaZqDUN.js (removed) 256 kB 🟢 -256 kB 🟢 -50.6 kB 🟢 -42.1 kB
assets/vendor-reka-ui-DCUHeuwM.js (new) 256 kB 🔴 +256 kB 🔴 +50.6 kB 🔴 +42.1 kB
assets/vendor-vue-BiXzLAAm.js (new) 13.6 kB 🔴 +13.6 kB 🔴 +4.38 kB 🔴 +3.92 kB
assets/vendor-vue-DzppPAJv.js (removed) 13.6 kB 🟢 -13.6 kB 🟢 -4.38 kB 🟢 -3.92 kB

Status: 8 added / 8 removed

Other — 7.04 MB (baseline 7.04 MB) • 🟢 -2.79 kB

Bundles that do not match a named category

File Before After Δ Raw Δ Gzip Δ Brotli
assets/i18n-DRm-ok3j.js (new) 496 kB 🔴 +496 kB 🔴 +95.8 kB 🔴 +71.4 kB
assets/i18n-DRP_FUVU.js (removed) 496 kB 🟢 -496 kB 🟢 -95.8 kB 🟢 -71.4 kB
assets/nodeDefs-Bg1UEeRw.js (new) 448 kB 🔴 +448 kB 🔴 +69.9 kB 🔴 +45.2 kB
assets/nodeDefs-CvJk0KJv.js (removed) 448 kB 🟢 -448 kB 🟢 -69.9 kB 🟢 -45 kB
assets/nodeDefs-B68z80AD.js (new) 413 kB 🔴 +413 kB 🔴 +63.4 kB 🔴 +41.8 kB
assets/nodeDefs-DMSL5DLd.js (removed) 413 kB 🟢 -413 kB 🟢 -63.4 kB 🟢 -41.8 kB
assets/nodeDefs-Bnfj3jVd.js (removed) 412 kB 🟢 -412 kB 🟢 -65.4 kB 🟢 -43.1 kB
assets/nodeDefs-qCfy7PeV.js (new) 412 kB 🔴 +412 kB 🔴 +65.4 kB 🔴 +43.1 kB
assets/nodeDefs-DxR-7ogK.js (new) 383 kB 🔴 +383 kB 🔴 +63.8 kB 🔴 +41.6 kB
assets/nodeDefs-eLEyykRM.js (removed) 383 kB 🟢 -383 kB 🟢 -63.8 kB 🟢 -41.6 kB
assets/nodeDefs-CinCueZ7.js (new) 373 kB 🔴 +373 kB 🔴 +62.5 kB 🔴 +41.2 kB
assets/nodeDefs-CJdnE3iS.js (removed) 373 kB 🟢 -373 kB 🟢 -62.5 kB 🟢 -41.3 kB
assets/nodeDefs-CUtkGNC5.js (removed) 369 kB 🟢 -369 kB 🟢 -60.9 kB 🟢 -41.8 kB
assets/nodeDefs-xDY-sSQw.js (new) 369 kB 🔴 +369 kB 🔴 +60.9 kB 🔴 +41.7 kB
assets/nodeDefs-DKHHBXVW.js (new) 369 kB 🔴 +369 kB 🔴 +62.2 kB 🔴 +42.6 kB
assets/nodeDefs-Dun_mUNl.js (removed) 369 kB 🟢 -369 kB 🟢 -62.2 kB 🟢 -42.6 kB
assets/nodeDefs-BOtpSRhY.js (removed) 366 kB 🟢 -366 kB 🟢 -59.8 kB 🟢 -41 kB
assets/nodeDefs-DgzjkU5p.js (new) 366 kB 🔴 +366 kB 🔴 +59.8 kB 🔴 +41 kB
assets/nodeDefs-B0UaQKt6.js (new) 363 kB 🔴 +363 kB 🔴 +59 kB 🔴 +40.3 kB
assets/nodeDefs-mMDG_apG.js (removed) 363 kB 🟢 -363 kB 🟢 -59 kB 🟢 -40.4 kB
assets/nodeDefs-Dn1Haq99.js (new) 342 kB 🔴 +342 kB 🔴 +61.2 kB 🔴 +40.3 kB
assets/nodeDefs-Q0xInTMU.js (removed) 342 kB 🟢 -342 kB 🟢 -61.2 kB 🟢 -40.3 kB
assets/nodeDefs-CicFSATk.js (new) 339 kB 🔴 +339 kB 🔴 +60.2 kB 🔴 +39 kB
assets/nodeDefs-wT_xujHW.js (removed) 339 kB 🟢 -339 kB 🟢 -60.2 kB 🟢 -39 kB
assets/core-CsLjrjhe.js (removed) 180 kB 🟢 -180 kB 🟢 -43.4 kB 🟢 -36.2 kB
assets/core-BRLAwnNR.js (new) 180 kB 🔴 +180 kB 🔴 +43.3 kB 🔴 +36.2 kB
assets/main-CI3jqob9.js (removed) 172 kB 🟢 -172 kB 🟢 -45.5 kB 🟢 -36.1 kB
assets/main-DVGct6t3.js (new) 172 kB 🔴 +172 kB 🔴 +45.5 kB 🔴 +36 kB
assets/main-CgEoH02C.js (removed) 154 kB 🟢 -154 kB 🟢 -41 kB 🟢 -33.1 kB
assets/main-mdvCJJpq.js (new) 154 kB 🔴 +154 kB 🔴 +41 kB 🔴 +33.1 kB
assets/main-CKO629VV.js (removed) 150 kB 🟢 -150 kB 🟢 -41.1 kB 🟢 -32.8 kB
assets/main-Do-oawDh.js (new) 150 kB 🔴 +150 kB 🔴 +41.1 kB 🔴 +32.8 kB
assets/main-DcZO51UE.js (removed) 143 kB 🟢 -143 kB 🟢 -40.9 kB 🟢 -32.8 kB
assets/main-DpM2tcEq.js (new) 143 kB 🔴 +143 kB 🔴 +40.9 kB 🔴 +32.7 kB
assets/main-CL7lQuTU.js (removed) 132 kB 🟢 -132 kB 🟢 -39.6 kB 🟢 -33.2 kB
assets/main-DcPG2fUX.js (new) 132 kB 🔴 +132 kB 🔴 +39.6 kB 🔴 +33.2 kB
assets/main-B-fN60cC.js (new) 129 kB 🔴 +129 kB 🔴 +38.9 kB 🔴 +31.4 kB
assets/main-K82I8n9k.js (removed) 129 kB 🟢 -129 kB 🟢 -38.9 kB 🟢 -31.4 kB
assets/main-Cz7KlYu8.js (removed) 128 kB 🟢 -128 kB 🟢 -38.4 kB 🟢 -31.8 kB
assets/main-DQY0Poqn.js (new) 128 kB 🔴 +128 kB 🔴 +38.4 kB 🔴 +31.8 kB
assets/main-DPjf0Yxm.js (removed) 125 kB 🟢 -125 kB 🟢 -38.6 kB 🟢 -32.3 kB
assets/main-Fbu5slCi.js (new) 125 kB 🔴 +125 kB 🔴 +38.6 kB 🔴 +32.3 kB
assets/main-_Vi60AGa.js (new) 125 kB 🔴 +125 kB 🔴 +38 kB 🔴 +31.9 kB
assets/main-D1SebohP.js (removed) 125 kB 🟢 -125 kB 🟢 -38 kB 🟢 -31.9 kB
assets/main-3xQXroMq.js (new) 112 kB 🔴 +112 kB 🔴 +38.1 kB 🔴 +30.3 kB
assets/main-BYMeROYU.js (removed) 112 kB 🟢 -112 kB 🟢 -38.1 kB 🟢 -30.2 kB
assets/main-De_XRzjK.js (removed) 111 kB 🟢 -111 kB 🟢 -38.1 kB 🟢 -30.1 kB
assets/main-DFa_s6l5.js (new) 111 kB 🔴 +111 kB 🔴 +38.1 kB 🔴 +30.1 kB
assets/WidgetSelect-Bko2uR7O.js (removed) 51 kB 🟢 -51 kB 🟢 -11.3 kB 🟢 -9.81 kB
assets/WidgetSelect-FVost0iS.js (new) 51 kB 🔴 +51 kB 🔴 +11.2 kB 🔴 +9.81 kB
assets/Load3DControls-Dmt1baeP.js (new) 35.9 kB 🔴 +35.9 kB 🔴 +5.87 kB 🔴 +5.08 kB
assets/Load3DControls-ZTebC-GJ.js (removed) 35.9 kB 🟢 -35.9 kB 🟢 -5.87 kB 🟢 -5.08 kB
assets/SubscriptionRequiredDialogContent-DgpRNtVW.js (removed) 28.7 kB 🟢 -28.7 kB 🟢 -6.79 kB 🟢 -5.91 kB
assets/SubscriptionRequiredDialogContent-DN-bSLI4.js (new) 28.7 kB 🔴 +28.7 kB 🔴 +6.78 kB 🔴 +5.92 kB
assets/CurrentUserPopoverWorkspace-Ca1Eoz3n.js (removed) 22.2 kB 🟢 -22.2 kB 🟢 -4.99 kB 🟢 -4.42 kB
assets/CurrentUserPopoverWorkspace-D4VJxFLj.js (new) 22.2 kB 🔴 +22.2 kB 🔴 +4.99 kB 🔴 +4.43 kB
assets/Load3D-D3bKEBJ2.js (removed) 20.9 kB 🟢 -20.9 kB 🟢 -4.58 kB 🟢 -4.02 kB
assets/Load3D-JmUmK3V3.js (new) 20.9 kB 🔴 +20.9 kB 🔴 +4.58 kB 🔴 +4.01 kB
assets/commands-DIyyDM8B.js (removed) 20.6 kB 🟢 -20.6 kB 🟢 -3.96 kB 🟢 -3.07 kB
assets/commands-DXauvccL.js (new) 20.6 kB 🔴 +20.6 kB 🔴 +3.96 kB 🔴 +3.09 kB
assets/commands-C6piRza5.js (new) 19.3 kB 🔴 +19.3 kB 🔴 +3.68 kB 🔴 +2.87 kB
assets/commands-D5s7OQ2Y.js (removed) 19.3 kB 🟢 -19.3 kB 🟢 -3.68 kB 🟢 -2.83 kB
assets/commands-B2kaqXwB.js (removed) 19.3 kB 🟢 -19.3 kB 🟢 -3.69 kB 🟢 -2.91 kB
assets/commands-D1595tOr.js (new) 19.3 kB 🔴 +19.3 kB 🔴 +3.69 kB 🔴 +2.9 kB
assets/commands-Cf8Zq1td.js (new) 18.8 kB 🔴 +18.8 kB 🔴 +3.79 kB 🔴 +2.93 kB
assets/commands-CVGDesiQ.js (removed) 18.8 kB 🟢 -18.8 kB 🟢 -3.79 kB 🟢 -2.95 kB
assets/commands-BEw5ErI4.js (new) 18.5 kB 🔴 +18.5 kB 🔴 +3.52 kB 🔴 +2.92 kB
assets/commands-DIpat94F.js (removed) 18.5 kB 🟢 -18.5 kB 🟢 -3.52 kB 🟢 -2.92 kB
assets/WidgetRecordAudio-BlXxBj6K.js (new) 18.3 kB 🔴 +18.3 kB 🔴 +4.97 kB 🔴 +4.44 kB
assets/WidgetRecordAudio-CsO5_p3Q.js (removed) 18.3 kB 🟢 -18.3 kB 🟢 -4.97 kB 🟢 -4.44 kB
assets/WidgetInputNumber-D54jF0oH.js (removed) 18.3 kB 🟢 -18.3 kB 🟢 -4.51 kB 🟢 -4.02 kB
assets/WidgetInputNumber-euEThmqj.js (new) 18.3 kB 🔴 +18.3 kB 🔴 +4.51 kB 🔴 +4.02 kB
assets/SubscriptionPanelContentWorkspace-CDIkbTIB.js (new) 18.2 kB 🔴 +18.2 kB 🔴 +4.47 kB 🔴 +3.89 kB
assets/SubscriptionPanelContentWorkspace-CwvOsRRi.js (removed) 18.2 kB 🟢 -18.2 kB 🟢 -4.47 kB 🟢 -3.89 kB
assets/commands-P5QCEfZc.js (new) 18 kB 🔴 +18 kB 🔴 +3.51 kB 🔴 +2.88 kB
assets/commands-XNemNPrT.js (removed) 18 kB 🟢 -18 kB 🟢 -3.51 kB 🟢 -2.89 kB
assets/commands-C4b7jkru.js (removed) 18 kB 🟢 -18 kB 🟢 -3.4 kB 🟢 -2.76 kB
assets/commands-CiziP3Xs.js (new) 18 kB 🔴 +18 kB 🔴 +3.39 kB 🔴 +2.78 kB
assets/commands-BGeHkplA.js (new) 17.9 kB 🔴 +17.9 kB 🔴 +3.35 kB 🔴 +2.77 kB
assets/commands-CfyfvZ26.js (removed) 17.9 kB 🟢 -17.9 kB 🟢 -3.36 kB 🟢 -2.77 kB
assets/commands-C_Y3D6Cn.js (new) 17.8 kB 🔴 +17.8 kB 🔴 +3.65 kB 🔴 +2.84 kB
assets/commands-DmapSMuR.js (removed) 17.8 kB 🟢 -17.8 kB 🟢 -3.65 kB 🟢 -2.82 kB
assets/commands-BV0l36Iz.js (new) 17.2 kB 🔴 +17.2 kB 🔴 +3.57 kB 🔴 +2.73 kB
assets/commands-DVgVR6E3.js (removed) 17.2 kB 🟢 -17.2 kB 🟢 -3.57 kB 🟢 -2.73 kB
assets/WidgetImageCrop-CSSur2r4.js (removed) 17.1 kB 🟢 -17.1 kB 🟢 -4.13 kB 🟢 -3.62 kB
assets/WidgetImageCrop-oHuwxA9a.js (new) 17.1 kB 🔴 +17.1 kB 🔴 +4.14 kB 🔴 +3.62 kB
assets/commands-rL7INiLx.js (removed) 17 kB 🟢 -17 kB 🟢 -3.54 kB 🟢 -2.64 kB
assets/commands-WbYP_D61.js (new) 17 kB 🔴 +17 kB 🔴 +3.54 kB 🔴 +2.64 kB
assets/PanelTemplate-BwleQzig.js (removed) 16.3 kB 🟢 -16.3 kB 🟢 -5.47 kB 🟢 -4.82 kB
assets/PanelTemplate-Bus9WkdK.js (new) 16.2 kB 🔴 +16.2 kB 🔴 +5.45 kB 🔴 +4.8 kB
assets/LazyImage-D0QBx17q.js (new) 14.1 kB 🔴 +14.1 kB 🔴 +4 kB 🔴 +3.54 kB
assets/LazyImage-DaPgFlDo.js (removed) 14.1 kB 🟢 -14.1 kB 🟢 -4 kB 🟢 -3.54 kB
assets/AudioPreviewPlayer-BPVJ6RjA.js (new) 10.8 kB 🔴 +10.8 kB 🔴 +2.97 kB 🔴 +2.65 kB
assets/AudioPreviewPlayer-C4aHaAmD.js (removed) 10.8 kB 🟢 -10.8 kB 🟢 -2.97 kB 🟢 -2.65 kB
assets/InviteMemberDialogContent-CACBZytM.js (new) 8.36 kB 🔴 +8.36 kB 🔴 +2.5 kB 🔴 +2.17 kB
assets/InviteMemberDialogContent-Clhpa2gu.js (removed) 8.36 kB 🟢 -8.36 kB 🟢 -2.5 kB 🟢 -2.16 kB
assets/WidgetWithControl-F13-k4KR.js (removed) 8.09 kB 🟢 -8.09 kB 🟢 -2.69 kB 🟢 -2.42 kB
assets/WidgetWithControl-B6hkx6OX.js (new) 8.04 kB 🔴 +8.04 kB 🔴 +2.66 kB 🔴 +2.39 kB
assets/CreateWorkspaceDialogContent-BAsvWOhO.js (removed) 5.93 kB 🟢 -5.93 kB 🟢 -1.93 kB 🟢 -1.68 kB
assets/CreateWorkspaceDialogContent-CGEcicsU.js (new) 5.93 kB 🔴 +5.93 kB 🔴 +1.93 kB 🔴 +1.68 kB
assets/EditWorkspaceDialogContent-BxRn3Eno.js (new) 5.7 kB 🔴 +5.7 kB 🔴 +1.88 kB 🔴 +1.64 kB
assets/EditWorkspaceDialogContent-D6tBWY_7.js (removed) 5.7 kB 🟢 -5.7 kB 🟢 -1.88 kB 🟢 -1.64 kB
assets/ValueControlPopover-BZwqPag_.js (removed) 5.17 kB 🟢 -5.17 kB 🟢 -1.69 kB 🟢 -1.5 kB
assets/ValueControlPopover-DXjD304y.js (new) 5.17 kB 🔴 +5.17 kB 🔴 +1.69 kB 🔴 +1.5 kB
assets/WidgetBoundingBox-D_TNvFYD.js (removed) 4.71 kB 🟢 -4.71 kB 🟢 -1.13 kB 🟢 -1.03 kB
assets/WidgetBoundingBox-DClY9LmH.js (new) 4.71 kB 🔴 +4.71 kB 🔴 +1.13 kB 🔴 +1.01 kB
assets/DeleteWorkspaceDialogContent-BAuVG_E6.js (new) 4.59 kB 🔴 +4.59 kB 🔴 +1.56 kB 🔴 +1.35 kB
assets/DeleteWorkspaceDialogContent-D-oM50bp.js (removed) 4.59 kB 🟢 -4.59 kB 🟢 -1.56 kB 🟢 -1.35 kB
assets/WidgetGalleria-DmU86G89.js (new) 4.57 kB 🔴 +4.57 kB 🔴 +1.57 kB 🔴 +1.42 kB
assets/WidgetGalleria-xXISrgBX.js (removed) 4.57 kB 🟢 -4.57 kB 🟢 -1.57 kB 🟢 -1.42 kB
assets/LeaveWorkspaceDialogContent-C3_ImbnL.js (new) 4.41 kB 🔴 +4.41 kB 🔴 +1.5 kB 🔴 +1.3 kB
assets/LeaveWorkspaceDialogContent-M9Qrt8t5.js (removed) 4.41 kB 🟢 -4.41 kB 🟢 -1.51 kB 🟢 -1.31 kB
assets/RemoveMemberDialogContent-DpDKxcHt.js (removed) 4.38 kB 🟢 -4.38 kB 🟢 -1.45 kB 🟢 -1.27 kB
assets/RemoveMemberDialogContent-pv3rmgsf.js (new) 4.38 kB 🔴 +4.38 kB 🔴 +1.45 kB 🔴 +1.27 kB
assets/RevokeInviteDialogContent-BiU1l93U.js (removed) 4.29 kB 🟢 -4.29 kB 🟢 -1.47 kB 🟢 -1.29 kB
assets/RevokeInviteDialogContent-BL2XpK7o.js (new) 4.29 kB 🔴 +4.29 kB 🔴 +1.47 kB 🔴 +1.29 kB
assets/Slider-CQgQc3BO.js (removed) 4.21 kB 🟢 -4.21 kB 🟢 -1.52 kB 🟢 -1.34 kB
assets/Slider-DOV35UxE.js (new) 4.21 kB 🔴 +4.21 kB 🔴 +1.52 kB 🔴 +1.34 kB
assets/WidgetImageCompare-BsjQ0cGs.js (removed) 3.79 kB 🟢 -3.79 kB 🟢 -1.28 kB 🟢 -1.12 kB
assets/WidgetImageCompare-DsYV0YHu.js (new) 3.79 kB 🔴 +3.79 kB 🔴 +1.28 kB 🔴 +1.12 kB
assets/WidgetColorPicker-BS_tCS3h.js (new) 3.71 kB 🔴 +3.71 kB 🔴 +1.38 kB 🔴 +1.25 kB
assets/WidgetColorPicker-CanUnjIO.js (removed) 3.71 kB 🟢 -3.71 kB 🟢 -1.38 kB 🟢 -1.25 kB
assets/WidgetTextarea-B6NaOy9u.js (removed) 3.52 kB 🟢 -3.52 kB 🟢 -1.33 kB 🟢 -1.17 kB
assets/WidgetTextarea-DwEtzm2X.js (new) 3.52 kB 🔴 +3.52 kB 🔴 +1.33 kB 🔴 +1.17 kB
assets/WidgetMarkdown-CHxeeWZW.js (removed) 3.22 kB 🟢 -3.22 kB 🟢 -1.28 kB 🟢 -1.14 kB
assets/WidgetMarkdown-reAHF2_w.js (new) 3.22 kB 🔴 +3.22 kB 🔴 +1.28 kB 🔴 +1.14 kB
assets/WidgetToggleSwitch-BK1i1Z9b.js (removed) 3.08 kB 🟢 -3.08 kB 🟢 -1.19 kB 🟢 -1.09 kB
assets/WidgetToggleSwitch-ByONd5aY.js (new) 3.08 kB 🔴 +3.08 kB 🔴 +1.19 kB 🔴 +1.06 kB
assets/GlobalToast-BrnBLp-F.js (removed) 3.05 kB 🟢 -3.05 kB 🟢 -1.1 kB 🟢 -944 B
assets/GlobalToast-PUkSXa_Y.js (new) 3.05 kB 🔴 +3.05 kB 🔴 +1.1 kB 🔴 +946 B
assets/cloudSessionCookie-N97bO5vd.js (removed) 2.97 kB 🟢 -2.97 kB 🟢 -942 B 🟢 -820 B
assets/SubscribeToRun-BkhrRuFL.js (removed) 2.96 kB 🟢 -2.96 kB 🟢 -1.15 kB 🟢 -1.01 kB
assets/SubscribeToRun-ld4FaFZ5.js (new) 2.96 kB 🔴 +2.96 kB 🔴 +1.15 kB 🔴 +1.04 kB
assets/cloudSessionCookie-B-5X1_yY.js (new) 2.94 kB 🔴 +2.94 kB 🔴 +931 B 🔴 +801 B
assets/MediaVideoTop-CTPTvpaW.js (removed) 2.82 kB 🟢 -2.82 kB 🟢 -1.05 kB 🟢 -910 B
assets/MediaVideoTop-WHbgZ4CI.js (new) 2.82 kB 🔴 +2.82 kB 🔴 +1.05 kB 🔴 +910 B
assets/WidgetChart-c8c4iM6B.js (new) 2.79 kB 🔴 +2.79 kB 🔴 +1.06 kB 🔴 +971 B
assets/WidgetChart-CLCIoBG-.js (removed) 2.79 kB 🟢 -2.79 kB 🟢 -1.06 kB 🟢 -958 B
assets/WidgetLayoutField-CZ7gBw6n.js (new) 2.61 kB 🔴 +2.61 kB 🔴 +1 kB 🔴 +893 B
assets/WidgetLayoutField-Dk8frFKs.js (removed) 2.61 kB 🟢 -2.61 kB 🟢 -1.01 kB 🟢 -890 B
assets/WidgetInputText-DXduTo3L.js (new) 2.58 kB 🔴 +2.58 kB 🔴 +1.01 kB 🔴 +910 B
assets/WidgetInputText-pGYR6qb7.js (removed) 2.58 kB 🟢 -2.58 kB 🟢 -1.01 kB 🟢 -946 B
assets/BaseViewTemplate-DPNXqT0X.js (new) 2.42 kB 🔴 +2.42 kB 🔴 +1.04 kB 🔴 +944 B
assets/BaseViewTemplate-B2j8OPUA.js (removed) 2.42 kB 🟢 -2.42 kB 🟢 -1.05 kB 🟢 -933 B
assets/Media3DTop-C2-Fo6sU.js (removed) 2.38 kB 🟢 -2.38 kB 🟢 -1.02 kB 🟢 -877 B
assets/Media3DTop-CUbzOuTJ.js (new) 2.38 kB 🔴 +2.38 kB 🔴 +1.02 kB 🔴 +873 B
assets/MediaImageTop-DGHrmsG1.js (removed) 2.34 kB 🟢 -2.34 kB 🟢 -1.01 kB 🟢 -874 B
assets/MediaImageTop-sHKcENPZ.js (new) 2.34 kB 🔴 +2.34 kB 🔴 +1 kB 🔴 +876 B
assets/MediaAudioTop-BYIydMOt.js (new) 2 kB 🔴 +2 kB 🔴 +882 B 🔴 +760 B
assets/MediaAudioTop-Ci-kpVMy.js (removed) 2 kB 🟢 -2 kB 🟢 -883 B 🟢 -759 B
assets/CloudRunButtonWrapper-Ccgcu0wp.js (new) 1.79 kB 🔴 +1.79 kB 🔴 +644 B 🔴 +563 B
assets/CloudRunButtonWrapper-CsIkjvnD.js (removed) 1.79 kB 🟢 -1.79 kB 🟢 -642 B 🟢 -566 B
assets/auto-CIz1W2VX.js (removed) 1.73 kB 🟢 -1.73 kB 🟢 -636 B 🟢 -562 B
assets/auto-RHVQpwL9.js (new) 1.73 kB 🔴 +1.73 kB 🔴 +637 B 🔴 +565 B
assets/widgetPropFilter-BFYO1LwS.js (removed) 1.31 kB 🟢 -1.31 kB 🟢 -569 B 🟢 -510 B
assets/widgetPropFilter-ERx8czR8.js (new) 1.31 kB 🔴 +1.31 kB 🔴 +569 B 🔴 +506 B
assets/gtm-CkX_rs8c.js (removed) 1.3 kB 🟢 -1.3 kB 🟢 -625 B 🟢 -527 B
assets/cloudBadges-C4VsiYwO.js (new) 1.08 kB 🔴 +1.08 kB 🔴 +537 B 🔴 +479 B
assets/cloudBadges-CBfbInU-.js (removed) 1.08 kB 🟢 -1.08 kB 🟢 -537 B 🟢 -481 B
assets/graphHasMissingNodes-COpdAbXe.js (removed) 1.06 kB 🟢 -1.06 kB 🟢 -462 B 🟢 -417 B
assets/graphHasMissingNodes-D-sGdy13.js (new) 1.06 kB 🔴 +1.06 kB 🔴 +461 B 🔴 +420 B
assets/cloudSubscription-OU0HpyzJ.js (removed) 976 B 🟢 -976 B 🟢 -463 B 🟢 -396 B
assets/cloudSubscription-rF5rSzMY.js (new) 976 B 🔴 +976 B 🔴 +462 B 🔴 +398 B
assets/types-Cm9RavTs.js (removed) 908 B 🟢 -908 B 🟢 -455 B 🟢 -385 B
assets/previousFullPath-CATisLRM.js (removed) 838 B 🟢 -838 B 🟢 -413 B 🟢 -381 B
assets/previousFullPath-CmezY7As.js (new) 838 B 🔴 +838 B 🔴 +414 B 🔴 +380 B
assets/nightlyBadges-BzOYs_X8.js (removed) 595 B 🟢 -595 B 🟢 -357 B 🟢 -308 B
assets/nightlyBadges-DYS922DE.js (new) 595 B 🔴 +595 B 🔴 +357 B 🔴 +309 B
assets/widget-BEaQgM5X.js (removed) 518 B 🟢 -518 B 🟢 -344 B 🟢 -289 B
assets/widget-BJiJuR5i.js (new) 518 B 🔴 +518 B 🔴 +342 B 🔴 +290 B
assets/SubscriptionPanelContentWorkspace-Ba3cL_NZ.js (removed) 266 B 🟢 -266 B 🟢 -136 B 🟢 -125 B
assets/SubscriptionPanelContentWorkspace-CtQEU5K8.js (new) 266 B 🔴 +266 B 🔴 +136 B 🔴 +120 B
assets/i18n-DHOeERpV.js (removed) 188 B 🟢 -188 B 🟢 -152 B 🟢 -127 B
assets/i18n-tJosGSDW.js (new) 188 B 🔴 +188 B 🔴 +151 B 🔴 +129 B
assets/WidgetBoundingBox-BdFPwTvH.js (removed) 186 B 🟢 -186 B 🟢 -119 B 🟢 -113 B
assets/WidgetBoundingBox-BTNRImOa.js (new) 186 B 🔴 +186 B 🔴 +119 B 🔴 +114 B
assets/WidgetInputNumber-CS1h6TSd.js (new) 186 B 🔴 +186 B 🔴 +119 B 🔴 +108 B
assets/WidgetInputNumber-DzPk64Ey.js (removed) 186 B 🟢 -186 B 🟢 -119 B 🟢 -110 B
assets/WidgetLegacy-BjEUIyeT.js (removed) 164 B 🟢 -164 B 🟢 -125 B 🟢 -115 B
assets/WidgetLegacy-Dgna3JyQ.js (new) 164 B 🔴 +164 B 🔴 +125 B 🔴 +103 B
assets/mixpanel.module-D2psgEhK.js (removed) 143 B 🟢 -143 B 🟢 -125 B 🟢 -112 B
assets/mixpanel.module-Dary_meB.js (new) 143 B 🔴 +143 B 🔴 +125 B 🔴 +106 B
assets/Load3D-7k_SVAVD.js (removed) 131 B 🟢 -131 B 🟢 -107 B 🟢 -124 B
assets/Load3D-9l_u-4xY.js (new) 131 B 🔴 +131 B 🔴 +107 B 🔴 +106 B
assets/gtm-jkR_i4KL.js (removed) 122 B 🟢 -122 B 🟢 -116 B 🟢 -109 B
assets/OBJLoader2WorkerModule-DTMpvldF.js 109 kB 109 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/rolldown-runtime-cVp-94Rc.js 1.96 kB 1.96 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B

Status: 91 added / 94 removed

@benceruleanlu benceruleanlu enabled auto-merge (squash) January 28, 2026 03:46
@benceruleanlu benceruleanlu merged commit 2c54b0d into main Jan 28, 2026
37 checks passed
@benceruleanlu benceruleanlu deleted the revert/undo-788f5083-ef8657bb branch January 28, 2026 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants