| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve recent groups design | Sebastien Castiel | 2024-01-26 | 2 | -2/+6 |
| | | |||||
| * | Disable prefetch on export link | Sebastien Castiel | 2024-01-26 | 1 | -0/+1 |
| | | |||||
| * | Fix search functionality (#62) | Vid Čufar | 2024-01-26 | 1 | -74/+68 |
| | | | | | | | | | | | * Improve README instructions for local setup * Fix search functionality #61 - use 'includes' for expense filtering * Ensure expense groups with no matching expenses are hidden after filtering * Improve README instructions for local setup | ||||
| * | Join group by URL (Closes #55) | Sebastien Castiel | 2024-01-24 | 5 | -37/+180 |
| | | |||||
| * | Upgrade Next.js to 14.1.0 | Sebastien Castiel | 2024-01-24 | 7 | -20/+30 |
| | | |||||
| * | Fix image size to prevent warning in the console | Sebastien Castiel | 2024-01-23 | 1 | -2/+2 |
| | | |||||
| * | Add date and bring back group name in exported filename (#54) | Sebastien Castiel | 2024-01-23 | 1 | -1/+5 |
| | | |||||
| * | Fix export file name (Fix #54) | Sebastien Castiel | 2024-01-22 | 1 | -1/+1 |
| | | |||||
| * | Added search bar for expense list page (#52) | Ankit Bahl | 2024-01-19 | 1 | -73/+91 |
| | | | | | | | | | | * Added search bar for expense list page * Change search input styling --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me> | ||||
| * | Update GitHub repository URL | Sebastien Castiel | 2024-01-19 | 2 | -28/+2 |
| | | |||||
| * | Bring back NEXT_PUBLIC_BASE_URL (continued) | Sebastien Castiel | 2024-01-19 | 1 | -0/+2 |
| | | |||||
| * | Bring back NEXT_PUBLIC_BASE_URL | Sebastien Castiel | 2024-01-19 | 2 | -13/+11 |
| | | |||||
| * | Remove varianle NEXT_PUBLIC_BASE_URL | Sebastien Castiel | 2024-01-19 | 4 | -23/+27 |
| | | |||||
| * | Clean project from marketing content (#50) | Sebastien Castiel | 2024-01-19 | 3 | -192/+9 |
| | | | | | | * Clean project from marketing content * Remove some dependencies | ||||
| * | Merge feedback and support dialogs | Sebastien Castiel | 2024-01-18 | 2 | -8/+21 |
| | | |||||
| * | Improve UI of expense list | Sebastien Castiel | 2024-01-17 | 3 | -6/+10 |
| | | |||||
| * | Group expenses (#48) | Brandon Eng | 2024-01-17 | 1 | -60/+117 |
| | | | | | | | | | | | | | | | | * 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 | 1 | -2/+5 |
| | | |||||
| * | 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 | 6 | -175/+331 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | Export group expenses as JSON (Closes #42) | Sebastien Castiel | 2024-01-15 | 2 | -3/+47 |
| | | |||||
| * | Add donation button (closes #40) | Sebastien Castiel | 2024-01-14 | 1 | -28/+36 |
| | | |||||
| * | Update home page & README | Sebastien Castiel | 2024-01-11 | 1 | -0/+12 |
| | | |||||
| * | Add category icons | Sebastien Castiel | 2024-01-11 | 2 | -0/+149 |
| | | |||||
| * | Assign categories to expenses (#28) | Chris Johnston | 2024-01-11 | 2 | -3/+6 |
| | | | | | | | | | | | | | | * 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | Feedback button | Sebastien Castiel | 2024-01-09 | 2 | -3/+9 |
| | | |||||
| * | Add contributors on home page | Sebastien Castiel | 2024-01-09 | 1 | -2/+54 |
| | | |||||
| * | Ask the user who they are when opening a group for the first time (#7) | Sebastien Castiel | 2024-01-09 | 3 | -41/+187 |
| | | |||||
| * | Add activeUser for default payer per group (#16) | Ankit Bahl | 2024-01-09 | 1 | -1/+16 |
| | | | | | | | | | | * 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 |
| | | |||||
| * | Mark a group as favorite (fixes #29) | Sebastien Castiel | 2024-01-08 | 2 | -44/+124 |
| | | |||||
| * | Add Expense Date (#26) | Chris Johnston | 2024-01-08 | 2 | -2/+5 |
| | | | | | | | | | | | | | | * add expense date * Improve date formatting * Prettier * Change field description --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me> | ||||
| * | Fix index | Sebastien Castiel | 2023-12-26 | 1 | -0/+3 |
| | | |||||
| * | Revert "Use modal dialogs for expense creation & edition (#10)" | Sebastien Castiel | 2023-12-19 | 14 | -210/+73 |
| | | | | | This reverts commit 1e66efe5169dfad9a0c62ba42fbf31ce977bf49e. | ||||
| * | Use modal dialogs for expense creation & edition (#10) | Sebastien Castiel | 2023-12-19 | 14 | -73/+210 |
| | | | | | | | | | | | | * 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 | 2 | -4/+11 |
| | | |||||
| * | Improve design | Sebastien Castiel | 2023-12-14 | 5 | -7/+7 |
| | | |||||
| * | Improve loading states | Sebastien Castiel | 2023-12-14 | 2 | -14/+40 |
| | | |||||
| * | Remove ProductHunt banner | Sebastien Castiel | 2023-12-14 | 1 | -16/+0 |
| | | |||||
| * | Gradient on landing page | Sebastien Castiel | 2023-12-13 | 2 | -2/+11 |
| | | |||||
| * | Robots.txt and Sitemap.xml | Sebastien Castiel | 2023-12-13 | 2 | -0/+26 |
| | | |||||
| * | Add share button | Sebastien Castiel | 2023-12-13 | 2 | -4/+10 |
| | | |||||
| * | Add ProductHunt badge | Sebastien Castiel | 2023-12-13 | 1 | -0/+16 |
| | | |||||
| * | Add Plausible | Sebastien Castiel | 2023-12-11 | 1 | -0/+4 |
| | | |||||
