jselesan
  • Joined on 2026-05-28
jselesan deleted branch feat/login-redesign from jselesan/playzer 2026-06-01 18:59:42 +00:00
jselesan pushed to development at jselesan/playzer 2026-06-01 18:59:41 +00:00
4d3867614d Merge pull request 'Refactor header and layout components, remove About page, and introduce Background component for improved UI structure' (#1) from feat/login-redesign into development
c18db76c7a Refactor header and layout components, remove About page, and introduce Background component for improved UI structure
Compare 2 commits »
jselesan merged pull request jselesan/playzer#1 2026-06-01 18:59:39 +00:00
Refactor header and layout components, remove About page, and introduce Background component for improved UI structure
jselesan created pull request jselesan/playzer#1 2026-06-01 18:59:33 +00:00
Refactor header and layout components, remove About page, and introduce Background component for improved UI structure
jselesan created branch feat/login-redesign in jselesan/playzer 2026-06-01 18:50:38 +00:00
jselesan pushed to feat/login-redesign at jselesan/playzer 2026-06-01 18:50:38 +00:00
c18db76c7a Refactor header and layout components, remove About page, and introduce Background component for improved UI structure
jselesan pushed to development at jselesan/playzer 2026-06-01 18:02:13 +00:00
78df95e985 Refactor Dockerfile and entrypoint.sh for improved backend build process
jselesan pushed to main at jselesan/personal-admin-2026 2026-06-01 11:20:36 +00:00
bd53b26f29 Hide scrollbars on expense tab strips
jselesan pushed to main at jselesan/personal-admin-2026 2026-06-01 11:04:05 +00:00
2fd23cedc6 Improve expenses mobile layout and payment flow
jselesan pushed to main at jselesan/personal-admin-2026 2026-05-29 22:25:23 +00:00
988d58d761 feat(cache): implement a simple caching mechanism with TTL and prefix invalidation
jselesan pushed to main at jselesan/personal-admin-2026 2026-05-29 22:13:27 +00:00
801f04df12 feat(dashboard): add monthly totals data to DashboardPage and update pending payments display
jselesan pushed to main at jselesan/personal-admin-2026 2026-05-29 22:05:29 +00:00
f6c03e3c91 refactor(expenses): optimize monthly totals and pending calculations using raw SQL queries
jselesan pushed to main at jselesan/personal-admin-2026 2026-05-29 22:00:12 +00:00
3daf67639a refactor(expenses): optimize expense aggregation queries for improved performance
jselesan pushed to main at jselesan/personal-admin-2026 2026-05-29 21:53:40 +00:00
94aab6dce7 feat(logging): add request logger middleware for improved request tracking
jselesan pushed to main at jselesan/personal-admin-2026 2026-05-29 21:48:36 +00:00
98b6d7e4d3 fix(prisma): update seed script in package.json and prisma.config.ts for consistency
jselesan pushed to main at jselesan/personal-admin-2026 2026-05-29 21:45:45 +00:00
629203dac3 feat(database): add database seeding to entrypoint script and package.json
jselesan pushed to main at jselesan/personal-admin-2026 2026-05-29 21:06:35 +00:00
7702eb054c feat(dependencies): add better-auth package to frontend and backend
jselesan pushed to main at jselesan/personal-admin-2026 2026-05-29 19:08:23 +00:00
067710f1ae Merge pull request 'feat/add-better-auth' (#2) from feat/add-better-auth into main
9482fea7f2 feat(auth): implement better authentication system with user sessions and password management
de57ea4bd7 Refactor code structure for improved readability and maintainability
Compare 3 commits »
jselesan deleted branch feat/add-better-auth from jselesan/personal-admin-2026 2026-05-29 19:08:23 +00:00
jselesan merged pull request jselesan/personal-admin-2026#2 2026-05-29 19:08:21 +00:00
feat/add-better-auth