qoomon / aws-s3-bucket-browser

Single page application to browse AWS S3 bucket content
https://qoomon.github.io/aws-s3-bucket-browser/index.html?bucket=https://s3.amazonaws.com/spacenet-dataset#
MIT License
246 stars 85 forks source link

Fix Markdown preview when searching #57

Closed ThexXTURBOXx closed 2 months ago

ThexXTURBOXx commented 2 months ago

When clicking on the markdown preview while searching for the respective md file, the path is faulty. This can be fixed easily by applying the same replacer as in searchByPrefix to get the pathPrefixDir.

I also updated all the scripts and stylesheets while I was at it

ThexXTURBOXx commented 2 months ago

BTW: Initially I also wanted to update everything to Vue 3, but this is not yet possible due to an integral issue within buefy-next, which will only be fixed in the upcoming 0.1.4 version

qoomon commented 2 months ago

Thanks for your effort