Skip to content

Commit

Permalink
Update submodule
Browse files Browse the repository at this point in the history
This update will bring in various fixes from Hyku including the themeing
fixes.
  • Loading branch information
kirkkwang committed Jul 15, 2024
1 parent 04b5226 commit b98caf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyrax-webapp
Submodule hyrax-webapp updated 44 files
+1 −0 .env
+3 −3 Gemfile
+93 −106 Gemfile.lock
+1 −1 app/assets/javascripts/stat_slider.js
+13 −14 app/assets/stylesheets/hyku.scss
+0 −6 app/assets/stylesheets/hyrax.scss
+64 −36 app/assets/stylesheets/themes/cultural_repository.scss
+1 −0 app/assets/stylesheets/themes/cultural_show.scss
+15 −1 app/assets/stylesheets/themes/institutional_repository.scss
+9 −0 app/assets/stylesheets/themes/neutral_repository.scss
+4 −0 app/assets/stylesheets/themes/scholarly_show.scss
+16 −0 app/models/concerns/hyrax/solr_document_behavior_decorator.rb
+4 −4 app/presenters/hyku/admin/group/navigation_presenter.rb
+2 −2 app/views/catalog/_index_header_list_collection.html.erb
+2 −0 app/views/hyrax/dashboard/collections/_form_share.html.erb
+2 −2 app/views/hyrax/homepage/_featured_collection_section.html.erb
+1 −1 app/views/themes/cultural_repository/_masthead.html.erb
+2 −2 app/views/themes/cultural_repository/catalog/_search_form.html.erb
+0 −12 app/views/themes/cultural_repository/hyrax/homepage/_facet_layout.html.erb
+1 −1 app/views/themes/cultural_repository/hyrax/homepage/_marketing.html.erb
+1 −1 app/views/themes/cultural_repository/layouts/homepage.html.erb
+2 −2 app/views/themes/institutional_repository/_masthead.html.erb
+3 −3 app/views/themes/institutional_repository/catalog/_search_form.html.erb
+9 −9 app/views/themes/institutional_repository/hyrax/homepage/_resource_type_slider.html.erb
+1 −1 app/views/themes/institutional_repository/hyrax/homepage/_resource_type_stats.html.erb
+1 −1 app/views/themes/institutional_repository/layouts/homepage.html.erb
+0 −24 app/views/themes/neutral_repository/_featured_carousel.html.erb
+41 −42 app/views/themes/neutral_repository/_theme_container.html.erb
+3 −3 app/views/themes/neutral_repository/hyrax/homepage/_featured_works.html.erb
+8 −0 config/initializers/riiif.rb
+1 −1 config/initializers/version.rb
+2 −0 ops/demo-deploy.tmpl.yaml
+2 −0 ops/iiif-deploy.tmpl.yaml
+2 −0 ops/iiif.tmpl.yaml
+2 −0 ops/staging-deploy.tmpl.yaml
+12 −0 spec/models/user_spec.rb
+1 −0 spec/rails_helper.rb
+2 −0 spec/services/hyrax/quick_classification_query_spec.rb
+2 −0 spec/services/iiif_print/tenant_config_spec.rb
+1 −1 spec/tasks/migrate_hyku_commons_collection_thumbnails_to_valkyrie_spec.rb
+1 −1 spec/tasks/rake_spec.rb
+2 −0 spec/views/_user_util_links.html.erb_spec.rb
+2 −0 spec/views/themes/cultural_repository/_user_util_links.html.erb_spec.rb
+2 −0 spec/views/themes/institutional_repository/_user_util_links.html.erb_spec.rb

0 comments on commit b98caf7

Please sign in to comment.