From f83163040cbda84f7846871bf65fbcffa3f2fdba Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 9 May 2022 17:53:53 +0200 Subject: [PATCH 1/2] update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf4a03f1..42d9f3db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ ml). ## master ## testing +- [added] #257 Add functionality to search generic categories like all components. +- [fixed] #255 Fix status column on device list. +- [fixed] #254 Fix minor types in frontend. +- [changed] #253 Drop download public links. + +- [fixed] #224 fix clickable lots selector not working when click in text. +- [fixed] #223 fix trade lots modal. +- [added] #222 Allow user to update its password. +- [fixed] #221 Fix responsive issues on frontend. +- [changed] #220 Add reactive lots list. + - [added] #219 Add functionality to searchbar (Lots and devices). - [changed] #211 Print DHID-QR label for selected devices. - [changed] #218 Add reactivity to device lots. From ae95e7c57ab6536dbb643b71d95d5b9b056e7e2f Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 10 May 2022 10:04:22 +0200 Subject: [PATCH 2/2] update CHANGELOG --- CHANGELOG.md | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d9f3db..35d175a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,21 +8,31 @@ ml). ## master ## testing -- [added] #257 Add functionality to search generic categories like all components. -- [fixed] #255 Fix status column on device list. -- [fixed] #254 Fix minor types in frontend. -- [changed] #253 Drop download public links. - -- [fixed] #224 fix clickable lots selector not working when click in text. -- [fixed] #223 fix trade lots modal. -- [added] #222 Allow user to update its password. -- [fixed] #221 Fix responsive issues on frontend. -- [changed] #220 Add reactive lots list. - - [added] #219 Add functionality to searchbar (Lots and devices). +- [added] #222 Allow user to update its password. +- [added] #233 Filter in out trades from lots selector. +- [added] #236 Allow select multiple devices in multiple pages. +- [added] #237 Confirmation dialog on apply lots changes. +- [added] #238 Customize labels. +- [added] #242 Add icons in list of devices. +- [added] #244 Select full devices. +- [added] #257 Add functionality to search generic categories like all components. +- [added] #252 new tabs lots and public link in details of one device. - [changed] #211 Print DHID-QR label for selected devices. - [changed] #218 Add reactivity to device lots. +- [changed] #220 Add reactive lots list. +- [changed] #232 Set max lots list to 20. +- [changed] #235 Hide trade buttons. +- [changed] #239 Change Tags for Unique Identifier. +- [changed] #247 Change colors. +- [changed] #253 Drop download public links. - [fixed] #214 Login workflow +- [fixed] #221 Fix responsive issues on frontend. +- [fixed] #223 fix trade lots modal. +- [fixed] #224 fix clickable lots selector not working when click in text. +- [fixed] #254 Fix minor types in frontend. +- [fixed] #255 Fix status column on device list. + ## [2.0.0] - 2022-03-15 First server render HTML version. Completely rewrites views of angular JS client on flask.