teambtcmap / btcmap-ios

iOS application for BTC Map
https://btcmap.org
GNU Affero General Public License v3.0
14 stars 3 forks source link

Communities new contact buttons #12

Open lorenzoPrimi opened 1 year ago

lorenzoPrimi commented 1 year ago

Add missing social/contacts buttons. Per secondl1ght:

$: secondTwitter = tags['contact:second_twitter'] && tags['contact:second_twitter'];

$: meetup = tags['contact:meetup'] && tags['contact:meetup'];

$: eventbrite = tags['contact:eventbrite'] && tags['contact:eventbrite'];

$: github = tags['contact:github'] && tags['contact:github'];

$: reddit = tags['contact:reddit'] && tags['contact:reddit'];

website, twitter, telegram, discord, youtube are implemented, removed from this list

lorenzoPrimi commented 1 year ago

@salvatoto is this still a thing? I see the various button in the community pages. https://github.com/teambtcmap/btcmap-ios/commit/f3279b6fc8c01318b24531abbba8c3c8c5c7052b

salvatoto commented 1 year ago

Only about half of those are implemented.

lorenzoPrimi commented 1 year ago

These are not yet implemented in Android, right? (so I can tag the issue as low prio)