spina-conferences-primer_theme 0.1.11 → 0.1.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/spina/conferences/primer_theme/application.js +0 -1
  3. data/app/assets/stylesheets/spina/conferences/primer_theme/_turbolinks.sass +1 -1
  4. data/app/assets/stylesheets/spina/conferences/primer_theme/application.sass +1 -1
  5. data/app/controllers/spina/conferences/primer_theme/conferences_controller.rb +8 -6
  6. data/app/controllers/spina/conferences/primer_theme/presentations_controller.rb +1 -6
  7. data/app/helpers/spina/conferences/primer_theme/application_helper.rb +7 -26
  8. data/app/helpers/spina/conferences/primer_theme/asset_helper.rb +9 -11
  9. data/app/views/conferences_primer_theme/pages/homepage.html.haml +4 -5
  10. data/app/views/layouts/conferences_primer_theme/application.html.haml +3 -1
  11. data/app/views/layouts/spina/conferences/primer_theme/application.html.haml +3 -2
  12. data/app/views/layouts/spina/conferences/primer_theme/conferences.html.haml +3 -2
  13. data/app/views/layouts/spina/conferences/primer_theme/presentations.html.haml +4 -2
  14. data/app/views/spina/admin/layout_partables/texts/_form.html.haml +4 -0
  15. data/app/views/spina/application/_cookies.html.haml +2 -9
  16. data/app/views/spina/application/_current_conference_alert.html.haml +1 -1
  17. data/app/views/spina/application/_footer.html.haml +5 -14
  18. data/app/views/spina/application/_footer_content.html.haml +13 -0
  19. data/app/views/spina/application/_image_collection.html.haml +2 -2
  20. data/app/views/spina/application/_list_item.html.haml +1 -1
  21. data/app/views/spina/application/_navigation_item.html.haml +1 -1
  22. data/app/views/spina/application/_text.html.haml +1 -1
  23. data/app/views/spina/conferences/primer_theme/conferences/_conference.html.haml +8 -8
  24. data/app/views/spina/conferences/primer_theme/conferences/_event.html.haml +10 -10
  25. data/app/views/spina/conferences/primer_theme/conferences/_events.html.haml +14 -13
  26. data/app/views/spina/conferences/primer_theme/conferences/_header.html.haml +27 -0
  27. data/app/views/spina/conferences/primer_theme/conferences/_information.html.haml +2 -2
  28. data/app/views/spina/conferences/primer_theme/conferences/_presentation.html.haml +14 -12
  29. data/app/views/spina/conferences/primer_theme/conferences/_presentations.html.haml +12 -13
  30. data/app/views/spina/conferences/primer_theme/conferences/_sponsor.html.haml +2 -2
  31. data/app/views/spina/conferences/primer_theme/conferences/_sponsors.html.haml +3 -3
  32. data/app/views/spina/conferences/primer_theme/conferences/_submission_flash.html.haml +14 -0
  33. data/app/views/spina/conferences/primer_theme/conferences/index.html.haml +12 -9
  34. data/app/views/spina/conferences/primer_theme/conferences/show.html.haml +33 -63
  35. data/app/views/spina/conferences/primer_theme/presentations/_abstract.html.haml +1 -1
  36. data/app/views/spina/conferences/primer_theme/presentations/_attachment.html.haml +1 -2
  37. data/app/views/spina/conferences/primer_theme/presentations/_attachments.html.haml +3 -2
  38. data/app/views/spina/conferences/primer_theme/presentations/show.html.haml +8 -6
  39. data/app/views/spina/pages/_committee_bio.html.haml +22 -20
  40. data/app/views/spina/pages/_committee_bios.html.haml +1 -0
  41. data/app/views/spina/pages/_constitution.html.haml +5 -4
  42. data/app/views/spina/pages/_contact.html.haml +1 -1
  43. data/app/views/spina/pages/_document.html.haml +3 -5
  44. data/app/views/spina/pages/_documents.html.haml +1 -1
  45. data/app/views/spina/pages/_event.html.haml +10 -10
  46. data/app/views/spina/pages/_events_list.html.haml +2 -2
  47. data/app/views/spina/pages/_homepage_content.html.haml +13 -14
  48. data/app/views/spina/pages/_jumbotron.html.haml +1 -1
  49. data/app/views/spina/pages/_minutes.html.haml +1 -1
  50. data/app/views/spina/pages/_minutes_entry.html.haml +6 -4
  51. data/app/views/spina/pages/_partner_societies.html.haml +2 -2
  52. data/app/views/spina/pages/_partner_society.html.haml +21 -19
  53. data/config/initializers/primer.rb +3 -0
  54. data/config/initializers/themes/conferences_primer_theme.rb +1 -1
  55. data/config/locales/en.rb +5 -0
  56. data/config/locales/en.yml +12 -10
  57. data/db/migrate/20210206170704_change_current_conference_alert_to_text.rb +29 -0
  58. data/lib/spina/conferences/primer_theme.rb +2 -1
  59. data/lib/spina/conferences/primer_theme/breadcrumbs/builder.rb +2 -2
  60. data/lib/spina/conferences/primer_theme/version.rb +1 -1
  61. metadata +27 -22
  62. data/app/views/spina/conferences/primer_theme/conferences/_tab.html.haml +0 -1
@@ -1,18 +1,18 @@
1
1
  - cache [event, event.structure_parts.collect(&:structure_partable)] do
2
- .d-flex.flex-column.flex-items-start
2
+ = render Primer::FlexComponent.new(direction: :column, align_items: :start) do
3
3
  - cache partable_for(:name, parent: event) do
4
4
  - if event.has_content?(:name)
5
- %h3.flex-auto= event.content(:name)
5
+ = render(Primer::HeadingComponent.new(tag: :h3, flex: :auto)) { event.content(:name) }
6
6
  - cache partable_for(:location, :start_time, parent: event) do
7
- -# TODO: use 'format: :full' once edit-submission-flash is merged
8
- %h4.flex-auto= t(:'.time_and_place', time: event.has_content?(:start_time) ? time_tag(event.content(:start_time), format: :short) : t('.time_tbc'),
9
- place: event.has_content?(:location) ? event.content(:location) : t('.location_tbc')).try(:html_safe)
7
+ = render Primer::HeadingComponent.new(tag: :h4, flex: :auto) do
8
+ = t(:'.time_and_place_html',
9
+ time: event.has_content?(:start_time) ? time_tag(event.content(:start_time), format: :ordinal_datetime_with_year) : t('.time_tbc'),
10
+ place: event.has_content?(:location) ? event.content(:location) : t('.location_tbc'))
10
11
  - cache partable_for(:description, parent: event) do
11
12
  - if event.has_content?(:description)
12
- .mt-1.text-gray-light= event.content(:description).try(:html_safe)
13
+ = render(Primer::TextComponent.new(mt: 1, color: :gray_light)) { event.content(:description).try(:html_safe) }
13
14
  - cache partable_for(:url, parent: event) do
14
15
  - if event.has_content?(:url)
15
- .mt-2
16
- = render Primer::ButtonComponent.new(tag: :a, href: event.content(:url)) do
17
- = render Primer::OcticonComponent.new(icon: 'link-external')
18
- = t :'.more_info'
16
+ = render Primer::ButtonComponent.new(tag: :a, href: event.content(:url), mt: 2) do
17
+ = render Primer::OcticonComponent.new(icon: 'link-external')
18
+ = t :'.more_info'
@@ -1,6 +1,6 @@
1
1
  %div{ class: dom_class(events_list), id: dom_id(events_list) }
2
2
  = render Primer::SubheadComponent.new(mt: 4) do |component|
3
- = component.slot(:heading) { t :'.upcoming' }
3
+ = component.heading { t :'.upcoming' }
4
4
  - events_list.structure_items.sorted_by_structure.filter { |item| item.has_content?(:start_time) && item.content(:start_time) >= Time.now }.then do |events|
5
5
  - if events.any?
6
6
  %ul
@@ -9,7 +9,7 @@
9
9
  - else
10
10
  = render Primer::BlankslateComponent.new(title: t(:'.no_events'), icon: 'calendar')
11
11
  = render Primer::SubheadComponent.new(mt: 4) do |component|
12
- = component.slot(:heading) { t :'.past' }
12
+ = component.heading { t :'.past' }
13
13
  - events_list.structure_items.sorted_by_structure.filter { |item| item.has_content?(:start_time) && item.content(:start_time) < Time.now }.then do |events|
14
14
  - if events.any?
15
15
  %ul
@@ -1,15 +1,14 @@
1
- .py-3.py-lg-6
1
+ = render Primer::BoxComponent.new(py: [3, nil, nil, 6]) do
2
+ .text-shadow-dark
3
+ - if latest_conference.present? && latest_conference.finish_date >= Date.today
4
+ = render(Primer::HeadingComponent.new(tag: :h1, classes: 'h000-mktg lh-condensed-ultra')) { conference.name }
5
+ = render(Primer::TextComponent.new(tag: :address, classes: 'f2-light')) { conference.institutions.collect(&:name).to_sentence }
6
+ = render(Primer::TextComponent.new(tag: :time, classes: 'f2-light')) do
7
+ = t :'.dates_html', start_date: time_tag(conference.start_date, format: :day_and_month),
8
+ finish_date: time_tag(conference.finish_date, format: :day_and_month)
9
+ - else
10
+ = render(Primer::HeadingComponent.new(tag: :h1, classes: 'h000-mktg lh-condensed-ultra')) { Spina::Account.first.name }
2
11
  - if latest_conference.present? && latest_conference.finish_date >= Date.today
3
- .text-shadow-dark
4
- %h1.h000-mktg.lh-condensed-ultra= conference.name
5
- %address.f2-light= conference.institutions.collect(&:name).to_sentence
6
- %time.f2-light= t(:'.dates_html', start_date: time_tag(conference.start_date, format: :day_and_month),
7
- finish_date: time_tag(conference.finish_date, format: :day_and_month))
8
- .markdown-body.my-4= content(:text).try(:html_safe)
9
- .d-block.mt-4
10
- = link_to t('.more_info'), frontend_conference_path(conference), class: %w[btn-mktg btn-large-mktg btn-primary-mktg f3]
11
- - else
12
- .text-shadow-dark
13
- %h1.h000-mktg.lh-condensed-ultra= Spina::Account.first.name
14
- .markdown-body.my-4= content(:text).try(:html_safe)
15
-
12
+ = link_to t('.more_info'), frontend_conference_path(conference), class: %w[btn-mktg btn-large-mktg btn-primary-mktg f3 mt-4]
13
+ .text-shadow-dark
14
+ = render(Primer::MarkdownComponent.new(my: 4)) { content(:text).try(:html_safe) }
@@ -1,2 +1,2 @@
1
- .bg-blue
1
+ = render Primer::BoxComponent.new(bg: :blue) do
2
2
  .container-lg.p-responsive.text-white= yield
@@ -1,5 +1,5 @@
1
1
  = render Primer::SubheadComponent.new do |component|
2
- = component.slot(:heading) { t :'.title' }
2
+ = component.heading { t :'.title' }
3
3
 
4
4
  - if minutes.present? && minutes.structure_items.any?
5
5
  %ul{ class: dom_class(minutes), id: dom_id(minutes) }
@@ -1,12 +1,14 @@
1
1
  - cache [minutes_entry, minutes_entry.structure_parts.collect(&:structure_partable)] do
2
- %li.list-style-none.py-1.d-flex.flex-items-center
2
+ %li.list-style-none.py-1.d-flex.flex-items-center{ id: dom_id(local_assigns[:minutes_entry]) }
3
3
  - cache partable_for(:date, parent: minutes_entry) do
4
- .flex-auto= minutes_entry.has_content?(:date) ? t(:'.minutes_html', date: time_tag(minutes_entry.content(:date))) : t(:'.no_date')
4
+ = render Primer::FlexItemComponent.new(flex_auto: true) do
5
+ = minutes_entry.has_content?(:date) ? t(:'.minutes_html', date: time_tag(minutes_entry.content(:date))) : t(:'.no_date')
5
6
  - cache partable_for(:attachment, parent: minutes_entry) do
6
7
  - if minutes_entry.has_content?(:attachment) && minutes_entry.content(:attachment).persisted?
7
8
  = render Primer::ButtonComponent.new(tag: :a, ml: 2,
8
- href: main_app.rails_blob_path(minutes_entry.content(:attachment), disposition: :attachment)) do
9
+ href: main_app.rails_blob_path(minutes_entry.content(:attachment),
10
+ disposition: :attachment)) do
9
11
  = render Primer::OcticonComponent.new(icon: 'desktop-download')
10
12
  = t(:'.download')
11
13
  - else
12
- .text-small.text-gray= t :'.no_file'
14
+ = render(Primer::TextComponent.new(color: :gray, font_size: 6)) { t :'.no_file' }
@@ -1,10 +1,10 @@
1
1
  = render Primer::SubheadComponent.new do |component|
2
- = component.slot(:heading) { t :'.title' }
2
+ = component.heading { t :'.title' }
3
3
 
4
4
  - if partner_societies.structure_items.any?
5
5
  %ul{ class: dom_class(partner_societies), id: dom_id(partner_societies) }
6
6
  = render partial: 'partner_society', collection: partner_societies.structure_items.sorted_by_structure,
7
- layout: 'list_item',
7
+ layout: 'list_item', locals: { list_item_id: ->(local_assigns) { dom_id(local_assigns[:partner_society]) } },
8
8
  cached: ->(partner_society) { [partner_society, partner_society.structure_parts.collect(&:structure_partable)] }
9
9
  - else
10
10
  = render Primer::BlankslateComponent.new(title: t(:'.no_societies'), icon: 'organization')
@@ -1,26 +1,28 @@
1
1
  - cache [partner_society, partner_society.structure_parts.collect(&:structure_partable)] do
2
- .d-flex.flex-column.flex-md-row-reverse.flex-items-start
3
- .flex-auto
4
- %h3.d-flex.flex-wrap.mb-1
5
- - cache partable_for(:name, parent: partner_society) do
6
- - if partner_society.has_content? :name
7
- .flex-auto= partner_society.content(:name)
8
- .BtnGroup.mt-1.mt-sm-0{ aria: { label: t(:'.contact_buttons') } }
9
- - cache partable_for(:website, parent: partner_society) do
10
- - if partner_society.has_content? :website
11
- = render Primer::ButtonComponent.new(tag: :a, href: partner_society.content(:website), group_item: true) do
12
- = render Primer::OcticonComponent.new(icon: 'browser')
13
- = t(:'.website')
14
- - cache partable_for(:email_address, parent: partner_society) do
15
- - if partner_society.has_content? :email_address
16
- = render Primer::ButtonComponent.new(tag: :a, href: "mailto:#{partner_society.content(:email_address)}", group_item: true) do
17
- = render Primer::OcticonComponent.new(icon: 'mail')
18
- = t(:'.email')
2
+ = render Primer::FlexComponent.new(direction: [:column, nil, :row_reverse, nil], align_items: :start) do
3
+ = render Primer::BaseComponent.new(tag: :div, flex: :auto) do
4
+ = render Primer::HeadingComponent.new(tag: :h3, mb: 1) do
5
+ = render Primer::FlexComponent.new(flex_wrap: true, justify_content: :space_between) do
6
+ - cache partable_for(:name, parent: partner_society) do
7
+ - if partner_society.has_content? :name
8
+ = render(Primer::TextComponent.new(tag: :div)) { partner_society.content(:name) }
9
+ = render Primer::ButtonGroupComponent.new(aria: { label: t(:'.contact_buttons') }) do |component|
10
+ - cache partable_for(:website, parent: partner_society) do
11
+ - if partner_society.has_content? :website
12
+ = component.button(tag: :a, href: partner_society.content(:website)) do
13
+ = render Primer::OcticonComponent.new(icon: 'browser')
14
+ = t(:'.website')
15
+ - cache partable_for(:email_address, parent: partner_society) do
16
+ - if partner_society.has_content? :email_address
17
+ = component.button(tag: :a, href: "mailto:#{partner_society.content(:email_address)}") do
18
+ = render Primer::OcticonComponent.new(icon: 'mail')
19
+ = t(:'.email')
19
20
  - cache partable_for(:description, parent: partner_society) do
20
21
  - if partner_society.has_content? :description
21
- .text-gray= render partial: 'text', object: partner_society.content(:description)
22
+ = render Primer::MarkdownComponent.new(color: :gray) do
23
+ = partner_society.content(:description).try(:html_safe)
22
24
  - cache partable_for(:logo, parent: partner_society) do
23
- - if partner_society.has_content?(:logo) && partner_society.content(:logo).persisted?
25
+ - if partner_society.has_content?(:logo) && partner_society.content(:logo).persisted? && partner_society.content(:logo).file.present?
24
26
  = image_tag(main_app.url_for(partner_society.content(:logo).file.variant(resize_to_limit: [200, 150])),
25
27
  srcset: srcset(partner_society.content(:logo).file, variant: { resize_to_limit: [200, 150] }), size: nil,
26
28
  alt_description: partner_society.content(:name), draggable: false, class: %w[mt-4 mt-md-0 mr-md-4])
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ Rails.application.config.primer_view_components.force_functional_colors = false
@@ -81,7 +81,7 @@
81
81
  theme.layout_parts = [{
82
82
  name: 'current_conference_alert',
83
83
  title: 'Alert',
84
- partable_type: 'Spina::Line'
84
+ partable_type: 'Spina::Text'
85
85
  }, {
86
86
  name: 'github_url',
87
87
  title: 'GitHub URL',
data/config/locales/en.rb CHANGED
@@ -6,6 +6,11 @@
6
6
  formats: {
7
7
  full: ->(time, _) { "%A, #{time.day.ordinalize} %B %Y" }
8
8
  }
9
+ },
10
+ time: {
11
+ formats: {
12
+ ordinal_datetime_with_year: ->(time, _) { "#{time.day.ordinalize} %b %Y, %R" }
13
+ }
9
14
  }
10
15
  }
11
16
  }
@@ -43,15 +43,12 @@ en:
43
43
  application:
44
44
  cookies:
45
45
  title: About cookies
46
- purpose: We use cookies for security, functionality, and analytics purposes.
47
- no_advertising: We do not use Google Analytics Advertising features.
48
- used:
49
- rails_html: We use the %{cookie} cookie to track sessions.
50
- google_analytics_html: Google Analytics sets the %{cookies} cookies for analytics purposes.
51
46
  footer:
52
47
  copyright: © %{name} %{year}
53
48
  find_on_github: Find us on GitHub
49
+ footer_content:
54
50
  cookies: About cookies
51
+ loading: Loading…
55
52
  image_collection:
56
53
  previous: Previous
57
54
  next: Next
@@ -84,6 +81,7 @@ en:
84
81
  no_date: No date specified.
85
82
  documents:
86
83
  title: Documents
84
+ document:
87
85
  download: Download
88
86
  no_file: No file uploaded.
89
87
  no_name: No name.
@@ -101,7 +99,7 @@ en:
101
99
  past: Past events
102
100
  no_events: No events.
103
101
  event:
104
- time_and_place: "%{place}, %{time}"
102
+ time_and_place_html: "%{place}, %{time}"
105
103
  time_tbc: Time TBC
106
104
  location_tbc: Location TBC
107
105
  more_info: More information
@@ -115,18 +113,16 @@ en:
115
113
  search: Search
116
114
  no_matching_conferences: No matching conferences.
117
115
  show:
118
- dates_html: "%{start_date}–%{finish_date}"
119
- submit_by_html: Submit abstracts by %{date}
120
- submit_abstract: Submit an abstract
121
116
  information: Information
122
117
  presentations: Presentations
123
118
  events: Events
124
119
  subscribe: Subscribe
125
- locations: "%{institutions}, %{cities}"
126
120
  tabs:
127
121
  information: Information
128
122
  presentations: Presentations
129
123
  events: Events
124
+ no_tab: No tab.
125
+ tab_does_not_exist: "The tab '%{tab}' does not exist."
130
126
  presentations:
131
127
  all_presentation_types: All
132
128
  results: Results
@@ -148,6 +144,12 @@ en:
148
144
  conference:
149
145
  dates_html: "%{start_date}–%{finish_date}"
150
146
  locations: "%{institutions}, %{cities}"
147
+ submission_flash:
148
+ submit_by_html: Submit abstracts by %{date}
149
+ submit_abstract: Submit an abstract
150
+ header:
151
+ dates_html: "%{start_date}–%{finish_date}"
152
+ locations: "%{institutions}, %{cities}"
151
153
  presentations:
152
154
  show:
153
155
  room_and_institution: "%{room}, %{institution}"
@@ -0,0 +1,29 @@
1
+ # frozen_string_literal: true
2
+
3
+ class ChangeCurrentConferenceAlertToText < ActiveRecord::Migration[6.0]
4
+ def up
5
+ Spina::LayoutPart.where(name: 'current_conference_alert', layout_partable_type: 'Spina::Line').each do |layout_part|
6
+ if layout_part.partable.present?
7
+ Spina::Text.create(content: layout_part.partable.content).then do |text|
8
+ layout_part.partable.destroy
9
+ layout_part.update(partable: text)
10
+ end
11
+ else
12
+ layout_part.update(partable_type: 'Spina::Text')
13
+ end
14
+ end
15
+ end
16
+
17
+ def down
18
+ Spina::LayoutPart.where(name: 'current_conference_alert', layout_partable_type: 'Spina::Text').each do |layout_part|
19
+ if layout_part.partable.present?
20
+ Spina::Line.create(content: layout_part.partable.content).then do |line|
21
+ layout_part.partable.destroy
22
+ layout_part.update(partable: line)
23
+ end
24
+ else
25
+ layout_part.update(partable_type: 'Spina::Line')
26
+ end
27
+ end
28
+ end
29
+ end
@@ -4,9 +4,10 @@ require 'spina'
4
4
  require 'spina/conferences/primer_theme/engine'
5
5
  require 'spina/conferences/primer_theme/breadcrumbs/builder'
6
6
  require 'spina/admin/conferences'
7
+ require 'octicons_helper'
8
+ require 'view_component'
7
9
  require 'primer/view_components'
8
10
  require 'icalendar'
9
- require 'octicons_helper'
10
11
 
11
12
  module Spina
12
13
  module Conferences
@@ -22,9 +22,9 @@ module Spina
22
22
  def render_element(component, element)
23
23
  url = compute_path(element)
24
24
  if @context.current_page? url
25
- component.slot(:item, selected: true, **element.options) { compute_name(element) }
25
+ component.item(selected: true, **element.options) { compute_name(element) }
26
26
  else
27
- component.slot(:item, href: compute_path(element), **element.options) { compute_name(element) }
27
+ component.item(href: compute_path(element), **element.options) { compute_name(element) }
28
28
  end
29
29
  end
30
30
  end
@@ -3,7 +3,7 @@
3
3
  module Spina
4
4
  module Conferences
5
5
  module PrimerTheme
6
- VERSION = '0.1.11'
6
+ VERSION = '0.1.16'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spina-conferences-primer_theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Malčić
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-30 00:00:00.000000000 Z
11
+ date: 2021-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: babel-transpiler
@@ -58,28 +58,28 @@ dependencies:
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 0.0.10
61
+ version: 0.0.31
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 0.0.10
68
+ version: 0.0.31
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rails
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 6.0.2
75
+ version: '6.0'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 6.0.2
82
+ version: '6.0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: spina
85
85
  requirement: !ruby/object:Gem::Requirement
@@ -136,20 +136,6 @@ dependencies:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
138
  version: '2.7'
139
- - !ruby/object:Gem::Dependency
140
- name: minitest-rails
141
- requirement: !ruby/object:Gem::Requirement
142
- requirements:
143
- - - "~>"
144
- - !ruby/object:Gem::Version
145
- version: '6.0'
146
- type: :development
147
- prerelease: false
148
- version_requirements: !ruby/object:Gem::Requirement
149
- requirements:
150
- - - "~>"
151
- - !ruby/object:Gem::Version
152
- version: '6.0'
153
139
  - !ruby/object:Gem::Dependency
154
140
  name: minitest-reporters
155
141
  requirement: !ruby/object:Gem::Requirement
@@ -248,6 +234,20 @@ dependencies:
248
234
  - - "~>"
249
235
  - !ruby/object:Gem::Version
250
236
  version: '0.19'
237
+ - !ruby/object:Gem::Dependency
238
+ name: simplecov-lcov
239
+ requirement: !ruby/object:Gem::Requirement
240
+ requirements:
241
+ - - "~>"
242
+ - !ruby/object:Gem::Version
243
+ version: '0.8'
244
+ type: :development
245
+ prerelease: false
246
+ version_requirements: !ruby/object:Gem::Requirement
247
+ requirements:
248
+ - - "~>"
249
+ - !ruby/object:Gem::Version
250
+ version: '0.8'
251
251
  - !ruby/object:Gem::Dependency
252
252
  name: web-console
253
253
  requirement: !ruby/object:Gem::Requirement
@@ -311,9 +311,11 @@ files:
311
311
  - app/views/layouts/spina/conferences/primer_theme/application.html.haml
312
312
  - app/views/layouts/spina/conferences/primer_theme/conferences.html.haml
313
313
  - app/views/layouts/spina/conferences/primer_theme/presentations.html.haml
314
+ - app/views/spina/admin/layout_partables/texts/_form.html.haml
314
315
  - app/views/spina/application/_cookies.html.haml
315
316
  - app/views/spina/application/_current_conference_alert.html.haml
316
317
  - app/views/spina/application/_footer.html.haml
318
+ - app/views/spina/application/_footer_content.html.haml
317
319
  - app/views/spina/application/_image_collection.html.haml
318
320
  - app/views/spina/application/_list_item.html.haml
319
321
  - app/views/spina/application/_logo.html.haml
@@ -326,6 +328,7 @@ files:
326
328
  - app/views/spina/conferences/primer_theme/conferences/_event.html.haml
327
329
  - app/views/spina/conferences/primer_theme/conferences/_event.ics.erb
328
330
  - app/views/spina/conferences/primer_theme/conferences/_events.html.haml
331
+ - app/views/spina/conferences/primer_theme/conferences/_header.html.haml
329
332
  - app/views/spina/conferences/primer_theme/conferences/_information.html.haml
330
333
  - app/views/spina/conferences/primer_theme/conferences/_institution.html.haml
331
334
  - app/views/spina/conferences/primer_theme/conferences/_institution_logo.html.haml
@@ -335,7 +338,7 @@ files:
335
338
  - app/views/spina/conferences/primer_theme/conferences/_presentations.html.haml
336
339
  - app/views/spina/conferences/primer_theme/conferences/_sponsor.html.haml
337
340
  - app/views/spina/conferences/primer_theme/conferences/_sponsors.html.haml
338
- - app/views/spina/conferences/primer_theme/conferences/_tab.html.haml
341
+ - app/views/spina/conferences/primer_theme/conferences/_submission_flash.html.haml
339
342
  - app/views/spina/conferences/primer_theme/conferences/index.html.haml
340
343
  - app/views/spina/conferences/primer_theme/conferences/index.ics.erb
341
344
  - app/views/spina/conferences/primer_theme/conferences/show.html.haml
@@ -359,10 +362,12 @@ files:
359
362
  - app/views/spina/pages/_partner_societies.html.haml
360
363
  - app/views/spina/pages/_partner_society.html.haml
361
364
  - config/initializers/assets.rb
365
+ - config/initializers/primer.rb
362
366
  - config/initializers/themes/conferences_primer_theme.rb
363
367
  - config/locales/en.rb
364
368
  - config/locales/en.yml
365
369
  - config/routes.rb
370
+ - db/migrate/20210206170704_change_current_conference_alert_to_text.rb
366
371
  - lib/spina/conferences/primer_theme.rb
367
372
  - lib/spina/conferences/primer_theme/breadcrumbs/builder.rb
368
373
  - lib/spina/conferences/primer_theme/engine.rb
@@ -387,7 +392,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
387
392
  - !ruby/object:Gem::Version
388
393
  version: '0'
389
394
  requirements: []
390
- rubygems_version: 3.0.3
395
+ rubygems_version: 3.1.4
391
396
  signing_key:
392
397
  specification_version: 4
393
398
  summary: Spina::Admin::Conferences frontend theme.