Skip to content
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

Replace FB trend category header #7

Closed
wants to merge 1 commit into from

Conversation

icambron
Copy link

@icambron icambron commented Oct 2, 2015

So...this was driving me crazy:

screen shot 2015-10-02 at 3 18 57 am

I ended up changing a bunch of stuff, either because I didn't understand some of it, or seemed like the leftovers of past experiments. Anyway, take what you want.

redditTrendsTitle.removeClass("fbredd-link-inactive");
});

fbTrendsTitle.click(function(){
Copy link
Owner

Choose a reason for hiding this comment

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

I think you got rid of the ability to see the original facebook trends. Is that what you were going for?

Copy link
Owner

Choose a reason for hiding this comment

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

I can see how that functionality seemed lost anyway once the extension got screwed up. Originally the extension kept the FB trends container div, just in case anybody wanted to see them.

Copy link
Author

Choose a reason for hiding this comment

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

Yeah, I saw all that, but I couldn't figure out how to actually use it, so I figured "he must have originally had a toggle to see the FB stuff, but then abandoned it".

Copy link
Owner

Choose a reason for hiding this comment

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

Yeah I think that functionality broke when FB changed the layout
On Oct 7, 2015 11:46, "Isaac Cambron" notifications@github.com wrote:

In background.js
#7 (comment):

 line("--init--");

- fbTrendsContainer.hide();

  • redditTrendsTitle.html(redditTitleText);

- fbTrendsTitle.html(fbTitleText);

  • fbTrendsTitle.addClass("fbredd-link-inactive");
  • redditTrendsTitle.click(function(){
  •    fbTrendsContainer.hide();
    

- redditContainer.show();

  •    fbTrendsTitle.addClass("fbredd-link-inactive");
    
  •    redditTrendsTitle.removeClass("fbredd-link-inactive");
    

- });

  • fbTrendsTitle.click(function(){

Yeah, I saw all that, but I couldn't figure out how to actually use it, so
I figured "he must have originally had a toggle to see the old stuff, but
then abandoned it".


Reply to this email directly or view it on GitHub
https://github.com/dslounge/fbRedditTrends/pull/7/files#r41406991.

Copy link
Author

Choose a reason for hiding this comment

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

Honestly, no one who installs this extension will want to see the FB trends.

Copy link
Owner

Choose a reason for hiding this comment

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

I actually want to see the fb trends from time to time.
On Oct 7, 2015 12:05, "Isaac Cambron" notifications@github.com wrote:

In background.js
#7 (comment):

 line("--init--");

- fbTrendsContainer.hide();

  • redditTrendsTitle.html(redditTitleText);

- fbTrendsTitle.html(fbTitleText);

  • fbTrendsTitle.addClass("fbredd-link-inactive");
  • redditTrendsTitle.click(function(){
  •    fbTrendsContainer.hide();
    

- redditContainer.show();

  •    fbTrendsTitle.addClass("fbredd-link-inactive");
    
  •    redditTrendsTitle.removeClass("fbredd-link-inactive");
    

- });

  • fbTrendsTitle.click(function(){

Honestly, no one who installs this extension will want to see the FB
trends.


Reply to this email directly or view it on GitHub
https://github.com/dslounge/fbRedditTrends/pull/7/files#r41409629.

Copy link
Owner

@dslounge dslounge Oct 7, 2015 via email

Choose a reason for hiding this comment

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

@icambron icambron closed this Apr 3, 2017
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.

2 participants