Skip to content

gives the developer feedback if something is wrong with the icons directory #363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 22, 2016
Merged

gives the developer feedback if something is wrong with the icons directory #363

merged 5 commits into from
May 22, 2016

Conversation

SaifAlDilaimi
Copy link

Saif Al-Dilaimi added 3 commits May 20, 2016 21:15
parse-dashboard now check for the icons directory and also each app icon
@ghost
Copy link

ghost commented May 21, 2016

By analyzing the blame information on this pull request, we identified @drew-gross, @flovilmart and @Vortec4800 to be potential reviewers.

@@ -26,10 +28,32 @@ function getMount(req) {
return mountPath;
}

function checkIfIconsExistForApps(apps, iconsFolder) {
for (var i in apps) {
console.log(JSON.stringify(apps[i]));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove extra console.log

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shame on me. Will remove it as soon as I'm home.

@drew-gross
Copy link
Contributor

Awesome! The code looks good except for that one extra console.log in there. It also looks like there might have been a bunch of styling changes to the code, perhaps made by your editor automatically. Could you revert those changes? It's made it look like your PR changes pretty much the entire file when most of the lines actually aren't changed.

@SaifAlDilaimi
Copy link
Author

Oh I see. Yeah this is atoms pretty code style 😞 Gotta check if I can disable that. Else I will just paste those lines by hand.

@ghost
Copy link

ghost commented May 21, 2016

@deada92 updated the pull request.

@SaifAlDilaimi
Copy link
Author

I think this is better now..

and show error why the dashboard couldn’t be started
@ghost
Copy link

ghost commented May 21, 2016

@deada92 updated the pull request.

@drew-gross
Copy link
Contributor

Sweet! Looks good to me!

@drew-gross drew-gross merged commit c1e8d62 into parse-community:master May 22, 2016
@natanrolnik
Copy link
Contributor

Great to see that the icons feature is being continued. Thanks, @deada92 !

@SaifAlDilaimi
Copy link
Author

Sure anytime. If there's something else I can help with tag me. I'm just not that good with react else I would make it possible to upload the icon directly.

@SaifAlDilaimi SaifAlDilaimi mentioned this pull request May 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants