Sha256: 911694bc92c73ceea419abf479122136e2ecca94da5716beaab7ec645bfafc1b

Contents?: true

Size: 328 Bytes

Versions: 134

Compression:

Stored size: 328 Bytes

Contents

# frozen_string_literal: true

class Avo::Fields::Common::Files::ViewType::ListItemComponent < Avo::Fields::Common::Files::ViewType::GridItemComponent
  def icon_for_file
    if is_image?
      "photo"
    elsif is_audio?
      "speaker-wave"
    elsif is_video?
      "video-camera"
    else
      "document"
    end
  end
end

Version data entries

134 entries across 134 versions & 1 rubygems

Version Path
avo-3.17.6.tw4 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.17.6 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.17.5 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.17.4 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.17.3 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.17.5.tw4 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.17.4.tw4 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.17.3.tw4 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.17.2.tw4 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.17.2 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.17.1.tw4 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.17.1 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.17.0 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.16.6 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.16.5 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.16.4 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.16.3 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.16.2 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.16.1 app/components/avo/fields/common/files/view_type/list_item_component.rb
avo-3.16.0 app/components/avo/fields/common/files/view_type/list_item_component.rb