summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-02-25 11:54:44 -0300
committerSebastian <sebasjm@gmail.com>2021-02-25 11:54:47 -0300
commitb4c42f71b69d017bb7275565a915479cbae6b342 (patch)
treee998d2156466c548a182da7bbea1cfb239801ee5 /CHANGELOG.md
parent64451fe1b74508c3eda71dbc8f3d4101a255a330 (diff)
downloadmerchant-backoffice-b4c42f71b69d017bb7275565a915479cbae6b342.tar.gz
merchant-backoffice-b4c42f71b69d017bb7275565a915479cbae6b342.tar.bz2
merchant-backoffice-b4c42f71b69d017bb7275565a915479cbae6b342.zip
refactor YUP, just using it to build errors object
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4797763..4ea2679 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,10 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- allow point separator for amounts
- prevent letters to be input in numbers
- red color when input is invalid (onchange)
- - auth token config as popup with 3 actions (clear (sure?), cancel, set token)
- - remove checkbox from auth token, use button (manage auth)
- prepend payto:// to account
- - validate on change everything
+ - validate everything using onChange
- all button to the right
- feature: input as date format
- bug: there is missing a mutate call when updating to remove the instance from cache
@@ -30,9 +28,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- prune scss styles to reduce size
## [Unreleased]
- - check the url from the backend when login
- - edit button should be a pen
- - implement correct weblate feature
+ - REFACTOR: remove react-i18n and implement messageformat
+ - REFACTOR: routes definitions to allow nested routes and tokens
+ - REFACTOR: remove yup from input form defitions
+ - added PORT environment variable for `make dev` and `make serve`
+ - added `make dist` and `make install`
+ - remove checkbox from auth token, use button (manage auth)
+ - auth token config as popup with 3 actions (clear (sure?), cancel, set token)
+ - remove last '/' on the backend url
+ - change button on table row from "edit" to "view"
- what happend if cannot access the config
- reorder the fields from the address/juriction section (take example)
- save every auth token of different instances