Skip to content

feature: make offline overlay configurable#290

Merged
lebalz merged 2 commits into
mainfrom
feature/make-offline-overview-configurable
Jun 14, 2026
Merged

feature: make offline overlay configurable#290
lebalz merged 2 commits into
mainfrom
feature/make-offline-overview-configurable

Conversation

@lebalz

@lebalz lebalz commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

adds a new config option to tdev:

export const siteConfig = {
  /** ... */
  tdevConfig: {
    /** ... */
    loggedOutOverlay: {
        persistChoiceTo?: 'session' | 'localStorage';
        disable?: boolean;
    }
  }
}

where the default is session.

@netlify

netlify Bot commented Jun 14, 2026

Copy link
Copy Markdown

Deploy Preview for teaching-dev ready!

Name Link
🔨 Latest commit f6279c1
🔍 Latest deploy log https://app.netlify.com/projects/teaching-dev/deploys/6a2f03d8309e0500088ee952
😎 Deploy Preview https://deploy-preview-290--teaching-dev.netlify.app
📱 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 project configuration.

@lebalz lebalz merged commit 84e9064 into main Jun 14, 2026
4 of 5 checks passed
@lebalz lebalz deleted the feature/make-offline-overview-configurable branch June 14, 2026 19:41
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