Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ You can,
- [Feather icons](https://feathericons.com)
- Logo and some icons by [Vishnu Raghav](https://www.vishnuraghav.com/)
- [QRCode-SVG](https://github.com/papnkukn/qrcode-svg)
- [Simple Icons](https://simpleicons.org/)

## Self-Hosting Guide - Docker

Expand Down
1 change: 1 addition & 0 deletions assets/icons/simplex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 20 additions & 11 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1248,14 +1248,23 @@ export default {
order: 8,
isURL: 1,
},
{
name: 'SimpleX',
icon: 'simplex',
placeholder: 'SimpleX link',
value: null,
label: 'Short SimpleX contact link',
order: 9,
isURL: 1,
},
{
name: 'Telegram',
icon: 'telegram',
href: 'https://t.me/',
placeholder: 'username',
value: null,
label: 'Telegram username',
order: 9,
order: 10,
isURL: 1,
},
{
Expand All @@ -1265,7 +1274,7 @@ export default {
placeholder: '@username:matrix.org',
value: null,
label: 'Matrix userID',
order: 10,
order: 11,
isURL: 1,
},
{
Expand All @@ -1274,7 +1283,7 @@ export default {
placeholder: 'https://wa.me/profileID',
value: null,
label: 'WhatsApp profile URL',
order: 11,
order: 12,
isURL: 1,
},
{
Expand All @@ -1284,7 +1293,7 @@ export default {
placeholder: 'username',
value: null,
label: 'Messenger username',
order: 12,
order: 13,
isURL: 1,
},
{
Expand All @@ -1295,7 +1304,7 @@ export default {
placeholder: 'username',
value: null,
label: 'Skype username',
order: 13,
order: 14,
isURL: 1,
},
{
Expand All @@ -1305,7 +1314,7 @@ export default {
placeholder: 'LINE ID',
value: null,
label: 'Line profile ID',
order: 14,
order: 15,
isURL: 1,
},
{
Expand All @@ -1315,7 +1324,7 @@ export default {
placeholder: 'XX XXXXX XXXXX',
value: null,
label: 'Viber mobile number',
order: 15,
order: 16,
isURL: 1,
},
{
Expand All @@ -1325,7 +1334,7 @@ export default {
placeholder: 'WeChat ID',
value: null,
label: 'WeChat profile ID',
order: 16,
order: 17,
isURL: 1,
},
{
Expand All @@ -1334,7 +1343,7 @@ export default {
placeholder: 'https://example.com/calendarID',
value: null,
label: 'Calendar URL',
order: 17,
order: 18,
isURL: 1,
},
{
Expand All @@ -1344,7 +1353,7 @@ export default {
placeholder: 'XMPP ID',
value: null,
label: 'XMPP ID',
order: 18,
order: 19,
isURL: 1,
},
// {
Expand All @@ -1354,7 +1363,7 @@ export default {
// placeholder: 'IRC ID',
// value: null,
// label: 'IRC ID',
// order: 19,
// order: 20,
// isURL: 1,
// },
],
Expand Down