Diego Faria
Diego Faria
@OtavioVB, ```csharp public bool IsValid => _notifications.Any() == false; ``` e ```csharp public IReadOnlyCollection Notifications => _notifications; ``` são implementados na classe abstrata `Notifiable`. Sendo assim, ao herdar de `Notifiable`...
When you say local storage, are you mean the browser local storage? Why not save in the blog database? Saving in local storage the writers won't be able to continue...
Hi @linkdotnet, I would like to help you. I don't have experience acting in open-source projects, but I would like to start. Could you give me details about the issue?...
My idea is to keep the sidebar, but it would start hidden. The navigation using the grid could be: - Open the page at index `/` and show all **groups**...
I don't see the necessity to implement search on these grid elements right now. The grid implementation will naturally improve the readability. The search bar can be kept untouched for...