Skip to content
Snippets Groups Projects
Commit 3e0e2036 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

add icons for systemDB

parent 69233610
No related branches found
No related tags found
2 merge requests!203Foldseek pages,!186Refactor facet autocomplete
Pipeline #120231 passed with warnings with stages
in 6 minutes and 43 seconds
This commit is part of merge request !186. Comments created here will be created in the context of that merge request.
......@@ -23,22 +23,22 @@ const autocompleteMeiliFacetsProps = ref<AutocompleteMeiliFacetProps>({
db: toValue(dbName),
facets: [
{ title: "Defense System", type: "subheader" },
{ title: 'System', value: "title", type: "facet", icon: "" },
{ title: 'System', value: "title", type: "facet", icon: "mdi-virus-outline" },
{ type: "divider" },
{ title: "Mechanism", type: "subheader" },
{ title: 'Sensor', value: "Sensor", type: "facet", icon: "" },
{ title: 'Effector', value: "Effector", type: "facet", icon: "" },
{ title: 'Activator', value: "Activator", type: "facet", icon: "" },
{ title: 'Sensor', value: "Sensor", type: "facet", icon: "mdi-cog" },
{ title: 'Effector', value: "Effector", type: "facet", icon: "mdi-cog" },
{ title: 'Activator', value: "Activator", type: "facet", icon: "mdi-cog" },
{ type: "divider" },
{ title: "PFAM", type: "subheader" },
{ title: 'Acession', value: "PFAM.AC", type: "facet", icon: "" },
{ title: 'Description', value: "PFAM.DE", type: "facet", icon: "" },
{ title: 'Acession', value: "PFAM.AC", type: "facet", icon: "mdi-key" },
{ title: 'Description', value: "PFAM.DE", type: "facet", icon: "md:description" },
{ type: "divider" },
{ title: 'Contributor', value: "contributors", type: "facet", icon: "" },
{ title: 'Contributor', value: "contributors", type: "facet", icon: "md:person" },
],
facetDistribution: undefined
})
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment