feat(Documents) Notes/Docs page improvements and warning cleanup
This commit is contained in:
+25
-19
@@ -1,6 +1,4 @@
|
||||
|
||||
|
||||
@using Components.Display
|
||||
@using Components.Display
|
||||
@using Components.Feedback
|
||||
@using Components.Form
|
||||
@using Components.Info
|
||||
@@ -9,17 +7,26 @@
|
||||
@using Components.Navigation
|
||||
@using Components.Shared
|
||||
@using Components.Utils
|
||||
@using IGP.Portals
|
||||
@using IGP.Pages
|
||||
@using IGP.Dialog
|
||||
@using IGP.Pages
|
||||
@using IGP.Pages.Agile.Parts
|
||||
@using IGP.Pages.BuildCalculator.Parts
|
||||
@using IGP.Pages.Comparision
|
||||
@using IGP.Pages.Comparision.Parts
|
||||
@using IGP.Pages.Database.Entity
|
||||
@using IGP.Pages.Database.Entity.Parts
|
||||
@using IGP.Pages.Database.Parts
|
||||
@using IGP.Pages.Documentation
|
||||
@using IGP.Pages.Documentation.Parts
|
||||
@using IGP.Pages.Home
|
||||
@using IGP.Pages.Home.Parts
|
||||
@using IGP.Pages.MakingOf.Parts
|
||||
@using IGP.Pages.MemoryTester.Parts
|
||||
@using IGP.Pages.RoadMap.Parts
|
||||
@using IGP.Pages.Notes
|
||||
@using IGP.Pages.Notes.Parts
|
||||
@using IGP.Portals
|
||||
@using Markdig
|
||||
@using Microsoft.AspNetCore.Components.Forms
|
||||
@using Microsoft.AspNetCore.Components.Routing
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
@@ -27,21 +34,20 @@
|
||||
@using Microsoft.AspNetCore.Components.WebAssembly.Http
|
||||
@using Microsoft.EntityFrameworkCore
|
||||
@using Microsoft.JSInterop
|
||||
@using Model.Immortal.Chart
|
||||
@using Model.Immortal.Economy
|
||||
@using Model.Immortal.Entity
|
||||
@using Model.Immortal.Entity.Data
|
||||
@using Model.Immortal.Entity.Parts
|
||||
@using Model.Immortal.Hotkeys
|
||||
@using Model.Immortal.MemoryTester
|
||||
@using Model.Immortal.MemoryTester
|
||||
@using Model.Immortal.Notes
|
||||
@using Model.Immortal.RoadMap
|
||||
@using Model.Immortal.RoadMap
|
||||
@using Model.Immortal.RoadMap.Enums
|
||||
@using Model.Immortal.Types
|
||||
@using Model.Chart
|
||||
@using Model.Development.Git
|
||||
@using Model.Doc
|
||||
@using Model.Economy
|
||||
@using Model.Entity
|
||||
@using Model.Entity.Data
|
||||
@using Model.Entity.Parts
|
||||
@using Model.Hotkeys
|
||||
@using Model.MemoryTester
|
||||
@using Model.Notes
|
||||
@using Model.RoadMap
|
||||
@using Model.RoadMap.Enums
|
||||
@using Model.Types
|
||||
@using Model.Website
|
||||
@using Model.Work.Git
|
||||
@using Model.Work.Tasks
|
||||
@using Model.Work.Tasks.Enums
|
||||
@using Services
|
||||
|
||||
Reference in New Issue
Block a user