Medusa icon indicating copy to clipboard operation
Medusa copied to clipboard

more of a question than an issue -- linking filenames

Open mattheweigand opened this issue 3 years ago • 1 comments

If I wanted to modify Medusa's episode list so that the file column is linked to the actual file, what file should I edit on my own machine to do that? I tried looking around in the code but its super confusing. Don't people use HTML anymore?

mattheweigand avatar Nov 29 '21 09:11 mattheweigand

We use vue.js. you'd need to modify display-show.vue. but you also need to build the theme. Run yarn install and yarn dev. Or yarn dev --watch while developing

p0psicles avatar Nov 29 '21 11:11 p0psicles