dweb-search-frontend
dweb-search-frontend copied to clipboard
mdi-chevron-up missing
mdi-chevron-up missing
In detail view, I am getting the following error in the console:
Error: <path> attribute d: Expected number, "mdi-chevron-up".
Example: https://bafybeidrmheunuh7awdmfvr23o7yll4exi65uzlstgb7vskz2fz6giw5ji.on.fleek.co/#/search?type=audio&page=2&last_seen=%3C30d
Originally posted by @dokterbob in https://github.com/ipfs-search/dweb-search-frontend/pull/254#pullrequestreview-1122002359
N.b. this is a bug in Vuetify, in the v-expansion-panel component used in MetadataPanel.vue. You can see clearly that, when expanding metadatapanel is expanded (as is default), the chevronUp is missing. Hope is that this will be solved in a future version of vuetify, and this is likely, because we are using a very unfinished Beta version. An alternative solution is creating our own expansion-panel component; not very hard but still takes a few hours. It would be great to retire vuetify altogether though.