Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/MudBlazor/MudBlazor

Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
https://github.com/MudBlazor/MudBlazor

Added missing Style parameter to MudSelect and MudAutoComplete

280c2361afe05eac5c2368bcbdb19177edfaadf1 authored about 4 years ago by Jonny Larsson <[email protected]>
Added contributors

0b2d59fa8d17ab8c7866cd4634137652a60acbd1 authored about 4 years ago by Meinrad Recheis <[email protected]>
Removed DatePickerDialog from example, fixed MudSelect.

b6a295613459782fec9e9ee2d9c1f5b91bbcc12b authored about 4 years ago by Jonny Larsson <[email protected]>
Merge branch 'Charts'

e768872870f184e4e1d07dda71a8b1f3fc7c4a1f authored about 4 years ago by Jonny Larsson <[email protected]>
Cleaned up code for merge with master

26e77b8c37a48579355a8abf68462a813ead5ff0 authored about 4 years ago by Jonny Larsson <[email protected]>
Merge branch 'master' into Charts

72b30d955d162a6ef39df8abe457234a2d52a1b5 authored about 4 years ago by Jonny Larsson <[email protected]>
Select: fixed click on little triangle didn'T work

32673161f0be3506771b2a68ab999fee1df00e65 authored about 4 years ago by Meinrad Recheis <[email protected]>
DatePicker: added update loop protection

fe5b1ddcd15a3b00e65b9665219043da7ed42e4f authored about 4 years ago by Meinrad Recheis <[email protected]>
Changed autocomplete to css class and OffsetY instead of styling

eebec532c91c24c909792f15a527921c3f8baacc authored about 4 years ago by Jonny Larsson <[email protected]>
Added MudSelectedItem class

291e7fd7dec5455b7dcdd984e9f1d275c4a4dc37 authored about 4 years ago by Jonny Larsson <[email protected]>
Added css class Mud-Expanded to navmenu and default styling.

a5182a8bcc1d6be71953ed0c3c44976d00b4a17e authored about 4 years ago by Jonny Larsson <[email protected]>
Made scrollbar wider on docs site, changed back header logo

3f770287fa9ab68f276b8219dd380a21df91b87d authored about 4 years ago by Jonny Larsson <[email protected]>
Removed T declaratin from Position and Molar input columns (editing template)

1fd09400f1f193e4f69da60a5c07cc1e86a36576 authored about 4 years ago by Henrique Clausing <[email protected]>
Merge branch 'TableExtensions' of https://github.com/HClausing/MudBlazor into TableExtensions

833fc2b0502a56bc0cc6b3ed562b75666fd46917 authored about 4 years ago by Henrique Clausing <[email protected]>
Atualização com master

d8434e4f3a29028002c75206e6b399b782c59cda authored about 4 years ago by Henrique Clausing <[email protected]>
Merge branch 'master' into TableExtensions

4bff76af6bedb24b772d58cf9092b4a9ebe5c257 authored about 4 years ago by Meinrad Recheis <[email protected]>
Fixed T for molar column, on example.

It was declared as "molar" instead "double"

070d2085763aad0fafe384e8f60be944d273011e authored about 4 years ago by Henrique Clausing <[email protected]>
- Implemented FinishEdit button into a fixed Td column when RowEditingTemplate is not null;

- Applied styles to inputs for better text / padding aligment into a cell.

b10187d86b4056a7bc7095d6701a2cd6f8e3dc92 authored about 4 years ago by Henrique Clausing <[email protected]>
Added a code of conduct

14c62e6978162dfc5b2e1cdbca965de942e7f926 authored about 4 years ago by Meinrad Recheis <[email protected]>
Docs: added missing converters

0eb421f16e4fa95a8fb3960544f6956e59ceea60 authored about 4 years ago by Meinrad Recheis <[email protected]>
Recompiled Docs and Css

f9a932bd1a5ae6a88056e0d001233e804a6a175c authored about 4 years ago by Meinrad Recheis <[email protected]>
Merge remote-tracking branch '6th/ratings'

# Conflicts:
# src/MudBlazor.Docs/Shared/NavMenu.razor
# src/MudBlazor/MudBlazor.xml

7aa0894e19b160ea98f7ec4d4bbc5fb89b1c2230 authored about 4 years ago by Meinrad Recheis <[email protected]>
Integrated and extended Ivan Josipovic's Autocomplete

06be08c396fa3285567faee021c7dbb11d55694e authored about 4 years ago by Meinrad Recheis <[email protected]>
Merge branch 'GenericInputs' into typeahead

# Conflicts:
# src/MudBlazor.Docs/Shared/NavMenu.razor
# src/MudBlazor/Components/Input/MudInput...

8fac05c771f84248b8bb8e3636802cc2fc6fe65a authored about 4 years ago by Meinrad Recheis <[email protected]>
Docs: added special converter demo to converters page

84bf15044fb14fe523d147f9580c0c093b8bd7b7 authored about 4 years ago by Meinrad Recheis <[email protected]>
Docs: Added Featatures > Converters page documenting binding converters

dcdb3b8a559a6e7f8041178abe0864721baa1ea3 authored about 4 years ago by Meinrad Recheis <[email protected]>
MudBaseInput: added Culture parameter to override converter culture info

b8bf8f7f2358f2cafabae05b2575c59c55cb8645 authored about 4 years ago by Meinrad Recheis <[email protected]>
TextField<T>: Conversion errors are displayed red

f5039d6c654d583170ebd4fa0d6c352b8037b047 authored about 4 years ago by Meinrad Recheis <[email protected]>
Select: reverted the "Update Value when Text changes"-functionality. Not needed

880054baf4436fa7736f90d0ee4c84d06a19ec8a authored about 4 years ago by Meinrad Recheis <[email protected]>
Revert "Select: update value on input blur"

This reverts commit d92f19b28ab29f8c1066a1ac389e881316185ef9.

a6d3dbcf2cba6015e74a1f803c4e5bded0cd24eb authored about 4 years ago by Meinrad Recheis <[email protected]>
Select: update value on input blur

d92f19b28ab29f8c1066a1ac389e881316185ef9 authored about 4 years ago by Meinrad Recheis <[email protected]>
Select: added ToStringFunc to convert T to string without setting a converter

71336544c930bcb8285f948b01d98cd694f25024 authored about 4 years ago by Meinrad Recheis <[email protected]>
Select: made the little triangle clickable

ab39bd63012d6cca3c5472d9d27bd8eae86d0e7c authored about 4 years ago by Meinrad Recheis <[email protected]>
Fixed API pages for generic types

529b15a485f2790955548a16c5ac7a50c6052c18 authored about 4 years ago by Meinrad Recheis <[email protected]>
Select: added custom converter example

314e81e0912cd6779bd678bdb62acec145204cbf authored about 4 years ago by Meinrad Recheis <[email protected]>
Fixed a crash in docs generator

87fbd718fb0434571fb985d5e1d6925807a7319e authored about 4 years ago by Meinrad Recheis <[email protected]>
Added functionality to LineChart, cleaned up other charts.

3726b72482d4d731c3532e5dd245eb07765f5ea5 authored about 4 years ago by Jonny Larsson <[email protected]>
One more test

ba246daaa62a6b38a60c667964bcf0da84ed8290 authored about 4 years ago by Shusty <[email protected]>
Added tests

f8359db2bb33a2dea1979a9cab1b6ba3009a30d0 authored about 4 years ago by Shusty <[email protected]>
Added MudTextFieldString, MudInputString, MudSelectString and MudSelectItemString

bc442fc92447470de0960f2fdd7e4adf3dff80af authored about 4 years ago by Meinrad Recheis <[email protected]>
Fixed Select tests

8a9426b8d67255b743ef591018f32ba34016051d authored about 4 years ago by Meinrad Recheis <[email protected]>
Select: throw exception when SelectItems have mismatching generic type

2e0b1f879a872d3e67750c0a4b41abf54ddf50d6 authored about 4 years ago by Meinrad Recheis <[email protected]>
Select<T> and Input<T>

628010e5c418652e9cc0355fd470aaa3ed09c018 authored about 4 years ago by Meinrad Recheis <[email protected]>
New component features and docs

51d12a79fad840ebd6f7e040477d6e21f27ac984 authored about 4 years ago by Shusty <[email protected]>
Merge branch 'ratings' of https://github.com/Shusty-6th/MudBlazor into ratings

ffa58febcae0aba8172f0ba5392bbc0c4ea6aa2c authored about 4 years ago by Shusty <[email protected]>
DefaultConverter: supported all missing primitive types

30110aa5f2bd4e9c989aa652ace0ef01601ae853 authored about 4 years ago by Meinrad Recheis <[email protected]>
Suppressed warning for undocumented public members

1f50e4360237930bc716cba124915b87ac6d68b6 authored about 4 years ago by Meinrad Recheis <[email protected]>
Fixed Donut chart

fb4e19438c6e9d4651bfc7e99bff26832873b70f authored about 4 years ago by Meinrad Recheis <[email protected]>
Fixed PieChart

886bc683da96868e1ef5d46c25bc089b7aa4cafc authored about 4 years ago by Meinrad Recheis <[email protected]>
create component

b8a136ac5f82e30721db8ccad3537b351436ce82 authored about 4 years ago by Shusty <[email protected]>
Redid PieChart to use svg Circle, still need henon's brain to work.

487726ca5848e574f41c82067112bb0dbaf6fc26 authored about 4 years ago by Jonny Larsson <[email protected]>
PieChart: normalized data

2af59ceabe86a885db60a0ab8e8d11942b6520d9 authored about 4 years ago by Meinrad Recheis <[email protected]>
Donut chart: normalize data so it always adds up to 100%

846a7cc8680ccbb7e44b8bd52563233bc436159b authored about 4 years ago by Meinrad Recheis <[email protected]>
create component

92ab16a54c56069bd9ea50ddcadcd4733203b90f authored about 4 years ago by Shusty <[email protected]>
Charts: recompiled CSS after rebasing

80bcb57fb7d28edcd836393646342f1fa240a326 authored about 4 years ago by Meinrad Recheis <[email protected]>
Charts: fixed doc headers

7501e09c49e1f6b43ec4ea95ddfd74ff8abe9d55 authored about 4 years ago by Meinrad Recheis <[email protected]>
Seperated the old ChartSegment into separet SvgType classes

efc5605af9d2e8fd89fcfee53c8ea400ff33e419 authored about 4 years ago by Jonny Larsson <[email protected]>
Charts: changed input and labels to arrays

848ee83e536672769d22956924c4f12af3e8c018 authored about 4 years ago by Meinrad Recheis <[email protected]>
Added LegendPosition and more work on LineChart

3b13d58cbe7694036f2a15824d5073b1fb4486e8 authored about 4 years ago by Jonny Larsson <[email protected]>
Updated with latest master + compiled files.

a259da950b57aa58c8ec0449a371ff2505bf647c authored about 4 years ago by Jonny Larsson <[email protected]>
Merge branch 'master' into Charts

884b0a9bd0e39cb0bfb8e4ff16357150848284cb authored about 4 years ago by Jonny Larsson <[email protected]>
Fixed bug where Popover opened at the top. Added Dense option to MudMenu

15444a3152e1f2af2f3ccf5b45358724921917ec authored about 4 years ago by Jonny Larsson <[email protected]>
Fixed bug where Popover opened at the top. Added Dense option to MudMenu

6e11fd65d449f62708becdcf17578440cf7f6529 authored about 4 years ago by Jonny Larsson <[email protected]>
Docs: fixed crash if SubTitle is null

469ceb7862aa0d9e6a80f1677eb88ad1534cc19c authored about 4 years ago by Meinrad Recheis <[email protected]>
Updated a few more doc pages with the new titles.

899305530afa9609184372d0dba5d52b0f8dee58 authored about 4 years ago by Jonny Larsson <[email protected]>
Merge branch 'Input_TValue'

92d7e914cb60cec775fb95ff281ea83b78d4522f authored about 4 years ago by Meinrad Recheis <[email protected]>
Removed Api="" on all DocsPageHeader since its no longer needed.

994c75f3b80db6ce4f9eacdde34680b04dd24ff0 authored about 4 years ago by Jonny Larsson <[email protected]>
Updated TextField example code.

b2d1a55fca61009ba2fd738408ff2ba533eda61c authored about 4 years ago by Henrique Clausing <[email protected]>
Merge branch 'Input_TValue' of https://github.com/HClausing/MudBlazor into Input_TValue

a23cce19499fcd6ed51b3b196d9f588199c299cb authored about 4 years ago by Henrique Clausing <[email protected]>
- Detailed example on non-string Two-Way Bindings;

- New DateConverter, for non-nullable DateTime conversion;
- Renamed old DateConverter to Nulla...

b38b1781e4441d099e7e387ab6509d31fb4f8628 authored about 4 years ago by Henrique Clausing <[email protected]>
Fixed interactive label placement example for MudRadio

e76976d73a56fc156d310ceb460f2573533ce461 authored about 4 years ago by Jonny Larsson <[email protected]>
TextField: fixed filename

4a783316bcf0136f3d526dc9bf9a904c01e581b4 authored about 4 years ago by Meinrad Recheis <[email protected]>
Merge remote-tracking branch 'Garderoben/master' into Input_TValue

# Conflicts:
# src/MudBlazor.Docs/Components/DocsPageHeader.razor

94261af0d325847ef177743c823add0a1b0e41f1 authored about 4 years ago by Meinrad Recheis <[email protected]>
Added a Textfield binding example

8104b3f4372114b930595b6a94f0cf5cd627b133 authored about 4 years ago by Meinrad Recheis <[email protected]>
<MudTextField T="string" /> finally working!!

c10aeb6318354130c1910750045813d7856ed821 authored about 4 years ago by Meinrad Recheis <[email protected]>
Generic TextField: big refactoring to get everything to compile

dbaf89c31d9850d0f12f36f2b7d4230fefa73e04 authored about 4 years ago by Meinrad Recheis <[email protected]>
Added more functionality and Documentation to MudBadge

5909df94524a203580af59b90940942399efb0c5 authored about 4 years ago by Jonny Larsson <[email protected]>
Merge remote-tracking branch 'henon/master'

37d4eb1d805aa58cb7c19c5f537255866f1f63b7 authored about 4 years ago by Jonny Larsson <[email protected]>
Added missing Style to MudCheckBox

79272740faad5971a8fe654474d20b251fa449a3 authored about 4 years ago by Jonny Larsson <[email protected]>
Removed IsFixed from MudList

17cccef0a3719ea6ee149b354be14cd1c48cf944 authored about 4 years ago by Jonny Larsson <[email protected]>
Docs: Fixed api links

a5b372a340f43f52fd7246e7f33dd495868cea9e authored about 4 years ago by Meinrad Recheis <[email protected]>
MudInput<T> WIP

384ff44a0742324aac85cca99681f294aec86eb0 authored about 4 years ago by Meinrad Recheis <[email protected]>
MudTable Improvements, Chapter #3

- Added an initial version of InlineEdit feature, for direct edit the data row by clicking on i...

d31f320a14ff686252ffd0cc4ead3a4f325643a2 authored about 4 years ago by Henrique Clausing <[email protected]>
Added MudBadge component, will finish it tomorrow more functions/doc

d4bc46681742a7458d99ccffeb44a72301ac9a9e authored about 4 years ago by Jonny Larsson <[email protected]>
Added DefaultConverter<T> which can convert most types to and from string

ba70ac0490711e193276bbd8aa79234338d34d96 authored about 4 years ago by Meinrad Recheis <[email protected]>
DateConverter: give error feedback if conversion fails

acade70442a9a703290db8d11df3d0d844ef9d6d authored about 4 years ago by Meinrad Recheis <[email protected]>
Merge branch 'develop' into Input_TValue

fb449f85e46cee271dae1036a4d27938ae78d751 authored about 4 years ago by Meinrad Recheis <[email protected]>
Consolidated MudBaseInput<T> and MudForm

4236353ac1c90c8011c897eedaab9ddb7fad73b7 authored about 4 years ago by Meinrad Recheis <[email protected]>
.gitignore hide Ryder IDE files

046169d63d3c23587a2860932c1831e693214b21 authored about 4 years ago by Meinrad Recheis <[email protected]>
MudInputLabel: not derived from MudBaseInputText any more.

c1c9ec650734928c2e63f9672f2a75a2f6273eee authored about 4 years ago by Meinrad Recheis <[email protected]>
Added binding converters

0d4194c7ada8a56d447704ad1804903f24a1fa74 authored about 4 years ago by Meinrad Recheis <[email protected]>
InputText with TValue

This is the first commit on the work to allow the InputText to work with Two-Way Binding when t...

9e98a714086be9c350aeb3cf77d83b55d99d3dcb authored about 4 years ago by Henrique Clausing <[email protected]>
Fix for DateChanged event callback.

24c7e5f802b44e74b684d5a97117dc4f35b35acf authored about 4 years ago by Henrique Clausing <[email protected]>
Date Format for DatePicker

For use on custom cultures.

119078a127d8f6d91cca53964fc93f5ba507782a authored about 4 years ago by Henrique Clausing <[email protected]>
Date Format for DatePicker

For use on custom cultures.

6afb6c2811f594d4139c18fbbade8264b8dbf2d4 authored about 4 years ago by Henrique Clausing <[email protected]>
Docs: Fixed return links from API pages for Icons and Chips

600326f11353094de6bddf9fca76065e15670faf authored about 4 years ago by Meinrad Recheis <[email protected]>
Fixed link to ChipAPI

80a34a0edecdc04b475692044a86ea1ed7f93555 authored about 4 years ago by Jonny Larsson <[email protected]>
Merge remote-tracking branch 'origin/master'

ddd12f03f452bba1b9c4d1a6ac2ee820025efdbd authored about 4 years ago by Jonny Larsson <[email protected]>
Fixed Chip documentation page.

8d4186ff0918f24c6d572d68d731844ee8756b5c authored about 4 years ago by Jonny Larsson <[email protected]>
Updated Card page with color on buttons.

cf8448f59fc7e1e7c9318bc733c27eb18bba983d authored about 4 years ago by Jonny Larsson <[email protected]>