aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdSebastien Castiel2024-01-191-1/+1
|
* Add deploy with Vercel buttonSebastien Castiel2024-01-191-0/+2
|
* Remove varianle NEXT_PUBLIC_BASE_URLSebastien Castiel2024-01-198-27/+36
|
* Clean project from marketing content (#50)Sebastien Castiel2024-01-1912-1327/+25
| | | | | * Clean project from marketing content * Remove some dependencies
* Merge feedback and support dialogsSebastien Castiel2024-01-187-362/+316
|
* Fix mobile keyboard on shares field (Fix #49)Sebastien Castiel2024-01-181-2/+12
|
* Remove unused codeSebastien Castiel2024-01-181-9/+0
|
* Responsive category selector with drawerSebastien Castiel2024-01-171-51/+109
|
* Use combobox for category selectorSebastien Castiel2024-01-175-31/+507
|
* Improve UI of expense listSebastien Castiel2024-01-173-6/+10
|
* Group expenses (#48)Brandon Eng2024-01-175-63/+127
| | | | | | | | | | | | | | | * Group expenses my date * Group expenses my date * typescript errors * prettier * getExpenseGroup * update logic to use dayjs * clean up
* Add GitHub actionsSebastien Castiel2024-01-166-5/+50
|
* Update contributorsSebastien Castiel2024-01-161-0/+6
|
* Ability to archive groups when they’re settled up (#45)Brandon Eng2024-01-167-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.ymlSebastien Castiel2024-01-151-0/+13
|
* Export group expenses as JSON (Closes #42)Sebastien Castiel2024-01-152-3/+47
|
* Fix donation modal with dark mode (Closes #46)Sebastien Castiel2024-01-151-4/+4
|
* Fix client-side error when editing date with keyboard (Closes #43)Sebastien Castiel2024-01-141-3/+6
|
* Add donation button (closes #40)Sebastien Castiel2024-01-147-30/+201
|
* Update home page & READMESebastien Castiel2024-01-112-1/+15
|
* Add category iconsSebastien Castiel2024-01-113-4/+160
|
* Assign categories to expenses (#28)Chris Johnston2024-01-118-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 contributorsSebastien Castiel2024-01-111-1/+7
|
* Docker container version (#39)Max2024-01-119-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 linkSebastien Castiel2024-01-111-0/+8
|
* Remove group (Fix #38)Sebastien Castiel2024-01-112-5/+76
|
* Improve design for expense listSebastien Castiel2024-01-102-13/+21
|
* Fix font size in inputsSebastien Castiel2024-01-091-2/+10
|
* Feedback buttonSebastien Castiel2024-01-0914-17/+1459
|
* Add contributors on home pageSebastien Castiel2024-01-092-3/+59
|
* Update README.mdSebastien Castiel2024-01-091-1/+2
|
* Ask the user who they are when opening a group for the first time (#7)Sebastien Castiel2024-01-099-41/+599
|
* Add activeUser for default payer per group (#16)Ankit Bahl2024-01-093-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 Castiel2024-01-091-5/+9
|
* add shares to paidFor in reimbursement (#32)Chris Johnston2024-01-081-1/+1
|
* Update README.mdSebastien Castiel2024-01-081-1/+2
|
* Fix UI bug when clicking reimbursement link (#31)Chris Johnston2024-01-081-0/+1
|
* Mark a group as favorite (fixes #29)Sebastien Castiel2024-01-082-44/+124
|
* Add Expense Date (#26)Chris Johnston2024-01-088-3/+42
| | | | | | | | | | | | | * add expense date * Improve date formatting * Prettier * Change field description --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
* Fix items alignmentSebastien Castiel2024-01-081-1/+1
|
* Add splitmode and shares to expenses (#11)Sebastien Castiel2024-01-0810-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 indexSebastien Castiel2023-12-261-0/+3
|
* Revert "Use modal dialogs for expense creation & edition (#10)"Sebastien Castiel2023-12-1918-624/+312
| | | | This reverts commit 1e66efe5169dfad9a0c62ba42fbf31ce977bf49e.
* Use modal dialogs for expense creation & edition (#10)Sebastien Castiel2023-12-1918-312/+624
| | | | | | | | | | | * First attemps at using route interception and modals * Remove route interception * Make it work * Use Vaul on small screens * Improve vaul
* Add backgroundSebastien Castiel2023-12-152-2/+2
|
* Add ref in shared linkSebastien Castiel2023-12-151-1/+1
|
* Small improvementsSebastien Castiel2023-12-143-5/+12
|
* Improve designSebastien Castiel2023-12-145-7/+7
|
* Improve loading statesSebastien Castiel2023-12-144-14/+56
|
* Add image to READMESebastien Castiel2023-12-141-1/+1
|