dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
34.59k stars 9.79k forks source link

Make source for QuickGrid samples site public #47261

Open danroth27 opened 1 year ago

danroth27 commented 1 year ago

It would be helpful if we made the source for the QuickGrid samples site public. The site shows some useful patterns, like integrating with Tailwind, static prerendering, auto deployment, etc.

Before we make the repo public it needs some cleanup: Add a readme, add an appropriate license, etc.

ghost commented 1 year ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

Eilon commented 1 year ago

Thoughts/suggestions:

fdonnet commented 6 months ago

It would be helpful if we made the source for the QuickGrid samples site public. The site shows some useful patterns, like integrating with Tailwind, static prerendering, auto deployment, etc.

this part about Tailwind is interesting... I have some issues to be able to style THead or other things.. I read the code of the component in hope to be able to override some methods but all the things are private not protected.

Don't see any section about Tailwind on the actual site.

ghost commented 6 months ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

jfvaleroso commented 2 weeks ago

Hope you can make quickgridsample repo public. It's faster as well. Id like to know how it was configured