avo 2.14.3.pre.1.branding → 2.14.3.pre.4.tosqlfix

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of avo might be problematic. Click here for more details.

Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/app/assets/stylesheets/avo.css +34 -1
  4. data/app/assets/stylesheets/css/fields/progress.css +3 -3
  5. data/app/assets/stylesheets/css/pagination.css +4 -0
  6. data/app/assets/stylesheets/css/search.css +1 -1
  7. data/app/assets/stylesheets/css/sidebar.css +1 -1
  8. data/app/assets/stylesheets/css/tags.css +0 -7
  9. data/app/assets/svgs/failed_to_load.svg +5 -4
  10. data/app/assets/svgs/grid-empty-state.svg +11 -10
  11. data/app/assets/svgs/table-empty-state.svg +12 -11
  12. data/app/components/avo/actions_component.html.erb +2 -2
  13. data/app/components/avo/actions_component.rb +1 -1
  14. data/app/components/avo/button_component.html.erb +1 -0
  15. data/app/components/avo/button_component.rb +2 -2
  16. data/app/components/avo/fields/boolean_field/edit_component.html.erb +1 -1
  17. data/app/components/avo/fields/common/progress_bar_component.html.erb +1 -1
  18. data/app/components/avo/fields/common/progress_bar_component.rb +1 -11
  19. data/app/components/avo/fields/common/single_file_viewer_component.html.erb +1 -1
  20. data/app/components/avo/fields/progress_bar_field/index_component.html.erb +1 -1
  21. data/app/components/avo/fields/progress_bar_field/show_component.html.erb +1 -1
  22. data/app/components/avo/fields/tags_field/edit_component.html.erb +1 -1
  23. data/app/components/avo/index/resource_grid_component.html.erb +1 -2
  24. data/app/components/avo/index/resource_table_component.html.erb +1 -2
  25. data/app/components/avo/index/resource_table_component.rb +1 -1
  26. data/app/components/avo/profile_item_component.html.erb +1 -1
  27. data/app/components/avo/sidebar_component.html.erb +1 -1
  28. data/app/components/avo/sidebar_profile_component.html.erb +1 -1
  29. data/app/helpers/avo/actions_helper.rb +4 -0
  30. data/app/helpers/avo/attachments_helper.rb +4 -0
  31. data/app/helpers/avo/resources_helper.rb +16 -20
  32. data/app/javascript/avo.js +1 -0
  33. data/app/javascript/js/controllers/fields/trix_field_controller.js +3 -4
  34. data/app/javascript/js/controllers/item_select_all_controller.js +9 -16
  35. data/app/javascript/js/controllers/item_selector_controller.js +1 -1
  36. data/app/views/avo/actions/show.html.erb +2 -2
  37. data/app/views/avo/associations/new.html.erb +2 -2
  38. data/app/views/avo/base/_multiple_select_filter.html.erb +1 -1
  39. data/app/views/avo/base/_text_filter.html.erb +1 -1
  40. data/app/views/avo/partials/_header.html.erb +1 -1
  41. data/app/views/avo/partials/_logo.html.erb +2 -2
  42. data/app/views/avo/private/_links_and_buttons.html.erb +1 -1
  43. data/app/views/avo/private/design.html.erb +3 -3
  44. data/app/views/kaminari/_first_page.html.erb +3 -0
  45. data/app/views/kaminari/_last_page.html.erb +3 -0
  46. data/app/views/kaminari/_next_page.html.erb +9 -0
  47. data/app/views/kaminari/_page.html.erb +12 -0
  48. data/app/views/kaminari/_prev_page.html.erb +9 -0
  49. data/app/views/layouts/avo/application.html.erb +0 -1
  50. data/lib/avo/configuration.rb +0 -5
  51. data/lib/avo/dashboards/chartkick_card.rb +1 -1
  52. data/lib/avo/licensing/pro_license.rb +0 -1
  53. data/lib/avo/version.rb +1 -1
  54. data/lib/generators/avo/templates/initializer/avo.tt +0 -15
  55. data/public/avo-assets/avo.css +284 -298
  56. data/public/avo-assets/avo.js +2 -2
  57. data/public/avo-assets/avo.js.map +2 -2
  58. metadata +10 -4
  59. data/app/views/avo/partials/_branding.html.erb +0 -5
  60. data/lib/avo/configuration/branding.rb +0 -70
@@ -35,10 +35,10 @@
35
35
  </div>
36
36
 
37
37
  <% c.controls do %>
38
- <%= a_button 'data-action': 'click->modal#close', size: :sm, style: :outline, color: :gray do %>
38
+ <%= a_button 'data-action': 'click->modal#close', size: :sm do %>
39
39
  <%= t('avo.cancel') %>
40
40
  <% end %>
41
- <%= a_button type: :submit, style: :primary, color: :green, size: :sm do %>
41
+ <%= a_button type: :submit, color: :green, size: :sm do %>
42
42
  <%= t('avo.attach') %>
43
43
  <% end %>
44
44
  <% end %>
@@ -12,7 +12,7 @@
12
12
  'data-multiple-select-filter-target': 'selector'
13
13
  %>
14
14
  <div class="flex justify-end">
15
- <%= a_button class: 'mt-4', color: :primary, size: :xs, data: { action: "multiple-select-filter#changeFilter" } do %>
15
+ <%= a_button class: 'mt-4', color: :blue, size: :xs, data: { action: "multiple-select-filter#changeFilter" } do %>
16
16
  Filter by <%=filter.name %>
17
17
  <% end %>
18
18
  </div>
@@ -13,7 +13,7 @@
13
13
  'data-action': 'keypress->text-filter#tryToSubmit'
14
14
  %>
15
15
  <div class="flex justify-end">
16
- <%= a_button class: 'mt-4', color: :primary, data: { action: "text-filter#changeFilter" }, size: :xs do %>
16
+ <%= a_button class: 'mt-4', color: :blue, data: { action: "text-filter#changeFilter" }, size: :xs do %>
17
17
  <%= filter.button_label || "Filter by #{filter.name}" %>
18
18
  <% end %>
19
19
  </div>
@@ -1 +1 @@
1
- <%= link_to Avo.configuration.app_name, '/', class: 'text-primary-500 font-semibold', target: :_blank %>
1
+ <%= link_to Avo.configuration.app_name, '/', class: 'text-blue-500 font-semibold', target: :_blank %>
@@ -1,4 +1,4 @@
1
1
  <%= link_to root_path, class: 'logo-placeholder h-full w-full flex justify-start' do %>
2
- <%= image_tag Avo.configuration.branding.logo, class: 'hidden sm:block object-contain', title: 'Avo' %>
3
- <%= image_tag Avo.configuration.branding.logomark, class: 'sm:hidden object-contain', title: 'Avo' %>
2
+ <%= image_tag '/avo-assets/logo.png', class: 'hidden sm:block object-contain', title: 'Avo' %>
3
+ <%= image_tag '/avo-assets/logomark.png', class: 'sm:hidden object-contain', title: 'Avo' %>
4
4
  <% end %>
@@ -2,7 +2,7 @@
2
2
  entities = [:button, :link]
3
3
  sizes = [:xl, :lg, :md, :sm, :xs].reverse
4
4
  styles = [:primary, :outline, :text]
5
- colors = [:primary, :blue, :gray, :red, :orange, :green]
5
+ colors = [:primary, :gray, :red, :orange, :green]
6
6
  states = [:regular, :hover, :disabled, :active]
7
7
  %>
8
8
  <div class="px-6 space-y-4">
@@ -6,15 +6,15 @@
6
6
  <% end %>
7
7
 
8
8
  <%= a_link('/admin', icon: 'arrow-left', style: :outline, is_link: true) do %>
9
- Outline
9
+ Secondary
10
10
  <% end %>
11
11
 
12
12
  <%= a_link('/admin', icon: 'arrow-left', style: :outline, color: :red, is_link: true) do %>
13
13
  Red
14
14
  <% end %>
15
15
 
16
- <%= a_link('/admin', icon: 'arrow-left', style: :text, color: :orange, is_link: true) do %>
17
- Text
16
+ <%= a_link('/admin', icon: 'arrow-left', style: :outline, color: :orange, is_link: true) do %>
17
+ Red
18
18
  <% end %>
19
19
  <% end %>
20
20
 
@@ -0,0 +1,3 @@
1
+ <span class="first">
2
+ <%= link_to_unless current_page.first?, t('views.pagination.first').html_safe, url, remote: remote, class: 'relative inline-flex items-center px-4 py-2 border border-gray-300 text-sm leading-5 font-medium rounded-md text-gray-700 bg-white hover:text-gray-500 focus:outline-none focus:shadow-outline-blue focus:border-blue-300 active:bg-gray-100 active:text-gray-700 transition ease-in-out duration-150' %>
3
+ </span>
@@ -0,0 +1,3 @@
1
+ <span class="last">
2
+ <%= link_to_unless current_page.last?, t('views.pagination.last').html_safe, url, remote: remote, class: 'ml-3 relative inline-flex items-center px-4 py-2 border border-gray-300 text-sm leading-5 font-medium rounded-md text-gray-700 bg-white hover:text-gray-500 focus:outline-none focus:shadow-outline-blue focus:border-blue-300 active:bg-gray-100 active:text-gray-700 transition ease-in-out duration-150' %>
3
+ </span>
@@ -0,0 +1,9 @@
1
+ <% if !current_page.last? %>
2
+ <%= link_to url, :id => 'pnnext',:remote => remote do %>
3
+ <button type="button" class="-ml-px relative inline-flex items-center px-2 py-2 rounded-r-md border border-gray-300 bg-white text-sm leading-5 font-medium text-gray-500 hover:text-gray-400 focus:z-10 focus:outline-none focus:border-blue-300 focus:shadow-outline-blue active:bg-gray-100 active:text-gray-500 transition ease-in-out duration-150">
4
+ <svg class="h-5 w-5" fill="currentColor" viewBox="0 0 20 20">
5
+ <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd"/>
6
+ </svg>
7
+ </button>
8
+ <% end %>
9
+ <% end %>
@@ -0,0 +1,12 @@
1
+ <% url = resources_path(resource: @resource, page: page, keep_query_params: true) %>
2
+ <% if page.current? %>
3
+ <button type="button" class="hidden md:inline-flex -ml-px relative items-center px-4 py-2 border bg-gray-100 text-sm leading-5 font-medium text-gray-700 hover:text-gray-500 z-10 outline-none border-primary-300 active:bg-gray-100 transition ease-in-out duration-150">
4
+ <%= page %>
5
+ </button>
6
+ <% else %>
7
+ <%= link_to url, :remote => remote do %>
8
+ <button type="button" class="hidden md:inline-flex -ml-px relative items-center px-4 py-2 border border-gray-300 bg-white text-sm leading-5 font-medium text-gray-700 hover:text-gray-500 focus:z-10 focus:outline-none focus:border-blue-300 focus:shadow-outline-blue active:bg-gray-100 active:text-gray-700 transition ease-in-out duration-150">
9
+ <%= page %>
10
+ </button>
11
+ <% end %>
12
+ <% end %>
@@ -0,0 +1,9 @@
1
+ <% if !current_page.first? %>
2
+ <%= link_to url, :id => 'pnprev', :remote => remote do %>
3
+ <button type="button" class="relative inline-flex items-center px-2 py-2 rounded-l-md border border-gray-300 bg-white text-sm leading-5 font-medium text-gray-500 hover:text-gray-400 focus:z-10 focus:outline-none focus:border-blue-300 focus:shadow-outline-blue active:bg-gray-100 active:text-gray-500 transition ease-in-out duration-150">
4
+ <svg class="h-5 w-5" fill="currentColor" viewBox="0 0 20 20">
5
+ <path fill-rule="evenodd" d="M12.707 5.293a1 1 0 010 1.414L9.414 10l3.293 3.293a1 1 0 01-1.414 1.414l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 0z" clip-rule="evenodd"/>
6
+ </svg>
7
+ </button>
8
+ <% end %>
9
+ <% end %>
@@ -7,7 +7,6 @@
7
7
  <%= csp_meta_tag %>
8
8
  <%= render partial: 'avo/partials/javascript' %>
9
9
  <%= render partial: 'avo/partials/head' %>
10
- <%= render partial: 'avo/partials/branding' %>
11
10
  <% if Avo::PACKED %>
12
11
  <%= javascript_include_tag "/avo-assets/avo", "data-turbo-track": "reload", defer: true %>
13
12
  <%= stylesheet_link_tag "/avo-assets/avo", "data-turbo-track": "reload", defer: true %>
@@ -35,7 +35,6 @@ module Avo
35
35
  attr_accessor :main_menu
36
36
  attr_accessor :profile_menu
37
37
  attr_accessor :tabs_style
38
- attr_writer :branding
39
38
 
40
39
  def initialize
41
40
  @root_path = "/avo"
@@ -124,10 +123,6 @@ module Avo
124
123
  def feature_enabled?(feature)
125
124
  !@disabled_features.map(&:to_sym).include?(feature.to_sym)
126
125
  end
127
-
128
- def branding
129
- Avo::Configuration::Branding.new(**@branding || {})
130
- end
131
126
  end
132
127
 
133
128
  def self.configuration
@@ -29,7 +29,7 @@ module Avo
29
29
  default = {
30
30
  # figure our the available height for the chart
31
31
  height: "#{(rows * card_height) - card_heading}px",
32
- colors: ::Avo.configuration.branding.chart_colors,
32
+ colors: %w[#0B8AE2 #34C683 #2AB1EE #34C6A8],
33
33
  library: {
34
34
  discrete: false,
35
35
  points: false,
@@ -16,7 +16,6 @@ module Avo
16
16
  :menu_editor,
17
17
  :stimulus_js_integration,
18
18
  :resource_show_controls,
19
- :branding,
20
19
  :advanced_fields
21
20
  ]
22
21
  end
data/lib/avo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Avo
2
- VERSION = "2.14.3.pre.1.branding" unless const_defined?(:VERSION)
2
+ VERSION = "2.14.3.pre.4.tosqlfix" unless const_defined?(:VERSION)
3
3
  end
@@ -53,21 +53,6 @@ Avo.configure do |config|
53
53
  # config.disabled_features = []
54
54
  # config.resource_controls = :right
55
55
  # config.tabs_style = :tabs # can be :tabs or :pills
56
- # config.buttons_on_form_footers = true
57
-
58
- ## == Branding ==
59
- # config.branding = {
60
- # colors: {
61
- # background: "248 246 242",
62
- # 100 => "#CEE7F8",
63
- # 400 => "#399EE5",
64
- # 500 => "#0886DE",
65
- # 600 => "#066BB2",
66
- # },
67
- # chart_colors: ["#0B8AE2", "#34C683", "#2AB1EE", "#34C6A8"],
68
- # logo: "/avo-assets/logo.png"
69
- # logomark: "/avo-assets/logomark.png",
70
- # }
71
56
 
72
57
 
73
58
  ## == Breadcrumbs ==