Dev-Log: Week of 02/22/2026

Weekly tracker of the projects that I worked on this week.

Notepad.Tui

  • Implemented editing features into Notepad.Tui.
  • Added support for undo/redo functionality, allowing users to revert or reapply changes.
  • Implemented Find and Replace functionality, enabling users to search for specific text and replace it within the document.
  • Implemented Find/Replace/Go to Line dialogs using Terminal.Gui library.
  • Implemented unit tests for editing features.
  • Link: https://www.nuget.org/packages/notepad.tui/

Blazor ModalDialog

  • Built reusable ModalDialog component in Blazor.
  • Implemented features like customizable content, buttons, and events.
  • Used
  • Implemented unit tests for the ModalDialog component to ensure reliability and maintainability.
  • Added ModalDialog to Blazor sample app to demonstrate usage and functionality.
  • Link: https://www.nuget.org/packages/D20Tek.BlazorComponents.Modal/

Leave a comment