[docs] Add "refine" demo to showcase#33240
Merged
michaldudak merged 3 commits intomui:masterfrom Jul 5, 2022
pankod:master
Merged
[docs] Add "refine" demo to showcase#33240michaldudak merged 3 commits intomui:masterfrom pankod:master
michaldudak merged 3 commits intomui:masterfrom
pankod:master
Conversation
mapache-salvaje
approved these changes
Jun 22, 2022
Contributor
mapache-salvaje
left a comment
There was a problem hiding this comment.
Very cool, looks great! Thanks for adding this @omeraplak!
Member
|
Could you please run |
Contributor
Author
Hey, |
michaldudak
reviewed
Jul 4, 2022
Member
There was a problem hiding this comment.
This is the required diff:
--- a/docs/data/material/discover-more/showcase/appList.js
+++ b/docs/data/material/discover-more/showcase/appList.js
@@ -452,7 +452,8 @@ const appList = [
description: 'A full-featured Admin panel app',
image: 'refine-finefoods.jpg',
link: 'https://example.mui.admin.refine.dev/',
- source: 'https://github.com/pankod/refine/tree/next/examples/fineFoods/admin/mui',
+ source:
+ 'https://github.com/pankod/refine/tree/next/examples/fineFoods/admin/mui',
stars: 2415,
dateAdded: '2022-06-21',
},For some reason, I can't commit to your branch. Please apply this diff and push the changes.
Contributor
Author
|
looks good now, thank you! |
daniel-rabe
pushed a commit
to daniel-rabe/material-ui
that referenced
this pull request
Nov 29, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We added the finefoods demo we created using the refine framework and Material UI. We think it will inspire people who will use Material UI. Thank you