From 62f990c92b51aeca44d50c154cb4a18e2da3637c Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 23 Oct 2019 22:45:02 +0200 Subject: Disable appear animation on main block --- ISSUES.md | 19 ++++++++++--------- server/src/Design/Global.hs | 4 ++-- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/ISSUES.md b/ISSUES.md index 928dc7f..da9103f 100644 --- a/ISSUES.md +++ b/ISSUES.md @@ -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 -- cgit v1.2.3