forked from potsda.mn/mobilizon
Cleanup Group.vue
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
f63c81efbd
commit
47cc3173ac
|
@ -106,91 +106,6 @@
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="block-column address">
|
|
||||||
<address v-if="physicalAddress">
|
|
||||||
<p
|
|
||||||
class="addressDescription"
|
|
||||||
:title="physicalAddress.poiInfos.name"
|
|
||||||
>
|
|
||||||
{{ physicalAddress.poiInfos.name }}
|
|
||||||
</p>
|
|
||||||
<p>{{ physicalAddress.poiInfos.alternativeName }}</p>
|
|
||||||
</address>
|
|
||||||
<span
|
|
||||||
class="map-show-button"
|
|
||||||
@click="showMap = !showMap"
|
|
||||||
v-if="physicalAddress && physicalAddress.geom"
|
|
||||||
>{{ $t("Show map") }}</span
|
|
||||||
>
|
|
||||||
<p class="buttons">
|
|
||||||
<b-tooltip
|
|
||||||
v-if="group.openness !== Openness.OPEN"
|
|
||||||
:label="$t('This group is invite-only')"
|
|
||||||
position="is-bottom"
|
|
||||||
>
|
|
||||||
<b-button disabled type="is-primary">{{
|
|
||||||
$t("Join group")
|
|
||||||
}}</b-button></b-tooltip
|
|
||||||
>
|
|
||||||
<b-button
|
|
||||||
v-else-if="currentActor.id"
|
|
||||||
@click="joinGroup"
|
|
||||||
type="is-primary"
|
|
||||||
>{{ $t("Join group") }}</b-button
|
|
||||||
>
|
|
||||||
<b-button
|
|
||||||
tag="router-link"
|
|
||||||
:to="{
|
|
||||||
name: RouteName.GROUP_JOIN,
|
|
||||||
params: { preferredUsername: usernameWithDomain(group) },
|
|
||||||
}"
|
|
||||||
v-else
|
|
||||||
type="is-primary"
|
|
||||||
>{{ $t("Join group") }}</b-button
|
|
||||||
>
|
|
||||||
<b-dropdown
|
|
||||||
class="menu-dropdown"
|
|
||||||
aria-role="list"
|
|
||||||
position="is-bottom-left"
|
|
||||||
>
|
|
||||||
<b-button
|
|
||||||
slot="trigger"
|
|
||||||
role="button"
|
|
||||||
icon-right="dots-horizontal"
|
|
||||||
>
|
|
||||||
</b-button>
|
|
||||||
<b-dropdown-item
|
|
||||||
aria-role="listitem"
|
|
||||||
v-if="ableToReport"
|
|
||||||
@click="isReportModalActive = true"
|
|
||||||
>
|
|
||||||
<span>
|
|
||||||
<b-icon icon="flag" />
|
|
||||||
{{ $t("Report") }}
|
|
||||||
</span>
|
|
||||||
</b-dropdown-item>
|
|
||||||
<hr class="dropdown-divider" />
|
|
||||||
<b-dropdown-item has-link aria-role="listitem">
|
|
||||||
<a
|
|
||||||
:href="`@${preferredUsername}/feed/atom`"
|
|
||||||
:title="$t('Atom feed for events and posts')"
|
|
||||||
>
|
|
||||||
<b-icon icon="rss" />
|
|
||||||
{{ $t("RSS/Atom Feed") }}
|
|
||||||
</a>
|
|
||||||
</b-dropdown-item>
|
|
||||||
<b-dropdown-item has-link aria-role="listitem">
|
|
||||||
<a
|
|
||||||
:href="`@${preferredUsername}/feed/ics`"
|
|
||||||
:title="$t('ICS feed for events')"
|
|
||||||
>
|
|
||||||
<b-icon icon="calendar-sync" />
|
|
||||||
{{ $t("ICS/WebCal Feed") }}
|
|
||||||
</a>
|
|
||||||
</b-dropdown-item>
|
|
||||||
</b-dropdown>
|
|
||||||
</p>
|
|
||||||
</div> -->
|
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<b-button
|
<b-button
|
||||||
outlined
|
outlined
|
||||||
|
|
Loading…
Reference in a new issue