Commit Graph

70 Commits

Author SHA1 Message Date
ba5766f9d5 Update to .NET 10 preview
All checks were successful
Docker Image CI / build (push) Successful in 8m8s
2025-03-11 23:32:27 +00:00
25876813e5 Update dependencies 2025-03-11 22:21:20 +00:00
680458b0f3 Update dependencies
All checks were successful
Docker Image CI / build (push) Successful in 4m20s
2024-12-30 13:33:49 +00:00
79850c46b5 Tweak New Transaction - Items page styles so content fits on narrow screens
All checks were successful
Docker Image CI / build (push) Successful in 3m5s
2024-10-14 18:26:07 +01:00
e5478a426b Fix last purchased quantity not set when adding loose item 2024-10-14 15:09:54 +01:00
d089065208 Fix format of default item quantity when scanning barcode 2024-10-14 15:08:46 +01:00
d64870bf4f Fix FOUT causing layout shift on full page load
All checks were successful
Docker Image CI / build (push) Successful in 3m5s
2024-10-13 16:45:16 +01:00
00e17497bf Fix error saving transaction with a promotion with items 2024-10-13 16:17:35 +01:00
2c0f6f1cab Fix error loading Add/Edit Transaction Item page
All checks were successful
Docker Image CI / build (push) Successful in 3m8s
2024-10-12 16:00:32 +01:00
47d13ba922 Add support for adding 'loose' items to transactions
All checks were successful
Docker Image CI / build (push) Successful in 3m45s
2024-10-12 02:36:38 +01:00
dfcab40d70 Fix CSS/JS not resolving on full-page reload for New Transaction pages 2024-10-06 21:19:55 +01:00
eee2c201fa Store when barcode was last scanned
All checks were successful
Docker Image CI / build (push) Successful in 14m3s
2024-10-05 19:15:21 +01:00
68eff11fdc Update dependencies 2024-10-05 17:55:58 +01:00
485f58c61d Serve fonts locally 2024-10-05 17:41:24 +01:00
8669904edd Use new static assets middleware
All checks were successful
Docker Image CI / build (push) Successful in 2m8s
2024-07-12 00:45:34 +01:00
2f5212f8d0 Update to .NET 9 preview 2024-07-11 22:47:19 +01:00
8066478447 Simplify copying csproj files in Docker build
All checks were successful
Docker Image CI / build (push) Successful in 1m41s
2024-07-11 21:46:55 +01:00
4c62cded56 Enable X-Forwarded-* headers using env var instead of code 2024-07-11 21:45:04 +01:00
6abff69bcb Fix transaction item modal closing when scanning barcode
All checks were successful
Docker Image CI / build (push) Successful in 2m26s
2024-07-11 21:07:04 +01:00
a48df4e2da Disable page prefetching 2024-07-11 19:46:28 +01:00
7fcf038f3d Update dependencies
All checks were successful
Docker Image CI / build (push) Successful in 1m46s
2024-07-10 23:20:26 +01:00
0ae990e6c0 Reenable workflow caching
All checks were successful
Docker Image CI / build (push) Successful in 1m46s
2024-07-10 19:10:30 +01:00
f39f48b882 Update workflow actions 2024-07-10 19:08:32 +01:00
db0dd88386 Update README with new image URL
All checks were successful
Docker Image CI / build (push) Successful in 1m53s
2024-07-07 23:47:41 +01:00
01f8e8c1d6 Update workflow for Gitea 2024-07-07 23:42:39 +01:00
ec797885d6 Update dependencies 2024-01-13 17:07:55 +00:00
cf30fcecbc Fix Add/Edit Transaction Item form error when scanning barcode 2023-12-13 16:27:07 +00:00
8223568ed6 Refactor tables to Razor components 2023-12-10 20:36:48 +00:00
fd05501fad Fix error loading page after adding promotion with items to transaction 2023-12-05 22:49:32 +00:00
12f91cbf93 Fix enter keypress not submitting Add/Edit Transaction Item form 2023-12-05 22:33:24 +00:00
a693770ff4 Fix item suggestions on Add/Edit Transaction Item form 2023-12-05 22:28:48 +00:00
70a34b67d6 Refactor New Transaction pages/modals to Razor components 2023-12-03 20:06:53 +00:00
74cb6109c9 Refactor New/Edit Store modals/pages to Razor components 2023-12-03 20:06:11 +00:00
595a691da2 Refactor Home page to Razor component 2023-12-03 20:06:11 +00:00
f070acef41 Refactor Transactions page to Razor component 2023-12-03 20:06:11 +00:00
51bff2162e Refactor Items page to Razor component 2023-12-03 20:06:07 +00:00
f1d65f590f Refactor Stores page to Razor components 2023-12-03 19:52:27 +00:00
d8c6e502a8 Remove OAuth authentication 2023-11-14 22:48:44 +00:00
fce7734df6 Return newest item when scanning barcode linked to multiple items 2023-11-12 19:34:06 +00:00
cd77aaf313 Fix new barcode not saved when adding existing item to transaction 2023-11-12 17:13:40 +00:00
60c48ce952 Fix form submissions failing when using OAuth 2023-11-12 01:36:32 +00:00
8ea0c769d8 Fix X-Forwarded-* headers ignored when running in container 2023-11-11 22:41:28 +00:00
30e774da38 Respect X-Forwarded-* headers 2023-11-11 21:40:25 +00:00
6c954a5446 Add optional authentication via third party OAuth providers 2023-11-11 20:00:31 +00:00
929eddd9e8 Add ability to add transaction items using barcode scanner 2023-11-05 23:10:54 +00:00
eae1833e2b Supress style suggestion for C# 12 primary constructors 2023-11-05 21:32:21 +00:00
d8c828686e Enable debugging on remote device 2023-11-05 15:16:38 +00:00
03d64364a8 Remove Razor view runtime compilation 2023-11-04 16:22:28 +00:00
eb06bf1562 Move libman restore to separate layer to further improve Docker build caching 2023-11-04 16:21:24 +00:00
08bdf72ff6 Fix warnings 2023-11-04 12:55:55 +00:00