Skip to content

refactor: hide Meine Notebooks section in production#431

Merged
Movm merged 1 commit intomasterfrom
refactor/unified-custom-prompt-cleanup
Jan 30, 2026
Merged

refactor: hide Meine Notebooks section in production#431
Movm merged 1 commit intomasterfrom
refactor/unified-custom-prompt-cleanup

Conversation

@Movm
Copy link
Copy Markdown
Collaborator

@Movm Movm commented Jan 30, 2026

Summary

  • Hide the "Meine Notebooks" (custom user notebooks) section behind import.meta.env.DEV so it only renders in development mode
  • Guard the fetchQACollections API call so it doesn't fire in production
  • Fix CI: fetch 2 commits for paths-filter on workflow_dispatch
  • Bump tar override to >=7.5.7
  • Gitignore Remotion build output (apps/api/services/remotion/out/)

Test plan

  • Run pnpm dev in apps/web and confirm "Meine Notebooks" section is visible
  • Run pnpm build in apps/web and confirm the section is tree-shaken out (Vite replaces import.meta.env.DEV with false at build time)

Wrap the custom user notebooks UI and fetchQACollections call
behind import.meta.env.DEV so they only render/run in dev mode.
@Movm Movm merged commit aef5b34 into master Jan 30, 2026
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant