Add options for local HTML view and a faster way to add storages to parts#1352
Open
kernchen-brc wants to merge 4 commits intoPart-DB:masterfrom
Open
Add options for local HTML view and a faster way to add storages to parts#1352kernchen-brc wants to merge 4 commits intoPart-DB:masterfrom
kernchen-brc wants to merge 4 commits intoPart-DB:masterfrom
Conversation
Contributor
Author
|
The new commit adds a checkbox that allows disabling the warning banner for user-uploaded HTML attachments. The banner remains enabled by default. |
Contributor
Author
Last commit in this pull request.Add a new system setting "Allow HTML attachments to use browser storage" When disabled (default), attachments run in an opaque origin as before, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds an "Add stock" button to the part stock information page.
Motivation
Previously, adding new stock entries required navigating away from the part stock
information view. This change improves usability by allowing users to create stock
entries directly from the relevant page.
Changes
Result