-
Notifications
You must be signed in to change notification settings - Fork 0
What's new
Jonathan Scott edited this page Sep 3, 2020
·
8 revisions
- Removed unsightly border around Meals and Staples lists
- Add settings dialog to change server connection URL
- Add alphabetical sort for staples
- Upgraded the project to .NET Core 3.0
- Added an SSL enabled version of the webserver. Note: Certificates will need to be created separately
- The fonts on the LHS and RHS tab panels are now consistent. They used to be different size and font family.
- The vertical scroll bars have been moved internally to the tab panels. Previously they would scroll off the tab header.
- Fixed a bug where staples would go missing if a new meal was added to the Daily List
- Improved layout of dialog boxes
Added validation of ingredients and staples when a new item is added or an existing one is edited If the item contains an invalid character, in this case an xml character (<,>,/,&,"), a warning is popped up.