Skip to content

Commit

Permalink
fix: remove not done plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Aug 29, 2023
1 parent 76e2a85 commit b127d04
Showing 1 changed file with 72 additions and 89 deletions.
161 changes: 72 additions & 89 deletions src/config/plugins.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
AdjustmentsHorizontalIcon,
ArchiveBoxArrowDownIcon,
ArrowPathIcon,
Bars3Icon,
Expand All @@ -9,22 +8,14 @@ import {
CommandLineIcon,
CurrencyDollarIcon,
DevicePhoneMobileIcon,
DocumentMagnifyingGlassIcon,
EllipsisHorizontalIcon,
FingerPrintIcon,
GlobeAltIcon,
HomeIcon,
MapPinIcon,
PaintBrushIcon,
PhoneArrowUpRightIcon,
PhoneIcon,
PlayCircleIcon,
PlayIcon,
SpeakerWaveIcon,
SpeakerXMarkIcon,
StopIcon,
VideoCameraIcon,
WalletIcon,
} from '@heroicons/vue/20/solid'

export interface Action {
Expand Down Expand Up @@ -56,14 +47,14 @@ export const actions = [
title: 'CLI',
icon: CommandLineIcon,
},
{
name: '@capgo/standard-version',
author: 'Martin Donadieu',
description: 'replacement for `npm version` with automatic CHANGELOG generation',
href: 'https://github.com/Cap-go/standard-version',
title: 'Standard Version',
icon: AdjustmentsHorizontalIcon,
},
// {
// name: '@capgo/standard-version',
// author: 'Martin Donadieu',
// description: 'replacement for `npm version` with automatic CHANGELOG generation',
// href: 'https://github.com/Cap-go/standard-version',
// title: 'Standard Version',
// icon: AdjustmentsHorizontalIcon,
// },
{
name: '@capgo/native-market',
author: 'Martin Donadieu',
Expand All @@ -88,30 +79,30 @@ export const actions = [
title: 'Camera Preview',
icon: CameraIcon,
},
{
name: '@capgo/google-play-scraper',
author: 'Facundo Olano',
description: 'scrapes app data from google play store',
href: 'https://github.com/facundoolano/google-play-scraper',
title: 'Google Play Scraper',
icon: PlayIcon,
},
{
name: '@capgo/ngx-intl-tel-input-app',
author: 'Unknown',
description: '[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors)',
href: 'N/A',
title: 'International Telephone Input',
icon: PhoneIcon,
},
{
name: '@capgo/konsta',
author: 'Vladimir Kharlampidi',
description: 'Mobile UI components made with Tailwind CSS',
href: 'https://github.com/konstaui/konsta',
title: 'Konsta',
icon: PaintBrushIcon,
},
// {
// name: '@capgo/google-play-scraper',
// author: 'Facundo Olano',
// description: 'scrapes app data from google play store',
// href: 'https://github.com/facundoolano/google-play-scraper',
// title: 'Google Play Scraper',
// icon: PlayIcon,
// },
// {
// name: '@capgo/ngx-intl-tel-input-app',
// author: 'Unknown',
// description: '[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors)',
// href: 'N/A',
// title: 'International Telephone Input',
// icon: PhoneIcon,
// },
// {
// name: '@capgo/konsta',
// author: 'Vladimir Kharlampidi',
// description: 'Mobile UI components made with Tailwind CSS',
// href: 'https://github.com/konstaui/konsta',
// title: 'Konsta',
// icon: PaintBrushIcon,
// },
{
name: '@capgo/capacitor-updater',
author: 'Martin Donadieu',
Expand Down Expand Up @@ -177,14 +168,14 @@ export const actions = [
title: 'Mute',
icon: SpeakerXMarkIcon,
},
{
name: '@capgo/angular-ng-stepper',
author: 'Giorgi Merabishvili',
description: 'Angular stepper',
href: 'https://github.com/gmerabishvili/angular-ng-stepper',
title: 'Stepper',
icon: EllipsisHorizontalIcon,
},
// {
// name: '@capgo/angular-ng-stepper',
// author: 'Giorgi Merabishvili',
// description: 'Angular stepper',
// href: 'https://github.com/gmerabishvili/angular-ng-stepper',
// title: 'Stepper',
// icon: EllipsisHorizontalIcon,
// },
{
name: '@capgo/native-audio',
author: 'Martin Donadieu',
Expand Down Expand Up @@ -225,14 +216,14 @@ export const actions = [
title: 'Indicator',
icon: HomeIcon,
},
{
name: '@capgo/find-package-manager',
author: 'github.com/riderx',
description: 'Live update for capacitor apps',
href: 'https://github.com/Cap-go/find-package-manager',
title: 'Package Manager',
icon: DocumentMagnifyingGlassIcon,
},
// {
// name: '@capgo/find-package-manager',
// author: 'github.com/riderx',
// description: 'Live update for capacitor apps',
// href: 'https://github.com/Cap-go/find-package-manager',
// title: 'Package Manager',
// icon: DocumentMagnifyingGlassIcon,
// },
{
name: '@capgo/native-purchases',
author: 'Martin donadieu',
Expand All @@ -241,36 +232,28 @@ export const actions = [
title: 'Native Purchases',
icon: CurrencyDollarIcon,
},
{
name: '@capgo/capacitor-fingerprint',
author: 'Martin Donadieu',
description: 'Capacitor client for Fingerprint PRO. 100% accurate device identification for fraud detection.',
href: 'https://github.com/Cap-go/capacitor-fingerprint',
title: 'Fingerprint',
icon: FingerPrintIcon,
},
{
name: '@capgo/capacitor-callkit-voip',
author: 'Martin Donadieu',
description: 'Provide PushKit functionality to ionic capacitor',
href: 'https://github.com/Cap-go/capacitor-callkit-voip',
title: 'CallKit VOIP',
icon: PhoneArrowUpRightIcon,
},
{
name: '@capgo/logsnag',
author: 'Shayan',
description: 'LogSnag Client',
href: 'https://github.com/LogSnag/logsnag.js',
title: 'LogSnag',
icon: StopIcon,
},
{
name: '@capgo/walletconnect',
author: 'Martin Donadieu',
description: 'WIP: Capacitor plugin for WalletConnect',
href: 'N/A',
title: 'WalletConnect',
icon: WalletIcon,
},
// {
// name: '@capgo/capacitor-fingerprint',
// author: 'Martin Donadieu',
// description: 'Capacitor client for Fingerprint PRO. 100% accurate device identification for fraud detection.',
// href: 'https://github.com/Cap-go/capacitor-fingerprint',
// title: 'Fingerprint',
// icon: FingerPrintIcon,
// },
// {
// name: '@capgo/capacitor-callkit-voip',
// author: 'Martin Donadieu',
// description: 'Provide PushKit functionality to ionic capacitor',
// href: 'https://github.com/Cap-go/capacitor-callkit-voip',
// title: 'CallKit VOIP',
// icon: PhoneArrowUpRightIcon,
// },
// {
// name: '@capgo/walletconnect',
// author: 'Martin Donadieu',
// description: 'WIP: Capacitor plugin for WalletConnect',
// href: 'N/A',
// title: 'WalletConnect',
// icon: WalletIcon,
// },
]

0 comments on commit b127d04

Please sign in to comment.