Hippari

Results 44 comments of Hippari

Seconding this, Linux support would be dope.

First observations from preliminary work on the `vue3` branch: * Vuex stores are partly migrated. The process is easy and mainly resolves around exporting an object containing actions, mutations, getters...

Some more explanations about the `vue3` branch itself: As Vite is a completely different thing from Nuxt, I started the Vue 3 branch as an orphan. This means it has...

Currently it's very much still in the early stages :) I'm also taking the opportunity to rewrite everything to the Composition API (which is sort of needed, as most Vue...

Some relevant discussions in regards to architecture: #1329

I don't think Nuxt 3 will fix most of the technical limitations we have and, even if it fixes some of them, it still limits us a lot for the...

> I wouldn't put the `enableHeader` flag in this store. As it's done in #632, I think it's better to have our custom preferences in a separate store and leave...

> > I think `HomeScreen` or `HomeSections` fits. I see Perseus' pages (if we go that route) as "landing pages" or "content discovery pages", not home pages per se. >...

For #498 specifically, we can just assume that, depending on the type of home section, index 0 is a special item (The library, the collection, the actor, etc). This keeps...

We discussed this a bit internally. Technically, this feature is already in jf-vue. However, the server escapes characters to be safer. One thing though, is that we'd like to keep...