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

Ordering front end redesign #4595

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

Ordering front end redesign #4595

wants to merge 32 commits into from

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    4cb004f View commit details
    Browse the repository at this point in the history
  2. feat(opinion.urls): Add/remove new endpoints

    Add multiple tab specific endpoints
    flooie committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2ac21c6 View commit details
    Browse the repository at this point in the history
  3. feat(opinion.views): Create new view methods

    Rewrite and waffle the new UI changes
    Added a number of methods to fetch and/or store
    related and cited by data quickly
    
    Implemented new view opinion with waffles
    flooie committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c260b60 View commit details
    Browse the repository at this point in the history
  4. feat(tests): Update to tests

    Generally just override flags to avoid
    testing old view opinion page against the new
    ui changes.
    flooie committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    08a4e86 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. fix(tests): Fix tests

    Remove decorator for selenium tests unaffected
    And modify css to only affect scrolling on opinion page
    flooie committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    bc92162 View commit details
    Browse the repository at this point in the history
  2. fix(opinion_page): Remove comments and fix lint

    Remove print statement and fix return
    for bot or scraping detection
    flooie committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    be333b3 View commit details
    Browse the repository at this point in the history
  3. feat(printing): Prettify Printing

    Hide unwanted content during printing
    flooie committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5b0cf27 View commit details
    Browse the repository at this point in the history
  4. feat(page-numbers): Fix anon page numbering

    update CSS and base.js to handle more
    edge case specific page numbering
    flooie committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7e8a9e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. refactor(js): Refactor js and css

    Move new js and css into own files
    flooie committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d15e349 View commit details
    Browse the repository at this point in the history
  2. fix(urls): Remove details

    Was holding off on removing details but
    can re-add it if necessary
    flooie committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    353ebd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3fa07e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ad1040 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. feat(opinions): Some small UI tweaks

    Also include the independent sections
    if the headmatter is separated out and
    the headmatter field is empty
    flooie committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    dfdca1f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Update cl/search/models.py

    Co-authored-by: Eduardo Rosendo <eduardojra96@gmail.com>
    flooie and ERosendo authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    dbe7bf3 View commit details
    Browse the repository at this point in the history
  2. Update cl/opinion_page/views.py

    Co-authored-by: Eduardo Rosendo <eduardojra96@gmail.com>
    flooie and ERosendo authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d210bdd View commit details
    Browse the repository at this point in the history
  3. Update cl/opinion_page/views.py

    Co-authored-by: Eduardo Rosendo <eduardojra96@gmail.com>
    flooie and ERosendo authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6477b6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d96869 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70c0c49 View commit details
    Browse the repository at this point in the history
  6. refactor(cl.opinion_page): Simplify code around waffles

    Refactor returned object in es_get_cited...with cache
    to re-use dataclass in system
    
    Add some improved doc strings
    flooie committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1735fae View commit details
    Browse the repository at this point in the history
  7. refactor(search.models): Update display citation

    And add docstrings
    flooie committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3c009be View commit details
    Browse the repository at this point in the history
  8. fix(cl_opinion_page): Fix typo

    flooie committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ecd7bb2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7606b51 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0117ed0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Update cl/opinion_page/utils.py

    Co-authored-by: Eduardo Rosendo <eduardojra96@gmail.com>
    flooie and ERosendo authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7170885 View commit details
    Browse the repository at this point in the history
  2. Update cl/opinion_page/views.py

    Co-authored-by: Eduardo Rosendo <eduardojra96@gmail.com>
    flooie and ERosendo authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f33d192 View commit details
    Browse the repository at this point in the history
  3. Update cl/opinion_page/utils.py

    Co-authored-by: Eduardo Rosendo <eduardojra96@gmail.com>
    flooie and ERosendo authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8aa0950 View commit details
    Browse the repository at this point in the history
  4. Update cl/opinion_page/views.py

    Co-authored-by: Eduardo Rosendo <eduardojra96@gmail.com>
    flooie and ERosendo authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    97405c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    f4c6b88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4385c9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3603a9d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. fix(op_page/views.py): Remove redundant query

    Also cache ordered opinion query
    flooie committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8f169c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a8c851 View commit details
    Browse the repository at this point in the history