Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MudStack: New Component #4279

Merged
merged 8 commits into from
Mar 26, 2022
Merged

MudStack: New Component #4279

merged 8 commits into from
Mar 26, 2022

Conversation

Garderoben
Copy link
Member

Description

New layout component.
I have seen a lot of applications use MudGrid extensively for some simple stuff like creating a form of textfields just to get the spacing and rows but it creates very messy .razor files and are not really meant for that. So i wanted to add something really really simple, easy to use and that everyone can just jump into that makes sense.

Real life scenario:
image
Some of the examples (not all):
image
image
image

How Has This Been Tested?

Added tests and visually.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.
  • I've added relevant tests.

@Garderoben Garderoben added this to the 6.0.8 milestone Mar 26, 2022
@codecov
Copy link

codecov bot commented Mar 26, 2022

Codecov Report

Merging #4279 (cc062cd) into dev (fa8743a) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev    #4279      +/-   ##
==========================================
+ Coverage   91.17%   91.19%   +0.01%     
==========================================
  Files         359      361       +2     
  Lines       12434    12442       +8     
==========================================
+ Hits        11337    11346       +9     
+ Misses       1097     1096       -1     
Impacted Files Coverage Δ
src/MudBlazor/Attributes/CategoryAttribute.cs 96.22% <ø> (ø)
src/MudBlazor/Components/Stack/MudStack.razor 100.00% <100.00%> (ø)
src/MudBlazor/Components/Stack/MudStack.razor.cs 100.00% <100.00%> (ø)
src/MudBlazor/Components/Select/MudSelect.razor.cs 96.70% <0.00%> (-0.01%) ⬇️
...c/MudBlazor/Components/Tooltip/MudTooltip.razor.cs 97.43% <0.00%> (+0.06%) ⬆️
src/MudBlazor/Components/Input/MudInput.razor.cs 90.47% <0.00%> (+1.58%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fa8743a...cc062cd. Read the comment docs.

@Garderoben Garderoben merged commit 9ea16bb into MudBlazor:dev Mar 26, 2022
jammerware pushed a commit to jammerware/MudBlazor that referenced this pull request Sep 20, 2022
jammerware pushed a commit to jammerware/MudBlazor that referenced this pull request Sep 20, 2022
jammerware pushed a commit to jammerware/MudBlazor that referenced this pull request Sep 20, 2022
jammerware pushed a commit to jammerware/MudBlazor that referenced this pull request Sep 20, 2022
3dots pushed a commit to 3dots/MudBlazor that referenced this pull request Mar 23, 2023
ferraridavide pushed a commit to ferraridavide/MudBlazor that referenced this pull request May 30, 2023
ilovepilav pushed a commit to ilovepilav/MudBlazor that referenced this pull request Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant