mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #908] [CLOSED] Add setting to disable developer LAN mode warning banner #1126
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#1126
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/908
Author: @piitaya
Created: 4/6/2026
Status: ❌ Closed
Base:
main← Head:disable_developer_mode_warning📝 Commits (1)
14fc6d9Add setting to disable developer LAN mode warning banner📊 Changes
6 files changed (+33 additions, -2 deletions)
View changed files
📝
backend/app/schemas/settings.py(+6 -0)📝
frontend/src/api/client.ts(+2 -0)📝
frontend/src/components/Layout.tsx(+2 -2)📝
frontend/src/i18n/locales/en.ts(+2 -0)📝
frontend/src/i18n/locales/fr.ts(+2 -0)📝
frontend/src/pages/SettingsPage.tsx(+19 -0)📄 Description
Description
Allow users to dismiss the developer LAN mode warning banner via a toggle in Settings > General. The setting is persisted server-side and resets with "Reset Settings". This is useful for users running a limited setup where the banner becomes repetitive and distracting on every page load (e.g. for monitoring and filament tracking only)
Type of Change
Changes Made
disable_developer_mode_warningbackend setting, resets with "Reset Settings"Screenshots
Testing
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.