• Joined on 2025-09-10
troogs pushed to main at troogs/playground 2026-04-10 20:29:21 +02:00
da49771566 refactor: update Gitea Actions workflow to improve logging and remove redundant messages
troogs pushed to main at troogs/playground 2026-04-10 20:06:59 +02:00
b7a7b48509 fix: correct variable reference for workspace in Gitea Actions workflow
troogs pushed to master at troogs/fs-onboarding 2026-04-10 05:48:51 +02:00
916c3142d4 Remove unused Blazorise script reference and add kill-port script for managing listening processes
f9426679ea Add tasks.json for managing FoodsharingSiegen.Server build and debug tasks
a68994d00b Add launch configuration for debugging FoodsharingSiegen.Server
fcda568905 Add app.db to .gitignore to prevent tracking of database file
Compare 4 commits »
troogs pushed to main at troogs/playground 2026-04-06 12:04:01 +02:00
10bc6caa0a add Gitea Actions workflow for automated testing
troogs pushed to main at troogs/playground 2026-04-06 12:01:56 +02:00
c7b958ee73 add test.txt with initial content
troogs created branch main in troogs/playground 2026-04-06 12:01:56 +02:00
troogs created repository troogs/playground 2026-04-06 11:58:47 +02:00
troogs renamed repository from FoodsharingOnboarding to troogs/fs-onboarding 2026-04-06 11:24:11 +02:00
troogs pushed to main at troogs/duempelkas 2026-04-03 15:55:26 +02:00
39c5a28bd9 refactor(app): add SkiaSharp and SkiaSharp.HarfBuzz package references
troogs pushed to main at troogs/duempelkas 2026-04-03 14:51:48 +02:00
e21a2fc1c5 refactor(app): add theme toggle functionality and improve theme management
troogs pushed to main at troogs/duempelkas 2026-04-03 14:24:48 +02:00
68c7a1ca6a refactor(app): implement year filtering for accounts and enhance dashboard PDF generation
troogs pushed to main at troogs/duempelkas 2026-04-03 14:11:53 +02:00
4636acf7b0 refactor(app): implement year filter for account entries and update related services
troogs pushed to main at troogs/duempelkas 2026-04-03 12:59:24 +02:00
08185f88cd refactor(app): split dashboard settings and layout into partial classes
b8b1c74a84 refactor(app): extract dialog component logic to code-behind
55c2c01418 refactor(app): move account razor inline code to partial classes
Compare 3 commits »
troogs pushed to main at troogs/duempelkas 2026-04-03 12:46:30 +02:00
9807e4d61d Refactor dialog components to remove Cancel event from backdrop; enhance confirmation dialog for restore functionality
troogs pushed to main at troogs/duempelkas 2026-04-03 12:33:59 +02:00
9aa1fee49e Add unit tests for DashboardPdfStatementService to validate PDF generation with entries and transfers
69181e66b0 Refactor EntryService to allow shared DisplayId for transfers; update related tests and migration files
Compare 2 commits »
troogs pushed to main at troogs/duempelkas 2026-04-03 09:54:22 +02:00
387c18e834 Implement backup and restore functionality; add IBackupService and BackupService; refactor services to use DbContextFactory
troogs pushed to main at troogs/duempelkas 2026-04-03 08:32:23 +02:00
0923c037eb Refactor terminology in dialogs and tables for consistency; update styles for number inputs and footer links
troogs pushed to main at troogs/duempelkas 2026-04-03 08:17:08 +02:00
719b33bb71 Refactor AddEntryDialog and AccountDetail for improved UI consistency; remove unused AddYearDialog; enhance Dashboard layout and button styles
troogs pushed to main at troogs/duempelkas 2026-04-03 07:58:12 +02:00
a02b0e9436 Refactor dialog components to use form-container for improved layout and styling; update button styles for consistency
troogs pushed to main at troogs/duempelkas 2026-03-31 19:23:10 +02:00
c376c70fec Enhance ConfirmDialog with customizable button styles and add PDF opening functionality in AccountDetail