mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Add descriptions to tags and display tag cards on hover (#2708)
* add descriptions to tags * display tag description and tag image on hover Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
1
pkg/sqlite/migrations/36_tags_description.up.sql
Normal file
1
pkg/sqlite/migrations/36_tags_description.up.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `tags` ADD COLUMN `description` text;
|
||||
Reference in New Issue
Block a user