Skip to content

Commit

Permalink
using latest blacklight release to override facet button colors
Browse files Browse the repository at this point in the history
  • Loading branch information
hudajkhan committed Feb 4, 2025
1 parent f2053bc commit 6dd3737
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 36 deletions.
25 changes: 14 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://gems.contribsys.com/
specs:
sidekiq-pro (7.3.5)
sidekiq-pro (7.3.6)
sidekiq (>= 7.3.7, < 8)

GEM
Expand Down Expand Up @@ -351,15 +351,15 @@ GEM
grpc (~> 1.66)
geo_coord (0.2.0)
github-markup (5.0.1)
gli (2.22.1)
gli (2.22.2)
ostruct
globalid (1.2.1)
activesupport (>= 6.1)
google-analytics-data (0.6.1)
google-analytics-data (0.7.0)
google-analytics-data-v1beta (>= 0.11, < 2.a)
google-cloud-core (~> 1.6)
google-analytics-data-v1beta (0.15.0)
gapic-common (>= 0.24.0, < 2.a)
google-analytics-data-v1beta (0.16.0)
gapic-common (>= 0.25.0, < 2.a)
google-cloud-errors (~> 1.0)
google-cloud-core (1.7.1)
google-cloud-env (>= 1.0, < 3.a)
Expand Down Expand Up @@ -480,7 +480,7 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
latex-decode (0.4.0)
launchy (3.1.0)
addressable (~> 2.8)
Expand Down Expand Up @@ -539,6 +539,7 @@ GEM
multi_xml (0.7.1)
bigdecimal (~> 3.1)
multipart-post (2.4.1)
mutex_m (0.3.0)
mysql2 (0.5.6)
namae (1.2.0)
racc (~> 1.7)
Expand All @@ -558,7 +559,7 @@ GEM
net-smtp (0.5.0)
net-protocol
net-ssh (7.3.0)
newrelic_rpm (9.16.1)
newrelic_rpm (9.17.0)
nio4r (2.7.4)
nokogiri (1.18.2)
mini_portile2 (~> 2.8.2)
Expand Down Expand Up @@ -595,7 +596,7 @@ GEM
stringio
time
uri
openseadragon (1.0.16)
openseadragon (1.0.17)
rails (> 6.1.0)
orm_adapter (0.5.0)
os (1.1.4)
Expand All @@ -616,7 +617,7 @@ GEM
date
stringio
public_suffix (6.0.1)
puma (6.5.0)
puma (6.6.0)
nio4r (~> 2.0)
purl_fetcher-client (0.5.0)
dor-rights-auth
Expand Down Expand Up @@ -745,7 +746,7 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
Expand Down Expand Up @@ -857,14 +858,16 @@ GEM
tophat (2.3.1)
actionpack (>= 3.0.0)
trailblazer-option (0.1.2)
traject (3.8.2)
traject (3.8.3)
concurrent-ruby (>= 0.8.0)
csv
dot-properties (>= 0.1.1)
hashie (>= 3.1, < 6)
http (>= 3.0, < 6)
httpclient (~> 2.5)
marc (~> 1.0)
marc-fastxmlwriter (~> 1.0)
mutex_m
nokogiri (~> 1.9)
slop (~> 4.0)
yell
Expand Down
19 changes: 0 additions & 19 deletions app/components/facet_field_pagination_component.html.erb

This file was deleted.

5 changes: 0 additions & 5 deletions app/components/facet_field_pagination_component.rb

This file was deleted.

2 changes: 1 addition & 1 deletion app/views/catalog/_facet_pagination.html.erb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<%= render(FacetFieldPaginationComponent.new(facet_field: facet_field_presenter(@facet, @display_facet))) %>
<%= render(Blacklight::FacetFieldPaginationComponent.new(facet_field: facet_field_presenter(@facet, @display_facet), button_classes: %w[btn btn-outline-primary])) %>

0 comments on commit 6dd3737

Please sign in to comment.