- Normalized many SCSS files as deep as possible
- Fixed print css to display all 6 pages
- Fixed sheet header to match original sheet header
- Fixed issue with range property for ranged items
- Tooltips for attributes now display max values, modifications, calculations and the full name of the attribute
- Cleaned up scss files, moved parts to their right places, splitted up files and assigned more colors to color variables
- Cost calculation now in RequirementsStore for Skills
- Fixed css issue which cause a disabled BorderButton to still have some non-disabled properties
- Added skill activations to HistoryStore
- Improved ListUtils and is now used by all list components
- Moved skill list iterations to their components
- Several small bug fixes
- Disabled buttons with server interaction functions
- Disabled buttons with no functionality
- Fixed problems in profile when there is no race, culture and/or profession selected
- Small layout improvements
- Added inventory item creation window
- Fixed AP conditions for special abilities
- Added feature to add AP when in phase 3
- Added undo function except add and remove of advantages, disadvantages and special abilities
- Added use of attribute abbreviations for get()
- Moved AP checks to RequirementsStore
- Excluded secondary attributes
- Added box to show maximum for LP, AE and KP in phase 3
- Now uses webpack instead of browserify
- Improved validation with ESLint and PropTypes
- Moved all scss files to js folder to be at the same place like their corresponding js files
- Removed unneeded scss files
- Splitted up several React elements, especially the TitleBar
- Converted stores to ES6
- Prepared for session token authetification in AuthStore
- Completed classes for table objects
- Added max values to attribute UI in phase 2
- Added more example chars
- Added option to filter all chars by ownership
- Added options to home page
- Some changes to text on home page
- Added first parts for history and undo features
- Prepared and changed some things for component-only list handling (filter/sort)
- Handling for skill requirements and cost now with top-level RequirementsStore, advatages, disadvantages and special abilities missing
- Several small changes and bug fixes
Transferring all Actions to ListStore to regain unidirectional data flow for all stores. Other Stores only will store section-specific data e.g. filters.