Merged
Conversation
…ore readable in light mode.
…at includes color: #000000 and overrides it in dark mode to white for fixing the production log text styling issue.
…ark mode text support and increased the spacing of width for everything to fit together nicer.
…to style in dark mode correctly.
…e, as well as repositioned the red dot notification handle for save to the bottom right corner of the save icon.
…fore the icon and switched from margin end to margin start.
…ce all step attempts have been deleted, the production log will also be deleted. Provides user with feeback in the production log editing page and removes the log attempt completely once the save changes button is clicked.
…ve products to not be displayed and work instructions only associated with those inactive products will be hidden, needs to be fully tested however.
… exclude products that have no associated work instructions.
…nstruction Service
…Better Handle Save As
Productionlog updates
…age from the Node and the system. * Created a method override for saving an image to the database to save from a string FileName * Changed Cloning process to save new image references to the server instead of sharing an image between Work instructions
…orRef, where the BlazoredTextEditor reference was made into a private field (_editorRef) which resolves the binding issues that prevented the rich text to show up within the duplicated work instruction.
* changed nodes to create a new node of the same type instead of the default type * changed part nodes to render dynamically depending on how many parts are in the node
…redesign Carousel image editor redesign
…g' into phoebe-product-association-dialog # Conflicts: # MESS/MESS.Blazor/Components/Pages/Phoebe/WorkInstruction/StepNodeView.razor
…roduct-association-dialog
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.
This pull request brings a number of quality of life improvements to Phoebe, CSS styling improvements (for dark mode), and the ability to fully delete production logs.