Using packed keys instead of actor-tags table.

This commit is contained in:
2026-07-03 02:15:04 +02:00
parent 287932d9d7
commit 1543bf9d03
4 changed files with 55 additions and 23 deletions

View File

@@ -1,7 +1,10 @@
<template>
<div class="page">
<div class="header">
<h2 class="title">{{ tag.name }}</h2>
<h2
:title="`${tag.name} (#${tag.id})`"
class="title"
>{{ tag.name }}</h2>
<Heart
domain="tags"