27 Commits

Author SHA1 Message Date
d6a187c01a Enhance routine run UI with selectable items, check icons, and weight select dropdown 2026-02-07 18:30:03 +01:00
c00e36eff4 Update client launch URI to exercises page 2026-02-07 18:11:21 +01:00
55f10fba9f Enhance exercise selection UI in Routines page 2026-02-07 18:11:19 +01:00
fae57c6c75 Update button text for toggling exercise and routine creation to use 'x' instead of 'Close' 2026-02-04 21:51:15 +01:00
00688eb548 Refactor Routines page to use KebabMenu for edit/delete actions and update button styles 2026-02-04 21:47:20 +01:00
fd5abef3f6 Add KebabMenu component with JavaScript handler and styles for dropdown actions 2026-02-04 21:47:08 +01:00
65a13539e0 Add VS Code workspace settings
- Configure auto-approve for git commit in chat tools
- Set default solution file
2026-02-04 21:29:04 +01:00
fd8395cc48 Update configuration for deployment
- Change API base address to external IP for development
- Update launch settings to bind to any host interface
- Remove commented CORS policy code
2026-02-04 21:29:00 +01:00
8f2284e1fc Remove unused Blazor pages
- Delete Counter.razor and Weather.razor as they are not needed for the application
2026-02-04 21:28:54 +01:00
5db6fee866 Refactor Blazor components to use code-behind files
- Move @code blocks from Exercises.razor, Home.razor, and Routines.razor to separate .cs files
- Add XML documentation comments to all methods in the code-behind files
2026-02-04 21:28:44 +01:00
01581b7a91 Add Docker build/push tooling and Traefik compose 2026-02-01 10:29:14 +01:00
56aacb0134 Add sample data toggle to user provisioning 2026-02-01 10:29:00 +01:00
990e67e88c feat: enhance app layout with new shell and navigation styles 2026-01-31 19:09:56 +01:00
81caddbea3 feat: enable serving unknown file types in static files middleware 2026-01-31 19:09:50 +01:00
2e69f0d5ef feat: add Docker image build script and update tasks configuration 2026-01-31 19:09:35 +01:00
e690a649e8 feat: add sample data population for new users and improve exercise list layout 2026-01-31 01:13:23 +01:00
e81bf53def feat: integrate Swagger for API documentation 2026-01-31 00:22:30 +01:00
8875060917 feat: add confirmation dialogs for deleting exercises and routines 2026-01-31 00:22:22 +01:00
8300331276 feat: add delete functionality for exercises and routines 2026-01-31 00:18:30 +01:00
81d6b70673 fix: update meta tags for mobile web app capabilities 2026-01-31 00:08:32 +01:00
70e115f2a0 chore: update launch configurations and add debug build tasks 2026-01-31 00:03:00 +01:00
e35f45dc4d Refactor API endpoints into modules 2026-01-30 23:59:53 +01:00
Andre Beging
ba9ba119c2 chore: add docker deployment directory 2026-01-29 10:32:50 +01:00
Andre Beging
7c6bfd891c refactor: split shared models and DTOs 2026-01-29 10:32:33 +01:00
Andre Beging
77a3d9ed9c docs: add project documentation and work log 2026-01-29 10:17:37 +01:00
Andre Beging
2032dcd6ee feat: build blazor client UI and PWA assets 2026-01-29 10:17:26 +01:00
Andre Beging
b6ce21b1b8 feat: scaffold backend and shared library 2026-01-29 10:17:16 +01:00