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

Permit configurable replacement of search tracking with client session storage #2954

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    c90c0a3 View commit details
    Browse the repository at this point in the history
  2. add a page_links action to Blacklight::Searchable

    - allows client-side management of show-view result set navigation
    barmintor committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    56fc4a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    973edf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ccdaa6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f40e51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bbfbb27 View commit details
    Browse the repository at this point in the history
  7. use sessionStorage to track search and fetch pageLinks data on client…

    … in show views
    
    - use client SearchContext components when blacklight_config.track_search_session is 'client'
    barmintor committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    c097179 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    4d3b762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69e527a View commit details
    Browse the repository at this point in the history
  3. implement a configuration object for Blacklight::Configuration.track_…

    …search_session
    
    - allow configuration of components for applied parameters and itewm pagination
    barmintor committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    d44f60e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. use HTMLElement.hidden where possible in place of Bootstrap d-none

    - use const over let wherever possible
    barmintor committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    8a55d11 View commit details
    Browse the repository at this point in the history