feat: add ancient artifacts and refactor item categories
Introduce Ancient Artifacts with full CRUD and image support Migrate item categories and usages to system-defined lists Add display_id to items and artifacts for custom sorting
This commit is contained in:
@@ -7,6 +7,7 @@ import Skeleton from '../components/Skeleton.vue';
|
||||
import StatusBadge from '../components/StatusBadge.vue';
|
||||
import {
|
||||
iconAction,
|
||||
iconArtifact,
|
||||
iconAutomation,
|
||||
iconChevronRight,
|
||||
iconChecklist,
|
||||
@@ -36,6 +37,8 @@ const primarySections = computed(() => [
|
||||
{ key: 'habitats', to: '/habitats', icon: iconHabitat },
|
||||
{ key: 'eventHabitats', to: '/event-habitats', icon: iconEvent },
|
||||
{ key: 'items', to: '/items', icon: iconItem },
|
||||
{ key: 'eventItems', to: '/event-items', icon: iconEvent },
|
||||
{ key: 'ancientArtifacts', to: '/ancient-artifacts', icon: iconArtifact },
|
||||
{ key: 'recipes', to: '/recipes', icon: iconRecipe }
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user