Jonathan Schneider
Jonathan Schneider
I think there are two errors here. 1. i always have to click twice on the folder to activate that everything should be open and lock 2. although it is...
Testing: 1. I overlooked that there are really 3 statuses: open, closed and always open. I always thought it was a bug that you had to click twice - so...
> Always happens.... *well, today at least* Which Browser + Version and OS? I try to recreate this error.
The changes are in: - [x] Add header download action to file drawer (like files drawer) - [x] Add for all downloads :download attr - [x] Update file libary save_alt...
> Tested the `file` and `files` working well, with the download working when the link is copied. > > @JonathanSchndr The use of `getAssetUrl` should also be propagated to the...
I have looked at the problem. In DEV mode the `` tag (HTML Head) has no href, so all `` are executed relative to the current URL and the router...
> > it is checked, why the base tag in the vite is set in productive, or if possible this is removed. > > > > We can't remove the...
> > Maybe we can simply replace a Tag with Nuxt Link when loading Docs. > > > > Nuxt isn't used for the app, but a vue-router link might...
@rijkvanzanten I have now tried it locally once as DEV and as production. The changes are as follows: Vite Config: ``` - base: process.env.NODE_ENV === 'production' ? '' : '/admin/'...
> @JonathanSchndr Did you confirm that production use with subfolder routing (like `example.com/my-installation/admin`) still works with that setup? 🤔 I'll do another test on an external server to be 100%...