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

Friends app #702

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    99d4078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d44e99a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

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

Commits on Oct 23, 2022

  1. Address bar adjusted

    Address bar is now fully working: one can print list of options in GET request format so this will reflect in sidebar and also load proper friends list with chosen options of sorting, filtering and page.
    For this URL proceeding functions are moved to Options component. Special event for page selection is added. On Options' init object with input html-elements is created. Function for sidebar redrawing is added. Error check for cases of illegal options in address bar is added.
    Also gender filtering function is adjusted.
    daniil-bodryagin committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    9cc65e9 View commit details
    Browse the repository at this point in the history