aboutsummaryrefslogtreecommitdiffstats
path: root/data (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement show symlink destinationDean Li2021-08-301-5/+11
| | | | | | | | | | | | | Add option `show_symlink_info` to represent show symlink info or not. (Default to no) Show symlink destination after symlink symbol in directory listing Resemble `ls -l` and also the short argument select for this feature is also `-l`. Basic testing is included. Related to #499
* Merge pull request #521 from raffomania/fix-visited-link-colorsSven-Hendrik Haase2021-08-291-5/+18
|\ | | | | add special colors for visited links
| * add special colors for visited linksRafael Epplée2021-05-061-5/+18
| |
* | Remove on-hover animation of qr codeSven-Hendrik Haase2021-08-251-1/+0
|/ | | | It made things a bit annoying as every other UI element is snappy and without animations.
* Merge branch 'master' into rfc-resolve-symlinksAli MJ Al-Nasrawy2021-04-181-1/+6
|\
| * Wrap breadcrumbs at any charAli MJ Al-Nasrawy2021-04-181-1/+1
| | | | | | This would make a good use of space in mobile view.
| * Fix breadcrumbs mess on mobileAli MJ Al-Nasrawy2021-04-091-0/+5
| | | | | | | | | | | | On mobile devices, 'display: block' is set for '.directory' class. While this neccessary to make the whole row for directories entry clickable, it distorts the links in breadcrumbs.
* | Don't use different syle for symlink symbolAli MJ Al-Nasrawy2021-04-111-5/+1
| |
* | CSS: remove unused symlink classAli MJ Al-Nasrawy2021-04-111-15/+1
| |
* | Move symlink symbol from html to cssAli MJ Al-Nasrawy2021-03-291-1/+2
|/ | | | | This should facilitate testing because this symbol will no longer a part of the entry text shown in html.
* Make footer text a bit smallerTamas Levai2021-03-011-0/+1
|
* Tone down footer text contrastTamas Levai2021-03-011-4/+4
|
* Use CSS to configure version footer lookTamas Levai2021-03-011-2/+10
|
* address feedbackLukas Stabe2020-10-021-5/+16
|
* restore default theme cli option and add default theme dark optionLukas Stabe2020-10-011-12/+43
|
* fix escaped quotes in font namesLukas Stabe2020-10-011-1/+1
|
* remove stylelint again and fix a few css issuesLukas Stabe2020-09-261-69/+84
|
* fix theme picker highlighting of selected themeLukas Stabe2020-09-261-1/+8
|
* remove default color scheme cli argumentLukas Stabe2020-09-261-7/+10
|
* [wip] client-side color-scheme handlingLukas Stabe2020-09-251-0/+667
|
* Add logoSven-Hendrik Haase2020-09-061-0/+122