-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix Subscribe tag and subscribe related tag mismatch working add post option when subscribed #6103
Conversation
Hi @jywarren @gauravano I just pushed the changes to this PR. |
Also, can we soften the corners of Subscribe button with icon, just to make it a little better match with the adjacent button? |
Hi Gaurav. Cool. I'll fix it soon.
…On Wed, 7 Aug 2019, 01:27 Gaurav Sachdeva, ***@***.***> wrote:
Also, can we soften the edges of Subscribe button with icon, just to make
it little better?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6103?email_source=notifications&email_token=AGLS6SWLC6XNRPWR4GL2NDLQDHJSZA5CNFSM4IJEQBFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3WJCRQ#issuecomment-518820166>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGLS6SS6RTEIWDKEA2NKEXTQDHJSZANCNFSM4IJEQBFA>
.
|
Hi @gauravano I didn't get it. What do you mean by softening the corners of |
Hi @gauravano You want me increase border radius of |
Yeah, make the border radius equal for both the buttons same. |
This looks almost ready! Great work! |
I'll update this soon. |
Ah hm, shouldn't border radius just be the Bootstrap defaults for both? Is custom CSS required? And, perhaps we should leave it primary (blue) so we emphasize it. Finally, as we'd soon be getting rid of the "subscribe to answer questions", what if the main part of the top |
Hi Jeff. Regarding custom CSS. I'll see for impleting border radius using bootstrap and implement it. Thanks |
The test case failing in travis doesn't seem related to this PR. |
But I had a doubt regarding Should I do it like this ? If we have unsubscribe, I should show both |
Hm. I think if we have the button within the ellipse dropdown, as one of
the options, that would be best. I know it's not 100% satisfying vs
Subscribe/Unsubscribe toggling, but I think the priority being on the Post
button makes sense and is the stronger argument. Let's do this, but keep in
mind another solution if we happen to think of one! Thank you!
…On Sun, Aug 25, 2019 at 3:48 AM Lekhika Dugtal ***@***.***> wrote:
But I had a doubt regarding unsubscribe button at ellipsis. 🤔 Its
completing hiding the button. We usually have follow to unfollow toggle.
Should I do it like this ? If we have unsubscribe, I should show both
unsubscribe and Post button. ??? That one looks much more acceptable. As
completing hiding the unsubscribe button. I'm not too sure of that.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6103?email_source=notifications&email_token=AAAF6J4QALQWLIJWDT67F2DQGI2MRA5CNFSM4IJEQBFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5CONFA#issuecomment-524609172>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6J6EDJ75VQ6WVOZ6THDQGI2MRANCNFSM4IJEQBFA>
.
|
Hi @jywarren !!
|
This looks super, and we should be good to merge it as soon as tests pass. I had removed the lower blue buttons on Ask a Question and subscribe to answer questions, in a previous commit, but I imagine that the auto-merge will take care of that here, no? Or are you re-adding those? If they are re-adding, would you mind removing them again? Thank you! |
We should be able to see if it correctly merges and omits those buttons once the screenshots are generated. |
I didn't fetched the latest commits. I guess that's where the problem is. I'll fix this !! |
Strange, could it be related to #6128 ? |
Hi @jywarren
|
Checking it once again and restarting the travis. |
Hi @jywarren @gauravano Is it the problem of travis or this PR ? As almost all the functions present in functional testing are failing. |
I guess I found the problem. |
…new post option if subscribed
This system test seems to be failing and is unrelated to this.
|
Re #6179 ! I restarted it, fingers 🤞 |
Screenshots 📸 (click to expand)6103-test_viewing_question_post.png6103-test_signup_modal.png6103-test_wiki.png6103-test_tag_page.png6103-test_searching_an_item_from_the_homepage.png6103-test_blog_page_with_location_modal.png6103-test_login.png6103-test_wiki_page_with_inline_grids.png6103-test_questions.png6103-test_methods.png6103-test_tag_by_author_page.png6103-test_viewing_the_dropdown_menu.png6103-test_simple-data-grapher_powertag.png6103-test_viewing_the_settings_page.png6103-test_login_modal.png6103-test_comments.png6103-test_stats.png6103-test_tags.png6103-test_wiki_revisions.png6103-test_people.png6103-test_front.png6103-test_signup.png6103-test_questions_shadow.png6103-test_blog.png6103-test_question_page.png6103-test_front_page_with_navbar_search_autocomplete.png6103-test_viewing_the_dashboard.pngLearn about automated screenshots Generated by 🚫 Danger |
Hooray!!!! |
Fixes #6097
Earlier -
In the one main card of Individual Tag page , we had a subscribe button but when I click on the button, it shows related tag, but not let us subscribe to that particular tag. We are only able to subscribe to related tags and not the main tag whose Individual page we are on.
Instead we have another button below called
Subscribe to answer questions on this topic
. And this button is the one which lets us subscribe to tag.Now
Now I have added a subscribe button to subscribe to that particular tag on which page we are and For related tag, I have converted it to dropdown, so we have an option of subscribing to related tags too.