Commit graph

231 commits

Author SHA1 Message Date
7d39f94271 Added EnterTanDialog 2024-08-27 03:03:01 +02:00
b6b88d31a1 Filtering out UserCancelledAction 2024-08-26 22:39:48 +02:00
8753d4c6d8 Made spacing a bit greater, looks better 2024-08-26 21:58:51 +02:00
2170bbc474 Set singleLine to true by default 2024-08-26 20:34:09 +02:00
3c4a2232e8 Added transactions now to UiState to be able to watch them 2024-08-26 19:21:37 +02:00
75f73164aa Moved to package config 2024-08-26 19:09:37 +02:00
98c510f29a Implemented showing application errors 2024-08-26 19:08:28 +02:00
1d48e617df Configured desktop window size 2024-08-26 18:33:24 +02:00
9d232dfb43 Showing errors returned from Banking Client 2024-08-26 18:08:48 +02:00
ee4287ada1 Configured logging for desktop app 2024-08-26 17:08:52 +02:00
2869544a1c Implemented retrieving transactions of last 90 days when adding an account; switched from wasmJs to js as Ktor currently doesn't support wasmJs (due to CORS web sites cannot request banks servers directly anyway) 2024-08-26 16:54:41 +02:00
9ee82e9a5b Fixed that file got read twice 2024-08-26 04:52:38 +02:00
fff86145b2 Added thousands separator 2024-08-26 03:59:09 +02:00
0696af3956 Raised count returned search results 2024-08-26 02:11:51 +02:00
e08df3b871 Fixed focusing next focusable element after selecting an item 2024-08-26 01:54:56 +02:00
1a64f24457 Fixed importing kotlinx-serialization plugin 2024-08-26 01:43:12 +02:00
1ec1299020 Reduced padding top of first item 2024-08-26 01:32:01 +02:00
9116dd945f Added PlatformType (even though it's not used somewhere) 2024-08-26 01:28:54 +02:00
b0f7f23f98 Removed unused example code 2024-08-26 01:28:01 +02:00
13d922da87 Fixed AutocompleteTextField, DropdownMenu just didn't work and always took focus from TextField 2024-08-26 01:26:45 +02:00
972af95a11 Implemented searching for banks in AddAccountDialog 2024-08-25 16:05:15 +02:00
5f25b51487 Showing AddAccountDialog on click on FloatingActionButton 2024-08-25 06:03:48 +02:00
23bd5833ea Removed unnecessary elements 2024-08-25 03:29:25 +02:00
8bfd50e0c0 Using better readable colors for amount from Tailwind color palette 2024-08-25 03:28:55 +02:00
a7731091be Displaying income and expenses of each month 2024-08-25 03:22:08 +02:00
fedbb3a544 Set max width for TransactionsList 2024-08-25 02:57:02 +02:00
6fc01ad285 Fixed dependencies without FinTs4kBankingClient 2024-08-25 02:37:14 +02:00
8808843392 Added shadow and rounded corner 2024-08-25 02:32:33 +02:00
3124bfc8f8 Grouping transactions by month 2024-08-25 02:25:30 +02:00
32657331f9 Implemented showing account transactions 2024-08-25 01:46:56 +02:00
4061cf22e6 Initial commit 2024-08-24 22:00:18 +02:00