aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2019-10-23 22:45:02 +0200
committerJoris2019-10-23 22:45:02 +0200
commit62f990c92b51aeca44d50c154cb4a18e2da3637c (patch)
treecf7c8512ed3edde569bcc1766ff539edaac00d19
parentc53198a7dd46f1575a33f823c29fa02126429e8f (diff)
downloadbudget-62f990c92b51aeca44d50c154cb4a18e2da3637c.tar.gz
budget-62f990c92b51aeca44d50c154cb4a18e2da3637c.tar.bz2
budget-62f990c92b51aeca44d50c154cb4a18e2da3637c.zip
Disable appear animation on main block
-rw-r--r--ISSUES.md19
-rw-r--r--server/src/Design/Global.hs4
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