Version 12 Patchnotes - War Manager Fenix (v2.8.12)

TLDR: Home Sheet Introduced, Bugs Fixed, Better Performance

Change Log
  1. Added server name to connected device stamp for better logging
  2. Reformatted the searching UI by adding proper filtering tools and animations
  3. Refactored code in the sliding panels to allow for more functional use and better single-threading loading (still some jitters)
  4. Added item occlusion to allow for a seamless scrolling experience, even with large amounts of data
  5. Removed the back button when looking at a data set item in the properties panel, instead click on the references tab to go back
  6. Reformatted the sliding windows to easily switch between windows and see which one is active Sized the sliding panel UI down
  7. Added searching filter flyouts to see what is automatically being filtered by War Manager
  8. Fixed issue where user could not log in if an exception was thrown during the dataset initial loading
  9. Fixed an issue where multiple errors would be thrown if a dataset could not be loaded - instead, one error is thrown and is not loaded
  10. Tweaked issue where War Manager would load data twice on initialization
  11. Fixed notification modal window UI: Made the buttons smaller, the window smaller and text smaller to help with the disorienting-feeling when it opens.
  12. Tweaked modal window animations
  13. Fixed input modal window UI: Made buttons smaller, the window smaller and text smaller
  14. Fixed an issue where loading an empty csv file in a dataset causes failure to fetch the dataset
  15. Smashed a bug where attempting to add to a dataset with no tags causes no datasets to be loaded
  16. Removed 'not set' applying to blank data
  17. Fixed another bug where attempting to refresh the current sheet when no sheets are open causes an error to be thrown. Issue arises when attempting to change data without opening a sheet
  18. Fixed issue where adding only one card causes the sheet to not load the card
  19. Fixed a bug where opening an empty card sheet causes the sheet to not load
  20. Tweaked camera offset and zoom when a new sheet is opened
  21. Added 'home sheet' functionality - a sheet that gets opened a little after the user logs in
  22. Added notification count text next to the notification bell
  23. Fixed issue where the scroll bar does not always start at the top when loading after pagination when using the slide panels
  24. Fixed an issue where loading in a sheet causes the data to be loaded in twice
  25. Fixed in issue where loading in a sheet in causes the slide panels to generate the UI twice
  26. Removed untested offline saving mode features from saving pipeline
  27. Built systems to prevent users from renaming, closing, or deleting the home sheet
Known Issues

Critical:

  1. Issue with the link card element: link card element can be activated even when interacting with other menus such as the modal windows
  2. Issue with the saving/editing data: The when editing data, using certain characters like quote ("), comma (,) or new line can break csv serialziation.