-
Notifications
You must be signed in to change notification settings - Fork 3
Extract NoteBookmark.SharedUI Razor Class Library #119
Copy link
Copy link
Closed
Labels
appv-nextCode done waiting in v-next branch for the next releaseCode done waiting in v-next branch for the next release
Milestone
Description
Parent PRD
Summary
Extract the reusable Blazor components from NoteBookmark.BlazorApp into a new Razor Class Library (NoteBookmark.SharedUI). Both the existing web app and the new MAUI app will reference this library.
Components to extract
- Post list
- Post detail
- Note dialog
- Search form
- Settings form
- Summary list
Acceptance Criteria
-
NoteBookmark.SharedUIRCL project created and added to the solution - All listed components moved to
NoteBookmark.SharedUI -
NoteBookmark.BlazorAppreferencesNoteBookmark.SharedUIand all existing pages/features work as before - No behaviour change in the web app — existing Blazor Server app runs identically
Notes
This is a structural refactor only. No behaviour changes to the web app.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
appv-nextCode done waiting in v-next branch for the next releaseCode done waiting in v-next branch for the next release
Projects
Status
V-Next
Status
Done