Commit graph

10 commits

Author SHA1 Message Date
6d41ff4520 feat: add usedInvite column to users table and update related configurations 2026-04-15 15:08:57 +02:00
f52dd96c11 feat: implement Stripe reports management for admin panel
- Add new page for managing Stripe reports with functionality to generate and view reports.
- Create API router for handling Stripe report operations including listing, setting up, and generating reports.
- Introduce caching service for managing cache invalidation related to reports.
- Update Typst templates for formatting financial reports in EUR.
- Enhance utility functions for price formatting and error handling.
- Implement a script to check for unused tRPC procedures in the codebase.
2026-04-03 18:57:39 +02:00
319229830e feat: add flow generation script and example flow documentation 2026-03-27 16:53:47 +01:00
3ecbc54515 feat: add Overseer integration with capture functionality and update tsconfig for global type definitions 2026-03-18 17:39:06 +01:00
d79d7c5c6c chore: update tsconfig.json to use 'react-jsx' for JSX transformation 2026-01-14 14:44:50 +01:00
f904500e2d refactor: remove check-env-vars.js and update lint script to streamline environment checks 2025-10-20 16:42:43 +02:00
699579b432 feat: update environment variable handling and dependencies
- Added @t3-oss/env-nextjs for improved environment variable management.
- Updated zod to version 4.1.12 for enhanced validation capabilities.
- Upgraded jiti to version 2.6.1 for better module loading.
- Refactored environment variable imports from env.mjs to env.ts.
- Removed deprecated env.mjs file and replaced it with a new env.ts file using @t3-oss/env-nextjs.
- Adjusted various components and API routes to utilize the new environment variable structure.
- Updated next.config.js to support the new environment variable management.
- Modified Docker configuration to align with new BASE_URL handling.
2025-10-20 16:22:20 +02:00
5755b00d7b formatt 2025-08-29 16:18:32 +02:00
3f82763168 eslint migration biome 2025-08-28 18:27:07 +02:00
29c64c7e39 init 2025-08-04 17:45:44 +02:00