diff --git a/web/src/pages/Account.vue b/web/src/pages/Account.vue
index b9239d0..ed6ddde 100644
--- a/web/src/pages/Account.vue
+++ b/web/src/pages/Account.vue
@@ -29,16 +29,22 @@ export default {
{{transaction.GroupID ? "☀" : ""}}
|
-
+ |
{{transaction.Memo}}
|
{{transaction.Amount.Int / 100}}
|
- {{transaction.Status}}
+ {{transaction.Status == "Reconciled" ? "✔" : (transaction.Status == "Uncleared" ? "" : "*")}}
|
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/web/src/pages/BudgetSidebar.vue b/web/src/pages/BudgetSidebar.vue
index dd46df5..3ef8ea9 100644
--- a/web/src/pages/BudgetSidebar.vue
+++ b/web/src/pages/BudgetSidebar.vue
@@ -16,7 +16,7 @@ export default {
- Budget
- Reports (Coming Soon)
- - All Accounts
+
-
On-Budget Accounts
@@ -38,17 +38,11 @@ export default {
-
Closed Accounts
- -
+
+
- + Add Account
+ - Budget-Settings
+
\ No newline at end of file