Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

SUP-2728, Add iOS community to Onboarding page (Skill picker) #613

Merged
merged 2 commits into from
Dec 21, 2015

Conversation

vikasrohit
Copy link
Contributor

@nlitwin @tladendo @parthshah Please let me know your thoughts and suggest any thing I can improve here.

-- Added communities section
-- Communities section will be visible only if there exists at least one community for which the member is not registered yet
-- Added unit tests

-- Added communities section
-- Communities section will be visible only if there exists at least one community for which the member is not registered yet
-- Added unit tests
@vikasrohit
Copy link
Contributor Author

@nlitwin @tladendo Can one of you guys please checkout the branch on your local and check the appearance of the "Done" button when you disable the switch button after enabling once? For me, it is disabling the button, however, the button is not taking the appearance of a disabled button i.e. a grey button, rather it is just going less opaque.

@@ -3,6 +3,25 @@

p.instruction Hi {{vm.username}}! Your account is now active. To help other members get to know you, select the tracks in which you're interested, and specify some of your skills. You can edit this information later on your Profile.

.communities(ng-show="!vm.loadingCommunities && vm.showCommunity")
.communities-title Communities
Copy link
Contributor

Choose a reason for hiding this comment

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

I like the BEM naming convention! We should use double underscores to signify elements, e.g. .communities__title, community__title--disabled.

-- Incorporated code review suggestions (more consistent BEM naming)
@vikasrohit
Copy link
Contributor Author

@nlitwin Incorporated suggested changes for BEM naming. Thanks for catching that. :)
Did you see the issue, as I mentioned in my one of previous comments, with disabled 'Done' button?

@vikasrohit
Copy link
Contributor Author

@parthshah @nlitwin @tladendo merging the PR. Please let me know if you guys find any issue with the changes. Specifically, the styling of the Done button as I mentioned above in my comments.

vikasrohit pushed a commit that referenced this pull request Dec 21, 2015
…er-ios-community

SUP-2728, Add iOS community to Onboarding page (Skill picker)
@vikasrohit vikasrohit merged commit 5bfb378 into dev Dec 21, 2015
@nlitwin
Copy link
Contributor

nlitwin commented Dec 21, 2015

@vikasrohit Hey Vikas, sorry it took me so long! I was working locally in node_modules, and it was hard to switch branches without losing the work there haha. I just pulled down the branch and tried it out. Disabling the switch button after enabling once is showing the original, disabled, gray button. Switches on show the correct blue button :)

@vikasrohit
Copy link
Contributor Author

Awesome... I don't know what is wrong with my machine. It show disabled blue button instead of disabled grey button even in incognito window.

@nlitwin
Copy link
Contributor

nlitwin commented Dec 21, 2015

I remember a few months back, Chrome was making these weird blue boxes, and
I spent hours trying to figure out what it was in my CSS, but it didn't
appear on anyone else's computer haha!

On Mon, Dec 21, 2015 at 9:58 AM, vikasrohit [email protected]
wrote:

Awesome... I don't know what is wrong with my machine. It show disabled
blue button instead of disabled grey button even in incognito window.


Reply to this email directly or view it on GitHub
#613 (comment)
.

@vikasrohit
Copy link
Contributor Author

Oh! Then it seems to be the chrome's issue. May be the issue would go away when I upgrade my chrome which is pending for quite a few days. :)
Thanks for review!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants