Skip to content

Commit

Permalink
updated layout (#31)
Browse files Browse the repository at this point in the history
* working on: fixing unit testing generator component

* working on generator unit testing

* fixed unit testig for components

* fixes for generator unit testing

* removed 'id' from Generator component, working on replacement of form elements for TuningComponent

* replaced html tags with mudblazor components for tuning component

* removed navigation menu, replaced favicon

---------

Co-authored-by: blfuentes <[email protected]>
  • Loading branch information
blfuentes and blfuentes authored Jul 15, 2024
1 parent 866240f commit d94e512
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 201 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
<MudSnackbarProvider />

<div class="page">
<div class="sidebar">
<NavMenu />
</div>

<main>
<article class="content px-4">
@Body
Expand Down
21 changes: 0 additions & 21 deletions src/GuitarStringTensionCalculator/Components/Layout/NavMenu.razor

This file was deleted.

105 changes: 0 additions & 105 deletions src/GuitarStringTensionCalculator/Components/Layout/NavMenu.razor.css

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
@page "/generator"
@page "/"
@rendermode InteractiveServer

@using Microsoft.AspNetCore.Components
@using Calculator = Calculator.DLL
@using GuitarStringTensionCalculator.Components
@using GuitarStringTensionCalculator.Components.Parts

<h3>Calculator</h3>
<PageTitle>Guitar string calculator</PageTitle>

<h3>Guitar string calculator</h3>

<MudSelect id="select-numofstrings" @bind-Value="numberOfStrings" @bind-Value:after=@AfterNumberOfStringsChanged
Label="Number of strings" AdornmentIcon="@Icons.Material.Filled.RunCircle" AdornmentColor="Color.Primary">
Expand Down
5 changes: 0 additions & 5 deletions src/GuitarStringTensionCalculator/Components/Pages/Home.razor

This file was deleted.

64 changes: 0 additions & 64 deletions src/GuitarStringTensionCalculator/Components/Pages/Weather.razor

This file was deleted.

Binary file modified src/GuitarStringTensionCalculator/wwwroot/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d94e512

Please sign in to comment.