Skip to content

Commit

Permalink
[MAUI Blazor] Improved NavBar + refactoring (#811)
Browse files Browse the repository at this point in the history
* Backup

* Fixed details in tool group page

* Made empty NavBar's pane working properly.

* Nav bar items added.

* Delete src/app/dev/platforms/desktop/DevToys.MauiBlazor/Components/Navbar directory

* Revert "Delete src/app/dev/platforms/desktop/DevToys.MauiBlazor/Components/Navbar directory"

This reverts commit f9c34f9.

* temp fix

* Renamed folder

* Added text box

* Fixed some bugs and added type script rules

* fixed js syntax

* Refactoring + Added back button support

* Improved NavBar's item expanded/collapsed status tracking.

* small main position fix on small screen and expended

---------

Co-authored-by: Benjamin TITEUX <[email protected]>
  • Loading branch information
veler and btiteux authored May 20, 2023
1 parent a1a6491 commit e32c6e2
Show file tree
Hide file tree
Showing 184 changed files with 3,653 additions and 6,729 deletions.
1 change: 1 addition & 0 deletions src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ spelling_languages = en-US
spelling_checkable_types = strings,identifiers,comments
spelling_error_severity = information
spelling_exclusion_path = spellcheckerexclusion.dic
spelling_use_default_exclusion_dictionary = true

# Use CRLF for end of line
[*]
Expand Down
2 changes: 0 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<CommunityToolkitVersion>8.1.0</CommunityToolkitVersion>
<CommunityToolkitWinUINuGetVersion>7.1.2</CommunityToolkitWinUINuGetVersion>
<DotNetVersion>7.0.0</DotNetVersion>
<MicrosoftFastComponentsFluentUIVersion>2.0.1</MicrosoftFastComponentsFluentUIVersion>
<UnoVersion>4.7.37</UnoVersion>
<UnoCommunityToolkitWinUINuGetVersion>7.1.100</UnoCommunityToolkitWinUINuGetVersion>
<UnoWasmBootstrapVersion>8.0.0-dev.65</UnoWasmBootstrapVersion>
Expand All @@ -30,7 +29,6 @@
<PackageVersion Include="Microsoft.Extensions.Logging.Configuration" Version="$(DotNetVersion)" />
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="$(DotNetVersion)" />
<PackageVersion Include="Microsoft.Extensions.Logging.Debug" Version="$(DotNetVersion)" />
<PackageVersion Include="Microsoft.Fast.Components.FluentUI" Version="$(MicrosoftFastComponentsFluentUIVersion)" />
<PackageVersion Include="Microsoft.Graphics.Win2D" Version="1.0.4" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageVersion Include="Microsoft.TypeScript.MSBuild" Version="$(MicrosoftTypeScriptMSBuildVersion)" />
Expand Down
Loading

0 comments on commit e32c6e2

Please sign in to comment.