aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* feat: initialise a new totals tab with basic UI (#94)Anurag2024-02-282-0/+80
| | | | | | | | | | | | | | | * feat: initialise a new totals tab with basic UI * fix: update group tabs and add stats page * fix: styling within the new elements * Prettier * Display active user expenses only if active user is set --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
* Optimize docker image size (#91)Jan T2024-02-142-3/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Round totals rather than expense by expense (#88)Lauri Vuorela2024-02-131-4/+30
| | | | | | | | | * do balance rounding only on full balances rather than on every expense * use "public balances" calculated from reimbursements to show on balance page * fixes for totals that did not work as expected * prettier
* Replace commas with dots in expense form schema amount field (#90)Jan T2024-02-131-2/+4
|
* Limit file upload size on the client (#84)Sebastien Castiel2024-02-061-0/+13
|
* format currency with thousand separators (#81)Lauri Vuorela2024-02-041-0/+9
|
* Automatic category from expense title (#80)Mert Demir2024-02-042-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * environment variable * random category draft * get category from ai * input limit and documentation * use watch * use field.name * prettier * presigned upload, readme warning, category to string util * prettier * check whether feature is enabled * use process.env * improved prompt to return id only * remove console.debug * show loader * share class name * prettier * use template literals * rename format util * prettier
* Support for additional S3 providers (#71)Mert Demir2024-01-311-0/+2
| | | | | | | | | * support for other s3 providers * remove redundant route options * use type safe env * prettier
* Create expense from receipt (#69)Sebastien Castiel2024-01-302-0/+16
| | | | | | | * Create expense from receipt * Add modal * Update README
* Use React’s cache to avoid some queries to the databaseSebastien Castiel2024-01-301-1/+3
|
* Sort expenses by expense date, then by creation date (partial workaround for ↵Sebastien Castiel2024-01-291-1/+1
| | | | #67)
* Attach documents to expenses (#64)Sebastien Castiel2024-01-283-14/+71
| | | | | | | | | * Upload documents to receipts * Improve documents * Make the feature opt-in * Fix file name issue
* Bring back NEXT_PUBLIC_BASE_URLSebastien Castiel2024-01-191-0/+8
|
* Remove varianle NEXT_PUBLIC_BASE_URLSebastien Castiel2024-01-192-1/+8
|
* Clean project from marketing content (#50)Sebastien Castiel2024-01-192-10/+0
| | | | | * Clean project from marketing content * Remove some dependencies
* Merge feedback and support dialogsSebastien Castiel2024-01-181-1/+1
|
* Ability to archive groups when they’re settled up (#45)Brandon Eng2024-01-161-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Settled up icon on group card * remove logs * archived groups * remove settled up * remove more settled up * recent-group-list-card * sortGroups * archiveGroup * unarchiveGroup * clean up * more clean up * Prettier, fix TS errors, add titles --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
* Add donation button (closes #40)Sebastien Castiel2024-01-141-0/+1
|
* Assign categories to expenses (#28)Chris Johnston2024-01-112-2/+10
| | | | | | | | | | | | | * add expense categories * set category to Payment for reimbursements * Insert categories as part of the migration * Display category groups --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
* Feedback buttonSebastien Castiel2024-01-092-0/+8
|
* Ask the user who they are when opening a group for the first time (#7)Sebastien Castiel2024-01-091-0/+42
|
* Add Expense Date (#26)Chris Johnston2024-01-082-1/+4
| | | | | | | | | | | | | * add expense date * Improve date formatting * Prettier * Change field description --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
* Add splitmode and shares to expenses (#11)Sebastien Castiel2024-01-083-56/+162
| | | | | | | | | | | | | * Add splitmode and shares to expenses * Update balances based on shares * Change field size * Form validation * Redesign expense form * Split unevenly by amount
* Improve loading statesSebastien Castiel2023-12-141-0/+1
|
* Replace unsafe id generator with nanoid (#4)Ivan Alexandrov2023-12-131-1/+2
|
* Select all/no participant for expenses (Fix #3)Sebastien Castiel2023-12-121-1/+1
|
* Fix string to number conversion in expense schema (Fix #1) (#2)Sebastien Castiel2023-12-121-1/+1
|
* Add PlausibleSebastien Castiel2023-12-111-0/+1
|
* Tiny adjustmentsSebastien Castiel2023-12-111-2/+5
|
* Migration script, improvements in expenses listSebastien Castiel2023-12-081-1/+2
|
* Short IDsSebastien Castiel2023-12-081-5/+8
|
* Remove delaySebastien Castiel2023-12-071-2/+0
|
* Redesign the groups pageSebastien Castiel2023-12-071-0/+10
|
* Prevent removing participants with expensesSebastien Castiel2023-12-071-0/+12
|
* Titles and navigationSebastien Castiel2023-12-071-0/+9
|
* Store amounts as centsSebastien Castiel2023-12-072-6/+24
|
* Fix balances displaySebastien Castiel2023-12-061-3/+3
|
* ReimbursementsSebastien Castiel2023-12-063-1/+3
|
* ReimbursementsSebastien Castiel2023-12-061-0/+40
|
* BalancesSebastien Castiel2023-12-061-0/+42
|
* Add currencySebastien Castiel2023-12-062-0/+6
|
* Delete expenseSebastien Castiel2023-12-061-0/+8
|
* Loading screens & layoutsSebastien Castiel2023-12-063-11/+22
|
* First versionSebastien Castiel2023-12-054-0/+228