hubl/src/views/partials/admin/page-admin-circles-join.pug

48 lines
2.8 KiB
Plaintext
Raw Normal View History

2021-06-15 11:48:49 +00:00
solid-widget(name=`orbit-admin-circle-join-button`)
2021-03-26 14:11:42 +00:00
template
solid-form(
class='join-button sm-full text-xsmall'
data-src='${value}'
fields='user.username'
2021-06-15 11:48:49 +00:00
value-user.username='orbit-workaround-493'
2021-03-26 14:11:42 +00:00
widget-user.username='solid-form-hidden'
submit-button=''
submit-widget="button"
class-submit-button="add-member-button segment sm-full margin-top-xsmall text-xsmall children-link-button children-link-text-bold children-link-text-uppercase children-link-reversed color-secondary bordered children-button-icon children-icon-arrow-right-circle children-icon-small children-icon-margin-right-xsmall"
2021-03-26 14:11:42 +00:00
data-trans='submit-button=circle.list.buttonJoin'
)
2021-06-15 11:48:49 +00:00
orbit-reactivity(data-src=`${getComponent('circles').endpoints.get}` target-src='${value}')
orbit-reactivity(data-src=`${getComponent('circles').endpoints.get}joinable/` target-src='${value}')
orbit-reactivity(data-src=`${getComponent('circles').endpoints.post}` target-src='${value}')
orbit-reactivity(data-src=`${getComponent('circles').endpoints.post}joinable/` target-src='${value}')
orbit-reactivity(bind-user nested-field="circles" target-src='${value}')
2021-03-26 14:11:42 +00:00
include page-admin-circles.pug
div.segment.full.padding-small.padding-top-xsmall.sm-padding-xsmall.whitespace-normal
solid-display(
2021-03-29 15:08:50 +00:00
class='segment full children children-quarter sm-children-full children-margin-bottom-medium sm-children-margin-bottom-xsmall children-padding-right-xsmall children-padding-left-xsmall sm-children-padding-none sm-whitespace-normal masonry pagination'
2021-03-26 14:11:42 +00:00
data-src=`${getComponent('circles').endpoints.get}joinable/`
fields='segment1(segment2(community.community.logo), segment3(name, subtitle, counter, members))'
filtered-by=`admin-circle-filter-${page}`
order-by='name'
2021-03-30 10:54:27 +00:00
paginate-by='20'
2021-03-26 14:11:42 +00:00
loader-id=`loader-admin-circles-${page}`
class-segment1='segment hover bg-color-white shadow border-rounded-xxsmall full text-top whitespace-normal'
class-segment2='segment block padding-xlarge text-center'
class-segment3='segment full padding-xlarge padding-top-medium sm-padding-medium border-top border-color-grey text-center whitespace-normal'
2021-03-29 16:20:43 +00:00
class-name='segment block text-xlarge text-bold text-color-heading margin-bottom-xsmall whitespace-normal'
2021-03-26 14:11:42 +00:00
class-subtitle='segment two-lines-ellipsis margin-bottom-xlarge sm-margin-bottom-medium whitespace-normal circle-subtitle-custom'
class-counter='segment block margin-bottom-large whitespace-normal'
2021-06-15 11:48:49 +00:00
widget-community.community.logo='orbit-admin-community-logo'
2021-03-26 14:11:42 +00:00
action-name=`${getRoute(`circles`, true)}-information`
2021-06-15 11:48:49 +00:00
widget-name='orbit-admin-circle-name'
2021-03-26 14:11:42 +00:00
action-counter="counter"
2021-06-15 11:48:49 +00:00
widget-counter='orbit-admin-circle-counter-alternate'
widget-members=`orbit-admin-circle-join-button`
2021-03-26 14:11:42 +00:00
)