summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-03-03 14:34:54 -0300
committerSebastian <sebasjm@gmail.com>2021-03-03 14:43:52 -0300
commit9128d984cefe1a337a63f5f02493d53ededc6ede (patch)
tree72db798960a847c7a1897d33ba8692db6157439d /CHANGELOG.md
parenta868b2376d1fd6fc83118a1cc2cb76ff6671c8b8 (diff)
downloadmerchant-backoffice-9128d984cefe1a337a63f5f02493d53ededc6ede.tar.gz
merchant-backoffice-9128d984cefe1a337a63f5f02493d53ededc6ede.tar.bz2
merchant-backoffice-9128d984cefe1a337a63f5f02493d53ededc6ede.zip
improve app routing
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 15 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 348addc..c674aa4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,20 +13,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- validate everything using onChange
- feature: input as date format
- bug: there is missing a mutate call when updating to remove the instance from cache
- - submit form on key press == enter
- - (WIP) remove checkbox from auth token, use button (manage auth)
- - (WIP) auth token config as popup with 3 actions (clear (sure?), cancel, set token)
- add order section
- add product section
- add tips section
- - implement better error handling
+ - implement better error handling (improve creation of duplicated instances)
- replace Yup and type definition with a taler-library for the purpose (first wait Florian to refactor wallet core)
- add more doc style comments
- configure eslint
- configure prettier
- prune scss styles to reduce size
- create a loading page to be use when the data is not ready
+
+## [Unreleased]
+ - submit form on key press == enter
+ - version of backoffice in sidebar
+ - fixed login dialog on mobile
+ - LangSelector ascomponent
+ - refactored Navigation and Sidebar
+ - do not display Logout when there is no token
+ - fix: Login Page should show on unauthorized
+ - fix: row clicking on card table was overriding checkbox onClick
+ - remove headers of the page
+ - clear all tokens now remove backend-url
+ - (WIP) remove checkbox from auth token, use button (manage auth)
+ - (WIP) auth token config as popup with 3 actions (clear (sure?), cancel, set token)
## [0.0.2] - 2021-02-25
- REFACTOR: remove react-i18n and implement messageformat