Tags: shynst/spliit
Tags
Show the impact of an expense on the active user's balance (spliit-ap… …p#139) * Add devcontainer configuration for codespace support * Show the impact of an expense on the active user's balance * Run prettier * Put the balance on a different line --------- Co-authored-by: Sebastien Castiel <[email protected]>
Add notes in expense (spliit-app#126) * Feature: Added notes in expense * Add missing notes in form values * Prettier --------- Co-authored-by: deep.golani <[email protected]> Co-authored-by: Sebastien Castiel <[email protected]>
Add "save as default splitting options" feature (spliit-app#120) * Add "save as default splitting options" feature * Fix type issue * Run autoformatter
Don’t count reimbursements in stats (fixes spliit-app#118) (spliit-ap… …p#119)
Minor: reorder Dockerfile layers for better cache use (spliit-app#116)
Optimize docker image size (spliit-app#91) * 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 <[email protected]> * Run prettier autoformat * Fix type issue, rename function to match behaviour better --------- Co-authored-by: Lauri Vuorela <[email protected]> Co-authored-by: Sebastien Castiel <[email protected]>
Round totals rather than expense by expense (spliit-app#88) * 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