feat(web): add Razor Pages scaffolding to API project
Register Razor Pages services and middleware in Program.cs, removing UseDefaultFiles() since Razor Pages handles routing. Add shared layout with dark-themed app shell (header, nav links, search/new-task buttons) and vendor script references for htmx, Sortable, and Chart.js. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
4
TaskTracker.Api/Pages/_ViewImports.cshtml
Normal file
4
TaskTracker.Api/Pages/_ViewImports.cshtml
Normal file
@@ -0,0 +1,4 @@
|
||||
@using TaskTracker.Core.Entities
|
||||
@using TaskTracker.Core.Enums
|
||||
@using TaskTracker.Core.DTOs
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
Reference in New Issue
Block a user