Skip to content

Commit

Permalink
bump hyku
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Jan 6, 2025
1 parent e112da3 commit 54498c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyrax-webapp
Submodule hyrax-webapp updated 50 files
+1 −1 Gemfile
+10 −10 Gemfile.lock
+0 −20 app/assets/javascripts/admin_color_select.js
+0 −6 app/assets/javascripts/admin_font_select.js
+1 −3 app/assets/javascripts/application.js
+1 −1 app/assets/javascripts/hyku/admin/appearance/colors.js
+1 −1 app/assets/javascripts/hyku/admin/appearance/default_images.js
+1 −1 app/assets/javascripts/hyku/admin/appearance/fonts.js
+1 −1 app/assets/stylesheets/application.css
+109 −27 app/assets/stylesheets/hyku.scss
+1 −92 app/assets/stylesheets/hyrax.scss
+6 −5 app/assets/stylesheets/themes/cultural_repository.scss
+1 −1 app/assets/stylesheets/themes/scholarly_show.scss
+0 −2 app/assets/stylesheets/variables.scss
+2 −1 app/controllers/devise_guest_controllers_helpers_decorator.rb
+16 −3 app/forms/hyku/forms/admin/appearance.rb
+2 −2 app/views/admin/roles_service/index.html.erb
+1 −1 app/views/hyrax/admin/appearances/_banner_image_form.html.erb
+1 −1 app/views/hyrax/base/_analytics_button.html.erb
+6 −5 app/views/hyrax/base/show.html.erb
+8 −8 app/views/hyrax/content_blocks/_form.html.erb
+2 −2 app/views/hyrax/homepage/_featured_collection_section.html.erb
+1 −1 app/views/hyrax/my/_collection_action_menu.html.erb
+1 −1 app/views/hyrax/my/_work_action_menu.html.erb
+1 −1 app/views/hyrax/oers/_form_metadata.html.erb
+3 −3 app/views/hyrax/oers/show.html.erb
+100 −0 app/views/hyrax/pages/_form.html.erb
+2 −2 app/views/roles/index.html.erb
+156 −92 app/views/shared/_appearance_styles.html.erb
+1 −1 app/views/themes/cultural_repository/_facets.html.erb
+1 −1 app/views/themes/cultural_repository/catalog/_search_form.html.erb
+1 −1 app/views/themes/cultural_repository/hyrax/homepage/_featured_works.html.erb
+3 −3 app/views/themes/image_show/hyrax/base/show.html.erb
+1 −1 app/views/themes/institutional_repository/catalog/_search_form.html.erb
+1 −0 app/views/themes/institutional_repository/layouts/hyrax.html.erb
+4 −4 app/views/themes/neutral_repository/layouts/_share_your_work_row.html.erb
+3 −3 app/views/themes/scholarly_show/hyrax/oers/show.html.erb
+1 −1 config/initializers/simple_form_bootstrap.rb
+2 −0 config/locales/en.yml
+3 −0 config/locales/hyrax.en.yml
+5 −15 db/schema.rb
+2 −1 docker-compose.yml
+7 −3 lib/reprocessor.rb
+4 −1 spec/features/appearance_theme_spec.rb
+4 −1 spec/features/create_etd_spec.rb
+4 −1 spec/features/create_generic_work_spec.rb
+4 −1 spec/features/create_image_spec.rb
+4 −1 spec/features/create_oer_spec.rb
+4 −1 spec/features/work_editor_role_spec.rb
+9 −9 yarn.lock

0 comments on commit 54498c6

Please sign in to comment.