Merge branch 'zgo-test' of https://gitlab.com/pitmutt/zgo into zgo-test
This commit is contained in:
commit
e58673390d
1 changed files with 28 additions and 40 deletions
64
CHANGELOG.md
64
CHANGELOG.md
|
@ -4,50 +4,38 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
- (2022-07-13) Orders's list UI reviewed and apdated
|
|
||||||
+ Order generation and Availavle Items form completed
|
### Added
|
||||||
- (2022-07-12) Set configuration global parameters in one place
|
|
||||||
+ Static class ConfigData created
|
- Dialogs created for viewing invoices and receipts URLs
|
||||||
- configdata.ts created inside "src/app/" folder
|
- Notifier service created - replaces snackbar used for reporting invalid viewing key.
|
||||||
+ Services modified to include config data
|
- Notifier component created - used to apply custom style to message sent by Notifier service.
|
||||||
|
- Notification to user when the submitted viewing key is not valid
|
||||||
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- (2022-07-25) - Windows created for viewing invoices and receipts
|
|
||||||
URLs
|
|
||||||
- (2022-07-24) - Invoice format redesigned
|
|
||||||
- (2022-07-23) - Checkout dialog with QR image redesigned.
|
|
||||||
- Invoice dialog completed. Notifications to inform
|
|
||||||
successful/failed URL-copy-to-clipboard added.
|
|
||||||
- (2022-07-22) Notifier service created - replaces snackbar used for
|
|
||||||
reporting invalid viewing key.
|
|
||||||
Notifier component created - used to apply custom style to message sent by Notifier service.
|
|
||||||
--
|
|
||||||
fix display of values in item list when using satoshis
|
|
||||||
- (2022-07-21) user.service.ts
|
|
||||||
- Function updateOwner() removed - not needed anymore.
|
|
||||||
- Response Error 500 (Invalid Viewing Key) catched in
|
|
||||||
function addOwner()
|
|
||||||
- Beta version of Invalid viewing key message
|
|
||||||
(snackbar)
|
|
||||||
implemented and working.
|
|
||||||
ToDo -> CSS definition.
|
|
||||||
- (2022-07-20) Buttons in Main form have been enclosed to display
|
|
||||||
inside a fixed area.
|
|
||||||
On wide screens, new Order will display below main buttons.
|
|
||||||
- (2022-07-19) Main form buttons redesigned
|
|
||||||
Settings form redesigned - read/write data from database is not working properly.
|
|
||||||
|
|
||||||
- (2022-07-14) Order list reformated - some unused css classes removed.
|
- Order list look and feel reviewed and updated
|
||||||
|
- Available Items list look and feel reviewed and updated
|
||||||
|
- Set configuration global parameters in one place
|
||||||
|
- Receipt look and feel reviewed and updated
|
||||||
|
- Invoice look and feel reviewed and updated
|
||||||
|
- Checkout dialog with QR code reviewed and updated
|
||||||
|
- Invoice dialog completed. Notifications to inform successful/failed URL-copy-to-clipboard added.
|
||||||
|
- Obsolete function `updateOwner` removed
|
||||||
|
- Buttons in main shop page have been enclosed to display inside a fixed area.
|
||||||
|
- Shop page buttons redesigned
|
||||||
|
- Settings form redesigned
|
||||||
|
- Order list look and feel reviewed and updated - some unused CSS classes removed.
|
||||||
- Added viewing key field to owner model
|
- Added viewing key field to owner model
|
||||||
- (2022-07-11) Order's list UI updated (Alpha version)
|
- Paid status icons added to order's title
|
||||||
+ Paid status icons added to order's title
|
- Order detail redesigned
|
||||||
+ Order detail redesigned
|
|
||||||
Components affected:
|
|
||||||
- listorders -> listorders.component.css (modified)
|
|
||||||
-> listorders.component.html (modified)
|
|
||||||
-> listorders.component.ts (modified)
|
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed display of amounts in item list when using *zatoshis*
|
||||||
|
- Fixed sorting of items in list
|
||||||
|
- Fixed sorting of orders in list
|
||||||
|
|
||||||
## [1.1.2] - 2022-05-24
|
## [1.1.2] - 2022-05-24
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue