Commit graph

55 commits

Author SHA1 Message Date
Walcher
7a5ace403e made hook to streamline getting totals and expense by type of category 2024-01-25 19:43:29 +01:00
Walcher
85e92c85b4 hold my beer des wird a katastrophe 2024-01-25 19:36:39 +01:00
Walcher
bdc2ca22f6 Refactor category type to use enum 2024-01-25 19:34:44 +01:00
jastornig
4ec0f214f7 Merge branch 'main' into '67-date-filtering-on-home-screen'
# Conflicts:
#   components/index.tsx
2024-01-25 18:26:46 +00:00
Jakob Stornig
8149ec234f A few changes:
Auto fill amount category edit
Empty list component
calendar filtering
in category screen, expenses can be added directly
2024-01-25 19:18:15 +01:00
Thomas Schleicher
0edc962bc9 Merge branch '66-graph' into 'main'
Resolve "graph"

Closes #66

See merge request thschleicher/interaktive-systeme!57
2024-01-25 17:50:49 +00:00
thschleicher
4b06a217c5 graph works 2024-01-25 18:39:16 +01:00
thschleicher
84dbae49c1 graph working kinda 2024-01-25 17:33:02 +01:00
thschleicher
ab2ef25615 first attempt at graph 2024-01-25 17:20:56 +01:00
Jakob Stornig
716a41cffd feat: filter by name category 2024-01-25 16:42:43 +01:00
thschleicher
4ddc76faa4 fixed euro sign on expense item (dont judge me I know this isnt the correct branch) and fixed the async storage so it acctually loads on the info 2024-01-25 15:38:50 +01:00
Jakob Stornig
bc3d243ffc feat: filter functionality on Home screen
Long press on any day to remove filter
2024-01-20 17:01:08 +01:00
Jakob Stornig
1beee68bff Major refactoring: navigation does not break anymore. the user can now navigate between the tabs without loosing context 2024-01-20 11:54:25 +01:00
Jakob Stornig
457b098883 fix: category search input cannot be cleared 2024-01-05 22:44:21 +01:00
Jakob Stornig
7dd17798c4 fix last issues 2024-01-05 21:33:13 +01:00
thschleicher
497c556a87 removed "entered" log, fixed loading symbol, implemented category update with editing 2024-01-05 20:53:47 +01:00
jastornig
8ff3435c2b Merge branch '53-loading-simple' into 'main'
Resolve "loading simple"

Closes #53

See merge request thschleicher/interaktive-systeme!40
2024-01-05 16:46:33 +00:00
Thomas Schleicher
d3b7c61c67 Resolve "Implement and Split edit Category from add Category" 2024-01-05 16:45:25 +00:00
jastornig
bf939fb807 Merge branch '56-edit-expense' into 'main'
Resolve "edit Expense"

Closes #56

See merge request thschleicher/interaktive-systeme!43
2024-01-05 14:37:15 +00:00
Jakob Stornig
5b71fa74b1 feat: edit expense 2024-01-05 15:26:09 +01:00
Walcher
c0a70a0ed5 finishing up 2024-01-05 14:52:20 +01:00
Walcher
8b68a7b7b0 made it possible to pass an override backgroundcolor to widget 2024-01-05 14:50:33 +01:00
Walcher
7e29e4f016 added "Financial" Advice 2024-01-05 14:43:15 +01:00
Walcher
d9db03af61 added SavingsOverview 2024-01-05 14:32:41 +01:00
Walcher
9544b3eabb added database connection 2024-01-05 14:32:30 +01:00
Thomas Schleicher
412e88d007 Resolve "Categories, detailed view on Press" 2024-01-05 12:27:56 +00:00
thschleicher
7606c5d1b8 fixed the budget element and implemented onPress 2024-01-05 10:52:02 +01:00
Jakob Stornig
c240febec8 fix: no space on modal search bar 2024-01-05 00:46:40 +01:00
Jakob Stornig
36679279c1 feat: Add expense screen 2024-01-05 00:46:40 +01:00
Jakob Stornig
e1efed5b21 changed name of SearchBar to TextInputBar 2024-01-05 00:39:52 +01:00
Jakob Stornig
5876fcaf8e feat: now has onchange functionality. clear works now 2024-01-05 00:37:06 +01:00
Jakob Stornig
93d16fc08a feat: amountField 2024-01-05 00:37:06 +01:00
Thomas Schleicher
9204d6f235 Resolve "Add Category Modal" 2024-01-03 17:31:59 +00:00
carol
3f864c8922 circle 2024-01-02 16:31:34 +01:00
Jakob Stornig
a51dee6795 fix: image not shown 2024-01-02 14:50:42 +01:00
Walcher
62e71d1b49 everything refactored 2024-01-02 14:38:47 +01:00
Thomas Schleicher
69610de100 Resolve "Budget" 2024-01-02 12:49:13 +00:00
Jakob Stornig
9de2678922 useTheme applied globally 2023-12-30 14:35:05 +01:00
Jakob Stornig
65c32a9298 feat: basic structure for calendar 2023-12-21 15:39:06 +01:00
Jakob Stornig
37b38d33fc maintainance: applied new Theme context to component 2023-12-21 15:36:19 +01:00
Thomas Schleicher
5a9b76a3ff Resolve "Budget" 2023-12-20 18:36:43 +00:00
Jakob Stornig
798e54f11c feat: UserSettings 2023-12-17 19:26:15 +01:00
Thomas Schleicher
417204b4c1 Resolve "datenbank schmiert ab wenn schnell 20~ einträge eingetragen werden" 2023-12-13 10:35:53 +00:00
Thomas Schleicher
9c42f89b20 Resolve "development build fix" 2023-12-08 22:13:29 +00:00
Walcher
b341ce5d69 "optimization" 2023-12-08 17:29:39 +01:00
Walcher
8437f474aa fixed darkmode issues on login and home 2023-12-08 17:19:30 +01:00
Walcher
f62b49b5cf fixed and broke the theme again 2023-12-08 16:52:24 +01:00
Jakob Stornig
e111800ca2 feat: login page integrated 2023-12-08 15:44:32 +01:00
Jakob Stornig
9ec5755f96 feat: new expense navigation 2023-12-07 16:54:17 +01:00
Jakob Stornig
38ff1322c3 feat: searchbar 2023-12-07 11:50:01 +01:00