The Wayback Machine - https://web.archive.org/web/20220808120114/https://github.com/topics/blazor
Skip to content
#

Blazor

blazor logo

Blazor is a .NET-based web application framework that allows developers to create single-page applications with C#, Razor, and HTML.

Here are 2,579 public repositories matching this topic...

MudBlazor
martin-repo
martin-repo commented Jul 9, 2022

Bug type

Component

Component name

MudList

What happened?

When specifying Dense="true" for MudList, the items in the NestedList are not dense.

Expected behavior

NestedList items should be dense.

Reproduction link

https://try.mudblazor.com/snippet/QYwGYVOXUVrVQnlQ

Reproduction steps

  1. Create MudList
  2. Set Dense="true"
  3. Add MudListItem
  4. Add NestedList in
bug Something does not work as intended/expected good first issue Good for newcomers bug-visual Something that doesn't look correctly. Requires css changes etc.
senkadir
senkadir commented Mar 12, 2021

Describe the question
I have implemented MatBlazorTable and first columns has MatBlazorCheckbox. I couldnt find how to implement Select All feature.

Expected behavior
I would like to add Select All button to select all items in the table with checkboxes.

Screenshots
Before click button
![image](https://user-images.githubusercontent.com/10263337/110940096-a7b40e80-8336-11eb-9

enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers question Further information is requested

Asp.Net Core 6 Clean Architecture (Microservices + Dapr, Modular Monolith, Monolith) samples (+Blazor, Angular 14, React 18, Vue 2.7), Domain-Driven Design, CQRS, Event Sourcing, SOLID, Asp.Net Core Identity Custom Storage, Identity Server 4 Admin UI, Entity Framework Core, Selenium E2E Testing, SignalR, Hosted Services, Health Checks, Security Headers, ...

  • Updated Aug 5, 2022
  • C#
bUnit
springy76
springy76 commented Jun 9, 2022

While there are several overloads of the Add() method having Func<Task> callback parameter, the ones accepting Func<object, Task> callback or Func<TValue, Task> callback are just missing - the non-async versions using Action<object> callback and Action<TValue> callback exist, though.

enhancement New feature or request good first issue Good for newcomers input needed When an issue requires input or suggestions needs design More design is needed before this issue should result in a feature being implemented.
Damselfly

Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection, and face-recognition.

  • Updated Aug 5, 2022
  • C#
larsk2009
larsk2009 commented Jan 22, 2021

I always find it very handy if there is just a table with all available settings and their usage or meaning. Maybe this is something we can add to the readme. I also think this will provide a better overview to contributors which functions already exist.

The reason this popped in my head now, is that we have the setting FocusFirstElement. While it is true that that setting control whether or

Good First Issue Good for newcomers Feature New feature that will be added to the project