Jean-Marie Lemetayer

Results 20 comments of Jean-Marie Lemetayer

Hi Nimesh, What do you want to say by "last item is selected" ? Is it the gray background and the underline ? It should be working "on hover" and...

Yeah I have also tested on safari and I see the issue too. The hovering effect stay stuck on the last item. Moreover I have tested the [bootstrap](https://getbootstrap.com/docs/5.1/content/tables/#hoverable-rows) and [bootswatch](https://bootswatch.com/default/#tables)...

Thanks @digicide it helps a lot. Since the problem is not reproduced with the standard bootstrap, I think I made a mistake in the integration of the `.table-hover` class. Or...

If you have some free time. Pull requests are more than welcome :wink:

Related to #21. A customization mechanism is needed.

Hi Ruben, If you want to change the format for your installation only, check the installed `.abba/js/script.js` and look for this part of code: https://github.com/jmlemetayer/abba/blob/main/_includes/js/abba/autoindex.js#L218 As I am using the...

I guess dynamically loading a JSON configuration file with [jQuery.getJSON()](https://api.jquery.com/jquery.getjson/) could be a solution. It would be necessary to manage the case where the file does not exist with default...

I understand that INI format is preferred from JSON for user friendly configuration files. I would say that TOML is even better. But - and it is a big "but"...

Hi Thierry, I had a similar request in the past (see #17) which have been closed due to inactivity and lack of time. Apache is behaving correctly (you can disable...

Hi, You can check how I use it in my docker compose file: https://github.com/jmlemetayer/seedbox/blob/main/docker-compose.yml#L89 On Sat, Apr 16, 2022, 23:58 Noah Janke ***@***.***> wrote: > I am trying to install...