Fetch/store Web App metadata and icons, finish RS integration #153

Merged
raucao merged 39 commits from feature/142-webapp_database into master 2024-01-01 13:18:48 +00:00
Showing only changes of commit def87a1621 - Show all commits

View File

@ -3,11 +3,7 @@ class AppCatalog::WebApp < ApplicationRecord
has_many :remote_storage_authorizations
has_one_attached :icon do |attachable|
attachable.variant :medium, resize_to_limit: [128,128]
attachable.variant :large, resize_to_limit: [256,256]
end
has_one_attached :icon
has_one_attached :apple_touch_icon
validates :url, presence: true, uniqueness: true