- Make use of react-router to allow for bookmarkable profile links
- Redesign of the App Bar:
- Made the product list searchable
- Replaced the floating action button with a kebab menu
- Added an option to export your transactions as QIF
- Increased performance
- Bug fix: Fnordcredit will now automatically jump to the top after selecting a user
- Fixed products not doing a line break
- Added an about view, that shows the current version and links to github
- Added avatars using Gravatar
- Added a user settings screen with two settings for now with more comming later:
- Change your Avatar
- Renaming
- Added a ka-ching sounds when a transaction is made
- Made the last transactions panel collabsible for better responsibility
- Scanning an unknown barcode now displays an error message
- Updated all dependencies
- New design following the material design guidelines
- Added an idle timeout that throws you back to the User List
- Huge Performance increase (Thanks to @marudor #31)
- Added a loading animation to the user list
- Extended Barcode support allowing user barcodes and a "back" barcode to get back into the user list
- Updated dependencies
- When adding a new user an auto focus will be put on the user name textfield
- Unified all error dialogs
- Fixed the error dialog when going below the debt limit (#3)
- Fixed the margins of the user details view, especially on mobile devices (#25)
- Removed the user barcode prefix because < and > work differently on different machines
- Make user barcodes case insensitive
- First release of the new frontend