Vikram Aditya Verma

Results 16 comments of Vikram Aditya Verma

Hi @Jaifroid I’d like to look into this issue and try reproducing it locally. From what I understand, in zimit2 ZIMs (like fas-military-medicine), the swipe-to-hide gesture for the menu and...

Thanks @Jaifroid I’ll check how the `Ctrl + UpArrow` keyboard shortcut triggers the navbar hide/show behavior and compare that logic with the gesture handling part. My initial thought is that...

Hi! I'd like to work on this issue. Before I start, could you clarify: 1. Should I focus on the local development setup (which currently has no .env guidance)? 2....

Thank you for checking, @Jaifroid I'm using Kiwix JS Browser Extension v4.2.1 (latest) on Windows 11 (22H2). I've also tested in Chrome, Edge, Opera, and Firefox too and the issue...

Hi @Jaifroid, I forgot to mention that while testing the gesture fix, I discovered another issue that still persists that I discovered when I was testing for the first time:...

Yes, it's specifically on the landing page, and I can see why it's minor, users typically search for articles rather than scroll through the landing page content.

@benoit74 I think I’ve tracked down the “`metadata_defaults.title`” issue for the `--lang ko` build. The title seems to come from `build_zimfile()` in `scraper/src/gutenberg2zim/zim.py`, which does `i18n.change_locale(metadata_locales_lang)` and then `title =...

Ah yeah, you're right about the fallback I missed that. Without the file, it seems to just return the key string instead of falling back to "en". So creating an...

@benoit74 I tested the fix, but unfortunately the empty `ko.json` file approach isn't working. I created the empty file (tried both `{}` and `{"metadata_defaults": {}}`), but when I run the...

P.S It fix works hehe when we add the `metadata_defaults` structure with actual values to `ko.json` (copying from `en.json`). I tested it and the log now shows `Writing kor ZIM...