aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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