Tomas Zigo

Results 133 comments of Tomas Zigo

> > Yes you are right, patch/JSON file with core modules commits are generated for version >= 8.3. > > @tmszi Could that be backported to 8.2? I think so,...

> > Yes you are right, patch/JSON file with core modules commits are generated for version >= 8.3. > > @tmszi Could that be backported to 8.2? The source code...

@bmwiedemann It is possible generate JSON/patch file manually for 8.2.1 version: 1. `git clone -b relasebranch_8_2 --single-branch https://github.com/OSGeo/grass.git && cd grass/` 2. `git checkout tags/8.2.1` 3. `python utils/generate_last_commit_file.py .` 4....

> Wouldn't it be better to – in the process of creating the tarball – create and add a simple textfile containing the git commit? Configure then can try get...

> > Next step will be to update configure and/or `utils/mkhtml.py` to read, if needed, from distributed json file. > > @tmszi I have not yet studied the code, but...

> * menu is gone (but not really useful anyway on narrow mobile devices) Maybe we could replace this menu with hamburger menu (HTML + CSS but without JavaScript), example...

Module manual with hamburger menu (hamburger menu icon is showed for screen with width < 1023.99 px and for screen width > 1023.99 original right TOC menu is preserved). Example...

> Could the vertical empty space be removed (i.e., make it more compact)? Something like that (reduced height of empty space between links)? ![menu_with_reduced_height_of_empty_space_between_links](https://user-images.githubusercontent.com/50632337/193729483-8f8c2a28-f013-4735-9324-9a3a73ae29bb.png) [grassdocs.zip](https://github.com/OSGeo/grass/files/9702598/grassdocs.zip)

> This is how it looks like on my phone - does not seem responsive when I zoom in further Yes, you are right. This example HTML source code is...

> @tmszi would you be willing to submit the mobile menu change as a PR? Yes of course PR #2606.