🌐 i18n(translation): add archive-related translations
- add new translation keys for archive feature in both German and English
✨ feat(server): implement archived servers feature
- create endpoints for listing and restoring archived servers
- add HTML template for displaying archived servers
- update navigation to include archived servers link
This commit is contained in:
parent
c6a2ed928b
commit
d0622ae361
4 changed files with 138 additions and 0 deletions
|
|
@ -63,6 +63,9 @@
|
|||
<a href="/map" class="text-slate-300 hover:text-white underline-offset-2 hover:underline">
|
||||
{{ t("nav.map") }}
|
||||
</a>
|
||||
<a href="/servers/archived" class="text-slate-300 hover:text-white underline-offset-2 hover:underline">
|
||||
{{ t("nav.archive") }}
|
||||
</a>
|
||||
<a
|
||||
href="/servers/new"
|
||||
class="inline-flex items-center gap-1 rounded-lg bg-indigo-500 px-3 py-1.5 font-medium hover:bg-indigo-400 focus:outline-none focus:ring focus:ring-indigo-500/40"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue