Skip to content

Conversation

@l3pr-org
Copy link

Resolves #57

Summary of changes:

  • Uploaded SimpleX .svg icon from Simple Icons.
  • Added attribution for Simple Icons in Readme.md
  • Added SimpleX 'Primary action' to index.vue & updated 'order' index.

It does not appear to me that components/Vcard.vue needs to be updated as this is technically a URL, and URLs are imported to the Vcard via {{getURLs}} in the below code from lines 1-23 of components/Vcard.vue.

<template>
  <pre v-show="false" ref="vCard">
BEGIN:VCARD
VERSION:3.0
...
URL:{{ vCard.website }}
{{ getURLs }}
KEY;TYPE=PGP;ENCODING=b:{{ vCard.key }}
...
END:VCARD</pre
  >
</template>

Added Simple Icons attribution for downloaded simplex.svg in assets/icons/simplex.svg
Added SimpleX primary action and updated 'order' index for each button.
@vercel
Copy link

vercel bot commented Sep 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
enbizcard Error Error Sep 18, 2025 1:04am

@l3pr-org
Copy link
Author

Not sure why deployment failed-- it appears that I do not have access to view the error details.

Previous version was a dark theme svg, so it has been replaced with the light version to conform to the current standard.
@l3pr-org
Copy link
Author

After building this with npm 16.20.0 locally, the application compiles and runs with no errors. I did notice that the svg color was dark theme while the others were all light theme, so it has been replaced in 49cb9ac.

Screenshot_20250917_210852

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(Feature Request) Add SimpleX 'Primary action' button

1 participant