Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mui/material-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2f4773982fc14163c5d3188ecf332a3d388f4017
Choose a base ref
...
head repository: mui/material-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2eef1e22823091d2af029cbcf03c3e4d4962dfc9
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 24, 2020

  1. Copy the full SHA
    7838067 View commit details
  2. formatter with prettier

    anselm94 committed Mar 24, 2020
    Copy the full SHA
    0563d4d View commit details
  3. Copy the full SHA
    01735c6 View commit details
  4. Updated Github stars

    anselm94 committed Mar 24, 2020
    Copy the full SHA
    2eef1e2 View commit details
Showing with 11 additions and 0 deletions.
  1. BIN docs/public/static/images/showcase/googlekeepclone.jpg
  2. +11 −0 docs/src/pages/discover-more/showcase/appList.js
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions docs/src/pages/discover-more/showcase/appList.js
Original file line number Diff line number Diff line change
@@ -609,6 +609,17 @@ const appList = [
stars: 4,
dateAdded: '2020-01-31',
},
{
title: 'A Clone of Google Keep',
description:
'A twin-looking Google Keep clone with light/dark Material theme as adapted exactly in Google Keep,' +
' with a GraphQL backend written in Golang',
image: 'googlekeepclone.jpg',
link: 'http://googlekeep-anselm94.herokuapp.com/',
source: 'https://github.com/anselm94/googlekeepclone',
stars: 14,
dateAdded: '2020-03-25',
},
];

export default appList;