nikolagsiderov / APPartment

Home Management System, which is .NET-based. Blazor & MVC as web clients, consuming from a Web API. Services operating with a custom ORM framework, retrieving data from a SQL Server database.
3 stars 2 forks source link

Add modal in information about home status #219

Open nikolagsiderov opened 3 years ago

nikolagsiderov commented 3 years ago

When you click the dropdown on home status button (check attachment1.png below) it displays information and option to add new status. We want when we click the information tab (check out attachment2.png below) to open a modal to show full info.

Similarly if you click on the set home status button a modal will pop-up. We want the same thing, but for the info button.

When the modal is displayed we want something simple. Just to display the info text and from which user.

Check out what are modals - https://getbootstrap.com/docs/4.0/components/modal/ And use these from the bootstrap theme.

nikolagsiderov commented 3 years ago

HomeStatus HomeStatusModalStory