Version 12 Patchnotes - War Manager Fenix (v2.8.12)
TLDR: Home Sheet Introduced, Bugs Fixed, Better Performance
Change Log
- Added server name to connected device stamp for better logging
- Reformatted the searching UI by adding proper filtering tools and animations
- Refactored code in the sliding panels to allow for more functional use and better single-threading loading (still some jitters)
- Added item occlusion to allow for a seamless scrolling experience, even with large amounts of data
- Removed the back button when looking at a data set item in the properties panel, instead click on the references tab to go back
- Reformatted the sliding windows to easily switch between windows and see which one is active Sized the sliding panel UI down
- Added searching filter flyouts to see what is automatically being filtered by War Manager
- Fixed issue where user could not log in if an exception was thrown during the dataset initial loading
- 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
- Tweaked issue where War Manager would load data twice on initialization
- Fixed notification modal window UI: Made the buttons smaller, the window smaller and text smaller to help with the disorienting-feeling when it opens.
- Tweaked modal window animations
- Fixed input modal window UI: Made buttons smaller, the window smaller and text smaller
- Fixed an issue where loading an empty csv file in a dataset causes failure to fetch the dataset
- Smashed a bug where attempting to add to a dataset with no tags causes no datasets to be loaded
- Removed 'not set' applying to blank data
- 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
- Fixed issue where adding only one card causes the sheet to not load the card
- Fixed a bug where opening an empty card sheet causes the sheet to not load
- Tweaked camera offset and zoom when a new sheet is opened
- Added 'home sheet' functionality - a sheet that gets opened a little after the user logs in
- Added notification count text next to the notification bell
- Fixed issue where the scroll bar does not always start at the top when loading after pagination when using the slide panels
- Fixed an issue where loading in a sheet causes the data to be loaded in twice
- Fixed in issue where loading in a sheet in causes the slide panels to generate the UI twice
- Removed untested offline saving mode features from saving pipeline
- Built systems to prevent users from renaming, closing, or deleting the home sheet
Known Issues
Critical:
- Issue with the link card element: link card element can be activated even when interacting with other menus such as the modal windows
- Issue with the saving/editing data: The when editing data, using certain characters like quote ("), comma (,) or new line can break csv serialziation.