oliverbooth.dev/OliverBooth
Oliver Booth 28c7f7ce78
refactor!: restructure the markdown editor
This change significantly impacts the organisation and structure of the markdown editor, starting to utilise Blazor (SignalR) to perform operations such as saving, removing the need for an API controller.

Much of the TypeScript source has been more coherently decoupled, for example UI vs business logic is now independent.
2024-02-28 16:04:56 +00:00
..
Controllers refactor!: restructure the markdown editor 2024-02-28 16:04:56 +00:00
Data feat: add post title edit capability 2024-02-26 17:44:22 +00:00
Extensions refactor: combine sites into one 2023-08-13 17:34:38 +01:00
Formatting style: apply braces style to project 2024-02-25 14:11:33 +00:00
Markdown style: apply braces style to project 2024-02-25 14:11:33 +00:00
Pages refactor!: restructure the markdown editor 2024-02-28 16:04:56 +00:00
Services Merge branch 'main' into feature/admin 2024-02-26 13:14:20 +00:00
.gitignore refactor: combine sites into one 2023-08-13 17:34:38 +01:00
Dockerfile build: skip dotnet restore and dotnet build 2024-02-27 13:39:11 +00:00
OliverBooth.csproj Merge branch 'main' into feature/admin 2024-02-27 13:42:09 +00:00
Program.cs feat: add Blazor to project 2024-02-28 15:51:14 +00:00