Add preview of followers removed in domain block modal in web UI (#32032)
This commit is contained in:
parent
28c4eca0af
commit
3426ea2912
12 changed files with 274 additions and 108 deletions
5
app/presenters/domain_block_preview_presenter.rb
Normal file
5
app/presenters/domain_block_preview_presenter.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class DomainBlockPreviewPresenter < ActiveModelSerializers::Model
|
||||
attributes :followers_count, :following_count
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue