Small IO tweaks, robots.txt, and README improvements (#173)

* feat: add link to drop version in footer

* feat: add drop logo aria label

* feat: disable all crawling by bots

for now i think this is a good default as all of drop is currently behind auth

* feat: hide logo when inside wordmark for aria

* docs: update readme and contributing

* feat: default page in setup wizzard is img

* ci: remove redundant perm in release ci

* docs: update translation links and add progress image

* fix: lang selector using wrong weblate link
This commit is contained in:
Husky
2025-08-04 02:30:22 -04:00
committed by GitHub
parent e1b63fb607
commit b864d77f2a
9 changed files with 58 additions and 64 deletions
+4 -3
View File
@@ -91,10 +91,11 @@
</div>
<div class="flex items-center justify-center xl:col-span-3 mt-8">
<p
<NuxtLink
:to="`https://github.com/Drop-OSS/drop/releases/tag/${versionInfo.version}`"
class="text-xs text-zinc-700 hover:text-zinc-400 transition-colors duration-200 cursor-default select-none"
>
<i18n-t keypath="footer.version" tag="p" scope="global">
<i18n-t keypath="footer.version" tag="span" scope="global">
<template #version>
<span>{{ versionInfo.version }}</span>
</template>
@@ -102,7 +103,7 @@
<span>{{ versionInfo.gitRef }}</span>
</template>
</i18n-t>
</p>
</NuxtLink>
</div>
</div>
</div>