forked from trent_larson/crowd-funder-for-time-pwa
feat: add conditional rendering for claim certificate link and update gitignore
- Add v-if directive to show claim certificate link only when veriClaim.id exists - Update .gitignore to exclude android app resource directory - Prevents broken links when claim data is not fully loaded - Improves build process by ignoring generated Android resources This change ensures the certificate link is only displayed when there's valid claim data available, preventing navigation errors and improving user experience. The gitignore update helps keep the repository clean by excluding Android-specific generated files.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -55,3 +55,4 @@ build_logs/
|
||||
icons
|
||||
|
||||
|
||||
android/app/src/main/res/
|
||||
Reference in New Issue
Block a user