@@ -151,7 +151,7 @@ DebugServerIpAddresses.Current = "XXX.XXX.XXX.XXX";
151151
152152MAUI project has a very basic structure . ASP .NET Zero adds or modifies these files in the default project ;
153153
154- ! [ Project Structure ]( images / maui - project - struction .png )
154+ < img src = " / images/maui-project-struction.png" width = " 350 " alt = " Project Structure " >
155155
156156Android Project Structure
157157
@@ -211,7 +211,7 @@ first authorized menu item.
211211
212212##### Login
213213
214- 
214+ < img src = " / images/images/ maui-login.png" width = " 350 " alt = " MAUI Login Screen " >
215215
216216When user enters credentials `AccessTokenManager ` authenticates user ,
217217stores access token in memory . For authentication needed Api calls , this
@@ -225,14 +225,14 @@ it can be retrieved with injecting `IApplicationContext`.
225225
226226##### Menu
227227
228- 
228+ < img src = " / images/maui-menu.png" width = " 350 " alt = " Application Menu " >
229229
230230Menu items are stored in `MenuProvider ` class . A menu item is shown if
231231only user has granted required permission .
232232
233233##### Tenants View
234234
235- 
235+ < img src = " / images/maui-tenant-page.png" width = " 350 " alt = " Tenants Page " >
236236
237237In this page you can see all tenants in your application . You can create new tenant , edit tenant or delete tenant . (If you have necessary permissions , otherwise you will not be able to see related buttons or page )
238238There is a search bar on the top
@@ -245,7 +245,7 @@ Create Tenant | Edit Tenant | Delete Tenant
245245
246246##### User View
247247
248- ! [ Users page ]( images / maui - user - list .png )
248+ < img src = " / images/maui-user-list.png" width = " 350 " alt = " Users Page " >
249249
250250This page lists users of the tenant or tenant owner . It is only shown if
251251the user has permission to this page . Same as tenants view , there 's a
0 commit comments