Andrey V. Novikov
b7d7d2aeb8
fix: remove useless code for fixing hrefs
...
That fix seems to be needed to bypass an Apache bug and now became useless.
2024-09-14 20:18:32 +02:00
Waqas Tariq
9debee6005
feat: filter auto select on key down
...
Filter input gets focus on keydown. On page back filter the list if input is not empty.
2022-05-05 00:47:23 +02:00
oupala
afa2e51970
fix: remove useless js
...
Remove some old js code which now seems useless. It aimed to fix links when not adding a / at the end of the URI.
fix #132
2019-07-18 19:03:30 +02:00
oupala
4d61aab058
feat: css styling for breadcrumb
...
Add cdd styling inspired from the following website:
https://css-tricks.com/triangle-breadcrumbs/
2019-05-29 14:32:01 +02:00
oupala
33d4777101
feat: add a breadcrumb
...
Add a breadcrumb to tell the user where he is in the tree. js and html is there and working. It needs some css styling though.
2019-05-28 15:01:36 +02:00
oupala
f8670f0d59
fix: filter content works again
...
This commit fixes a bug where the filter content was not working any more on recent browsers.
close #125
2019-03-22 15:06:43 +01:00
Woodrow Barlow
a935227561
Implement content filtering.
...
This adds a search bar at the top which filters the results on the
current page.
2018-12-03 12:07:34 +01:00
Aleksandr Kliushenok
04b185d702
fix: invalid links from the root folder
2018-11-27 14:01:59 +01:00
Peter Dave Hello
806e1100dd
style: Improve coding style
2018-02-23 11:09:43 +08:00
oupala
57ea1a8416
feat(): move javascript code into a separate js file
...
Move javascript code into a separate js file as it enable apaxy to be compliant with the most secure content security policy (aka CSP). You can now use the following Content Security Policy :
Content-Security-Policy: default-src 'self'
2018-02-21 22:34:33 +01:00