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

Add a home timeline for followed accounts #363

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on May 6, 2022

  1. Add a Timeline section to the preferences page

    The timeline section currently has one preference, following, which is a
    comma-separated field of people to display on the home timeline.
    FIGBERT committed May 6, 2022
    Configuration menu
    Copy the full SHA
    b79ef43 View commit details
    Browse the repository at this point in the history
  2. Add base home route

    FIGBERT committed May 6, 2022
    Configuration menu
    Copy the full SHA
    5ce94e3 View commit details
    Browse the repository at this point in the history
  3. Add initial implementation of home timeline

    Currently just a copy of timeline.nim that takes names from the
    following cookie rather than the url.
    FIGBERT committed May 6, 2022
    Configuration menu
    Copy the full SHA
    3ad92e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e2f08f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2756e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fef03ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cfcc0da View commit details
    Browse the repository at this point in the history
  8. Add non-functional follow/unfollow buttons

    The buttons currently send a post request to two new routes, /follow and
    /unfollow, which immediately redirect back to the referrer. They do not
    modify the list of followers, but do accurately change based on whether
    or not the viewed profile is currently in the list of followers.
    FIGBERT committed May 6, 2022
    Configuration menu
    Copy the full SHA
    bc64bb6 View commit details
    Browse the repository at this point in the history
  9. Add functionality to un/follow buttons

    The router_utils savePref function didn't work in my testing, so I am
    setting the cookie directly through Jester's setCookie procedure.
    FIGBERT committed May 6, 2022
    Configuration menu
    Copy the full SHA
    76e05a1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69d4aaa View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    3056d7c View commit details
    Browse the repository at this point in the history