diff options
-rw-r--r-- | ISSUES.md | 19 | ||||
-rw-r--r-- | server/src/Design/Global.hs | 4 |
2 files changed, 12 insertions, 11 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?). diff --git a/server/src/Design/Global.hs b/server/src/Design/Global.hs index 598319b..f9884bd 100644 --- a/server/src/Design/Global.hs +++ b/server/src/Design/Global.hs @@ -56,8 +56,8 @@ global = do height (pct 100) flexDirection column - "main" ? - appearAnimation + -- "main" ? + -- appearAnimation ".pageSpinner" ? do display flex |