Skip to content
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

fix(dashboard): mobile experience #7652

Merged
merged 9 commits into from
Feb 9, 2025
Merged

fix(dashboard): mobile experience #7652

merged 9 commits into from
Feb 9, 2025

Conversation

scopsy
Copy link
Contributor

@scopsy scopsy commented Feb 4, 2025

What changed? Why was the change needed?

Screenshots

Expand for optional sections

Related enterprise PR

Special notes for your reviewer

Copy link

netlify bot commented Feb 4, 2025

Deploy Preview for dev-web-novu ready!

Name Link
🔨 Latest commit 378c20f
🔍 Latest deploy log https://app.netlify.com/sites/dev-web-novu/deploys/67a8b18a884ed00008e0d228
😎 Deploy Preview https://deploy-preview-7652.dashboard.novu-staging.co
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Feb 4, 2025

Deploy Preview for dashboard-v2-novu-staging ready!

Name Link
🔨 Latest commit 378c20f
🔍 Latest deploy log https://app.netlify.com/sites/dashboard-v2-novu-staging/deploys/67a8b18a4d2a4100082b4fca
😎 Deploy Preview https://deploy-preview-7652.dashboard-v2.novu-staging.co
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@scopsy scopsy marked this pull request as ready for review February 9, 2025 13:27
@scopsy scopsy requested a review from djabarovgeorge February 9, 2025 13:31
@Post('mobile-setup')
async mobileSetup(@UserSession() user: UserSessionData) {
if (!process.env.NOVU_INTERNAL_SECRET_KEY) {
throw new Error('NOVU_INTERNAL_SECRET_KEY is not set');
Copy link
Contributor

Choose a reason for hiding this comment

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

please add this validation in the apps/api/src/config/env.validators.ts as well.
we should to assume that this env is not undefined on this stage.

@scopsy scopsy merged commit 65e1127 into next Feb 9, 2025
32 checks passed
@scopsy scopsy deleted the mobile-fixes-dashboard branch February 9, 2025 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants