MaysWind
a8b6f72ee6
update translation
2026-01-24 23:02:33 +08:00
MaysWind
9484cf514d
show more accurate status messages when reloading all account, category and tag data
2026-01-24 22:53:56 +08:00
MaysWind
70958c00d3
limit the maximum height of the add button dropdown menu on the desktop transaction list page
2026-01-24 22:06:45 +08:00
MaysWind
9467335536
hide change tag group display order button when there are fewer than two tag groups
2026-01-24 21:57:42 +08:00
MaysWind
f916fdff06
disable the move tag button when there are fewer than two tag groups
2026-01-24 21:55:45 +08:00
MaysWind
ced346506e
format translation file
2026-01-24 21:44:16 +08:00
MaysWind
e0cd96f87e
format code
2026-01-24 21:41:44 +08:00
Minhyung Park
ed7e906903
Update Korean translation
2026-01-24 21:41:22 +08:00
MaysWind
3bb7f5abf4
support exporting data when checking pending import data
2026-01-22 23:58:04 +08:00
MaysWind
5d801a2343
remove redundant code
2026-01-22 23:15:36 +08:00
MaysWind
0d9e59dad9
fix the import dialog sometimes fails to automatically remember the last selected type
2026-01-22 22:23:05 +08:00
MaysWind
5fd1396b5c
fix wrong mime type
2026-01-22 22:02:52 +08:00
MaysWind
b3b9d9293b
support semicolon-separated data when importing delimiter-separated values files / data ( #458 )
2026-01-22 22:01:59 +08:00
MaysWind
8b405e513f
add new contributor
2026-01-22 00:00:17 +08:00
MaysWind
2bfcfbf03d
update translation
2026-01-21 23:59:12 +08:00
MaysWind
10388a5ffa
improved Chinese translation
2026-01-21 23:33:41 +08:00
MaysWind
a127a381cc
remove unused entries
2026-01-21 23:33:15 +08:00
MaysWind
4aa0dc20af
update translation
2026-01-21 23:32:40 +08:00
Diego Fernández Criado
012cc04107
Update ES locales
2026-01-21 23:31:33 +08:00
MaysWind
25a84ad3af
add new contributor
2026-01-21 22:30:29 +08:00
MaysWind
c0036d230a
update locale default settings
2026-01-21 22:30:03 +08:00
Harsh Vardan
869970a4ab
refactor(locale): remove wrongfully formatted fsl translation file by ide
2026-01-21 11:06:02 +08:00
Harsh Vardan
42f8aa410c
refactor(locale): proper import order in locales index.ts file
2026-01-21 11:06:02 +08:00
Harsh Vardan
80e1223505
feat(locale): add Tamil translation
2026-01-21 11:06:02 +08:00
MaysWind
fc9581580c
fix the system paste button appears again after the user tap outside
2026-01-19 22:23:24 +08:00
MaysWind
b0e6764bfe
do not allow switching tag groups before saving changes to the tag order
2026-01-19 01:02:46 +08:00
MaysWind
03fef81414
fix no error message is shown when a tag cannot be moved
2026-01-19 00:56:07 +08:00
MaysWind
8dcb8648a5
support tag group for transaction tags in the import transaction tool
2026-01-19 00:55:34 +08:00
MaysWind
50b4c96a99
fix the placeholder values in "root_url" cannot be resolved using values from environment variables, and do not allow placeholders in other options
2026-01-19 00:29:08 +08:00
MaysWind
c9b894fdbe
add new contributor
2026-01-18 13:42:11 +08:00
Andres Teller
a2f1d944ad
fix: correct typo in Spanish translation
2026-01-18 13:32:53 +08:00
MaysWind
be4ec2bcce
bump version to 1.3.1
2026-01-18 13:26:27 +08:00
MaysWind
c1a728c391
add default value for newly added columns
v1.3.0
2026-01-17 23:43:32 +08:00
MaysWind
46ff0ecd3b
place the account at the end of the account category after changing account category
2026-01-17 23:32:13 +08:00
MaysWind
8db69f64c8
place the transaction category at the end of the primary category after changing primary category
2026-01-17 23:31:48 +08:00
MaysWind
8447dd7ae6
support pasting amount on number pad sheet for non-ios device
2026-01-17 22:16:30 +08:00
MaysWind
543cc5f656
disable buttons in navigation bar during initial page load
2026-01-17 20:52:48 +08:00
MaysWind
9664bac47f
update the title of the change display order dialog/page
2026-01-17 20:12:43 +08:00
MaysWind
42ae323568
support adding / renaming / deleting / changing display order for tag group on mobile version
2026-01-17 20:04:07 +08:00
MaysWind
a357fb8136
automatically switch to the newly added tag group
2026-01-17 19:24:09 +08:00
MaysWind
3b487ca0d9
fix the currently displayed group is incorrect after deleting a tag group
2026-01-17 19:02:44 +08:00
MaysWind
91e98f3126
make delete tag group button disabled when tag group has tags
2026-01-17 18:55:32 +08:00
MaysWind
7ecacaeb05
support moving tags on mobile version
2026-01-17 18:48:45 +08:00
MaysWind
598ae9fa06
show add button in default group
2026-01-17 16:05:04 +08:00
MaysWind
0803a5930f
add new contributor
2026-01-17 14:29:46 +08:00
MaysWind
9aaf3284c0
remove unnecessary type assertions
2026-01-17 14:29:36 +08:00
GaryOu
b27f9c12de
refactor: use isDefined util for account ID check in TransactionEditPageBase.ts
2026-01-17 14:24:07 +08:00
GaryOu
a730ebab8f
Refactor transfer amount calculation to handle account changes
...
- Refactor `setTransactionSuitableDestinationAmount` in transactions store to handle account ID changes and avoid logic duplication.
- Recalculate transfer-in amount when changing accounts, while preserving manual edits by verifying previous exchange rate relationships.
- Clean up redundant calculation logic in `TransactionEditPageBase.ts`.
2026-01-17 14:24:07 +08:00
GaryOu
f7d0e2279a
Watch for account changes and recalculate destination amount for transfers on the Add Transfer Transaction dialog
2026-01-17 14:24:07 +08:00
MaysWind
e41dd1c1f8
add new contributor
2026-01-17 10:25:02 +08:00