| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bring back NEXT_PUBLIC_BASE_URL | Sebastien Castiel | 2024-01-19 | 3 | -13/+19 |
| | | |||||
| * | Update README.md | Sebastien Castiel | 2024-01-19 | 1 | -1/+1 |
| | | |||||
| * | Add deploy with Vercel button | Sebastien Castiel | 2024-01-19 | 1 | -0/+2 |
| | | |||||
| * | Remove varianle NEXT_PUBLIC_BASE_URL | Sebastien Castiel | 2024-01-19 | 8 | -27/+36 |
| | | |||||
| * | Clean project from marketing content (#50) | Sebastien Castiel | 2024-01-19 | 12 | -1327/+25 |
| | | | | | | * Clean project from marketing content * Remove some dependencies | ||||
| * | Merge feedback and support dialogs | Sebastien Castiel | 2024-01-18 | 7 | -362/+316 |
| | | |||||
| * | Fix mobile keyboard on shares field (Fix #49) | Sebastien Castiel | 2024-01-18 | 1 | -2/+12 |
| | | |||||
| * | Remove unused code | Sebastien Castiel | 2024-01-18 | 1 | -9/+0 |
| | | |||||
| * | Responsive category selector with drawer | Sebastien Castiel | 2024-01-17 | 1 | -51/+109 |
| | | |||||
| * | Use combobox for category selector | Sebastien Castiel | 2024-01-17 | 5 | -31/+507 |
| | | |||||
| * | Improve UI of expense list | Sebastien Castiel | 2024-01-17 | 3 | -6/+10 |
| | | |||||
| * | Group expenses (#48) | Brandon Eng | 2024-01-17 | 5 | -63/+127 |
| | | | | | | | | | | | | | | | | * Group expenses my date * Group expenses my date * typescript errors * prettier * getExpenseGroup * update logic to use dayjs * clean up | ||||
| * | Add GitHub actions | Sebastien Castiel | 2024-01-16 | 6 | -5/+50 |
| | | |||||
| * | Update contributors | Sebastien Castiel | 2024-01-16 | 1 | -0/+6 |
| | | |||||
| * | Ability to archive groups when they’re settled up (#45) | Brandon Eng | 2024-01-16 | 7 | -176/+336 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | Create FUNDING.yml | Sebastien Castiel | 2024-01-15 | 1 | -0/+13 |
| | | |||||
| * | Export group expenses as JSON (Closes #42) | Sebastien Castiel | 2024-01-15 | 2 | -3/+47 |
| | | |||||
| * | Fix donation modal with dark mode (Closes #46) | Sebastien Castiel | 2024-01-15 | 1 | -4/+4 |
| | | |||||
| * | Fix client-side error when editing date with keyboard (Closes #43) | Sebastien Castiel | 2024-01-14 | 1 | -3/+6 |
| | | |||||
| * | Add donation button (closes #40) | Sebastien Castiel | 2024-01-14 | 7 | -30/+201 |
| | | |||||
| * | Update home page & README | Sebastien Castiel | 2024-01-11 | 2 | -1/+15 |
| | | |||||
| * | Add category icons | Sebastien Castiel | 2024-01-11 | 3 | -4/+160 |
| | | |||||
| * | Assign categories to expenses (#28) | Chris Johnston | 2024-01-11 | 8 | -9/+153 |
| | | | | | | | | | | | | | | * 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> | ||||
| * | Update contributors | Sebastien Castiel | 2024-01-11 | 1 | -1/+7 |
| | | |||||
| * | Docker container version (#39) | Max | 2024-01-11 | 9 | -3/+72 |
| | | | | | | | | | | | | | | | | | | | | | * + Dockerfile and compose file + Scripts dir and startup script + Build image npm script * * Moves env to file * + Tags image with info from package.json * Moves image creation to script * Updates README * Update README.md Co-authored-by: Sebastien Castiel <sebastien@castiel.me> --------- Co-authored-by: Maxime Jacob <mjacob-no-reply@proton.me> Co-authored-by: Sebastien Castiel <sebastien@castiel.me> | ||||
| * | Add contributors link | Sebastien Castiel | 2024-01-11 | 1 | -0/+8 |
| | | |||||
| * | Remove group (Fix #38) | Sebastien Castiel | 2024-01-11 | 2 | -5/+76 |
| | | |||||
| * | Improve design for expense list | Sebastien Castiel | 2024-01-10 | 2 | -13/+21 |
| | | |||||
| * | Fix font size in inputs | Sebastien Castiel | 2024-01-09 | 1 | -2/+10 |
| | | |||||
| * | Feedback button | Sebastien Castiel | 2024-01-09 | 14 | -17/+1459 |
| | | |||||
| * | Add contributors on home page | Sebastien Castiel | 2024-01-09 | 2 | -3/+59 |
| | | |||||
| * | Update README.md | Sebastien Castiel | 2024-01-09 | 1 | -1/+2 |
| | | |||||
| * | Ask the user who they are when opening a group for the first time (#7) | Sebastien Castiel | 2024-01-09 | 9 | -41/+599 |
| | | |||||
| * | Add activeUser for default payer per group (#16) | Ankit Bahl | 2024-01-09 | 3 | -2/+97 |
| | | | | | | | | | | * Add activeUser for default payer per group * Prettier, change labels, use useEffect --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me> | ||||
| * | Fix how dates are displayed (Fix #33) | Sebastien Castiel | 2024-01-09 | 1 | -5/+9 |
| | | |||||
| * | add shares to paidFor in reimbursement (#32) | Chris Johnston | 2024-01-08 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | Sebastien Castiel | 2024-01-08 | 1 | -1/+2 |
| | | |||||
| * | Fix UI bug when clicking reimbursement link (#31) | Chris Johnston | 2024-01-08 | 1 | -0/+1 |
| | | |||||
| * | Mark a group as favorite (fixes #29) | Sebastien Castiel | 2024-01-08 | 2 | -44/+124 |
| | | |||||
| * | Add Expense Date (#26) | Chris Johnston | 2024-01-08 | 8 | -3/+42 |
| | | | | | | | | | | | | | | * add expense date * Improve date formatting * Prettier * Change field description --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me> | ||||
| * | Fix items alignment | Sebastien Castiel | 2024-01-08 | 1 | -1/+1 |
| | | |||||
| * | Add splitmode and shares to expenses (#11) | Sebastien Castiel | 2024-01-08 | 10 | -161/+513 |
| | | | | | | | | | | | | | | * Add splitmode and shares to expenses * Update balances based on shares * Change field size * Form validation * Redesign expense form * Split unevenly by amount | ||||
| * | Fix index | Sebastien Castiel | 2023-12-26 | 1 | -0/+3 |
| | | |||||
| * | Revert "Use modal dialogs for expense creation & edition (#10)" | Sebastien Castiel | 2023-12-19 | 18 | -624/+312 |
| | | | | | This reverts commit 1e66efe5169dfad9a0c62ba42fbf31ce977bf49e. | ||||
| * | Use modal dialogs for expense creation & edition (#10) | Sebastien Castiel | 2023-12-19 | 18 | -312/+624 |
| | | | | | | | | | | | | * First attemps at using route interception and modals * Remove route interception * Make it work * Use Vaul on small screens * Improve vaul | ||||
| * | Add background | Sebastien Castiel | 2023-12-15 | 2 | -2/+2 |
| | | |||||
| * | Add ref in shared link | Sebastien Castiel | 2023-12-15 | 1 | -1/+1 |
| | | |||||
| * | Small improvements | Sebastien Castiel | 2023-12-14 | 3 | -5/+12 |
| | | |||||
| * | Improve design | Sebastien Castiel | 2023-12-14 | 5 | -7/+7 |
| | | |||||
| * | Improve loading states | Sebastien Castiel | 2023-12-14 | 4 | -14/+56 |
| | | |||||
