ChrisLi
ChrisLi
## Checklist - [ ] I have included the output of ``celery -A proj report`` in the issue. (if you are not able to do this, then at least specify...
We need to translate our app to other languages! 🌏🌍🌎 1. create localization files 2. put it on translatewiki.net to translate 3. import translated localizations to app 4. Make app...
There are a lot of zim files that share (seemingly) the same favicon, yet they have different favicon urls. I can surely retrieving them individually, but that seems like a...
Currently, we use `Xapian::MSet::snippet` top generate snippet. The result is often less optimal. Take result "Secure shell" when searching "ssh" as example, the snippet we provide: > ...19] In 2006,...
Could we not collapse all sections when on phone like devices / low horizontal resolution? I find this one particularly annoying when I have to expand these sections when reading,...
Is it possible to move the triangle to vertically align with the text? (instead of bottom or baseline) I have tried to do this but I couldn't figure it out....
Zim files are essentially bundles of html content, to support dark mode, one approach is to use [CSS Color Schemes](https://www.w3.org/TR/css-color-adjust-1/). While still in draft, it's already [widely adopted](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme). And I...