Skip to content

Conversation

@hbjORbj
Copy link
Contributor

@hbjORbj hbjORbj commented Jan 26, 2026

What does this PR do?

This PR is part of a larger effort to break down PR #26571 into smaller, reviewable chunks. It moves several UI components from packages/features to apps/web/modules to support the vertical slice architecture and reduce circular dependencies.

Components moved:

  • timezone-selectapps/web/modules/timezone/components
  • TimezoneChangeDialogapps/web/modules/settings/components
  • WebPushContextapps/web/modules/settings/my-account/components
  • insights/lib/types.tsapps/web/modules/insights/lib/types.ts

All import paths across 29 files have been updated accordingly.

Mandatory Tasks (DO NOT REMOVE)

  • I have self-reviewed the code (A decent size PR without self-review might be rejected).
  • I have updated the developer docs in /docs if this PR makes changes that would require a documentation change. N/A - no documentation changes needed.
  • I confirm automated tests are in place that prove my fix is effective or that my feature works. Existing tests cover these components.

…m packages/features to apps/web/modules

Co-Authored-By: benny@cal.com <sldisek783@gmail.com>
@devin-ai-integration
Copy link
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR that start with 'DevinAI' or '@devin'.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@github-actions
Copy link
Contributor

github-actions bot commented Jan 26, 2026

E2E results are ready!

@@ -110,14 +110,6 @@ export function WebPushProvider({ children }: ProviderProps) {
return <WebPushContext.Provider value={contextValue}>{children}</WebPushContext.Provider>;
}

export function useWebPush() {
Copy link
Contributor Author

@hbjORbj hbjORbj Jan 26, 2026

Choose a reason for hiding this comment

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

Extracted into apps/web/modules/notifications/hooks/useWebPush.ts

@pull-request-size pull-request-size bot added size/L and removed size/M labels Jan 26, 2026
@hbjORbj hbjORbj marked this pull request as ready for review January 26, 2026 11:56
@hbjORbj hbjORbj requested review from a team as code owners January 26, 2026 11:56
@graphite-app graphite-app bot added core area: core, team members only foundation labels Jan 26, 2026
@hbjORbj hbjORbj enabled auto-merge (squash) January 26, 2026 12:00
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 31 files

@hbjORbj hbjORbj merged commit 15268bc into main Jan 26, 2026
59 checks passed
@hbjORbj hbjORbj deleted the devin/1769414317-move-bookings-hooks branch January 26, 2026 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants