diff options
author | Joris | 2019-10-23 22:45:02 +0200 |
---|---|---|
committer | Joris | 2019-10-23 22:45:02 +0200 |
commit | 62f990c92b51aeca44d50c154cb4a18e2da3637c (patch) | |
tree | cf7c8512ed3edde569bcc1766ff539edaac00d19 /ISSUES.md | |
parent | c53198a7dd46f1575a33f823c29fa02126429e8f (diff) |
Disable appear animation on main block
Diffstat (limited to 'ISSUES.md')
-rw-r--r-- | ISSUES.md | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -1,9 +1,5 @@ # MVP -## Income view - -- Go to page 1 after adding an income - ## Payment - Use income table factorizations @@ -22,10 +18,15 @@ ## Bugs -- Fix page flickering on loading - After modal close, it is still on the DOM, preventing any click -# Additional features +# Next + +## Bugs + +- Fix page flickering on loading + +## Additional features - Remove unused payment category after payment edit on frontend - Auto focus on first input when payment modal is open @@ -39,7 +40,7 @@ - Show statistics. - Pages: 1 … 3 4 5 … 10 -# Code +## Code - Do something with ModalForm and ConfirmDialog - remove client warning messages @@ -48,11 +49,11 @@ - Test exceedingPayers - try DuplicateRecordFields (https://ghc.haskell.org/trac/ghc/wiki/Records/OverloadedRecordFields/DuplicateRecordFields) -# DB +## DB - Add DB indexes -# Tooling +## Tooling - deploy command - migration diff (use flyway?). |