aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
Commit message (Collapse)AuthorAgeFilesLines
* Optimize docker image size (#91)Jan T2024-02-141-49/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move prisma to runtime dependencies * Optimize Dockerfile and build script * Fix: remove mention of generated next-env.d.ts in Dockerfile * Add missing reset.d.ts file to Dockerfile * Remove compression steps from Dockerfile and entrypoint script * Add an env file with mocked env vars added for Docker production builds * Use server actions to get runtime env vars * Refactor types and names * Rollback serverActions, use parsed Zod object for runtime env * Reintroduce featureFlags object to avoid passing secret envs to the frontend * Improve string to boolean coercion Co-authored-by: Sebastien Castiel <sebastien@castiel.me> * Run prettier autoformat * Fix type issue, rename function to match behaviour better --------- Co-authored-by: Lauri Vuorela <lauri.vuorela@gmail.com> Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
* Improve receipt scanningSebastien Castiel2024-01-301-0/+105
|
* Create expense from receipt (#69)Sebastien Castiel2024-01-301-502/+265
| | | | | | | * Create expense from receipt * Add modal * Update README
* Use carousel to display imagesSebastien Castiel2024-01-281-0/+26
|
* Attach documents to expenses (#64)Sebastien Castiel2024-01-281-0/+1596
| | | | | | | | | * Upload documents to receipts * Improve documents * Make the feature opt-in * Fix file name issue
* Upgrade Next.js to 14.1.0Sebastien Castiel2024-01-241-104/+960
|
* Add date and bring back group name in exported filename (#54)Sebastien Castiel2024-01-231-0/+38
|
* Clean project from marketing content (#50)Sebastien Castiel2024-01-191-779/+14
| | | | | * Clean project from marketing content * Remove some dependencies
* Use combobox for category selectorSebastien Castiel2024-01-171-0/+252
|
* Group expenses (#48)Brandon Eng2024-01-171-0/+6
| | | | | | | | | | | | | | | * Group expenses my date * Group expenses my date * typescript errors * prettier * getExpenseGroup * update logic to use dayjs * clean up
* Add GitHub actionsSebastien Castiel2024-01-161-1/+1
|
* Add donation button (closes #40)Sebastien Castiel2024-01-141-1/+37
|
* Feedback buttonSebastien Castiel2024-01-091-14/+800
|
* Ask the user who they are when opening a group for the first time (#7)Sebastien Castiel2024-01-091-0/+83
|
* Add splitmode and shares to expenses (#11)Sebastien Castiel2024-01-081-0/+37
| | | | | | | | | | | | | * Add splitmode and shares to expenses * Update balances based on shares * Change field size * Form validation * Redesign expense form * Split unevenly by amount
* Revert "Use modal dialogs for expense creation & edition (#10)"Sebastien Castiel2023-12-191-94/+45
| | | | This reverts commit 1e66efe5169dfad9a0c62ba42fbf31ce977bf49e.
* Use modal dialogs for expense creation & edition (#10)Sebastien Castiel2023-12-191-45/+94
| | | | | | | | | | | * First attemps at using route interception and modals * Remove route interception * Make it work * Use Vaul on small screens * Improve vaul
* Replace unsafe id generator with nanoid (#4)Ivan Alexandrov2023-12-131-6/+23
|
* Add PlausibleSebastien Castiel2023-12-111-0/+14
|
* PWASebastien Castiel2023-12-101-67/+59
|
* Migration script, improvements in expenses listSebastien Castiel2023-12-081-16/+303
|
* Short IDsSebastien Castiel2023-12-081-23/+55
|
* Prevent removing participants with expensesSebastien Castiel2023-12-071-0/+32
|
* Share buttonSebastien Castiel2023-12-071-0/+108
|
* Dark modeSebastien Castiel2023-12-071-0/+82
|
* Better loading behaviorSebastien Castiel2023-12-061-2/+52
|
* First versionSebastien Castiel2023-12-051-0/+5551