sixem / ivfi-php

IVFi is a directory indexer that aims to make it easy to browse and explore web-accessible directories.
https://git.five.sh/ivfi/
Other
108 stars 18 forks source link

Squashing commits #10

Closed camjac251 closed 4 years ago

camjac251 commented 4 years ago

Would it be possible to not squash your commits on the develop branch? I wanted to go back and see only the theme commit but am unable to with them all as one.

I can't understand the themes feature. I added the path to the folder in the config but there's no way to change the theme on the page.

soarn commented 4 years ago

I'm also wondering this, do you set it up like:

 'themes' => '/indexer/css/themes/pelagic.css',

or

 'themes' => 'pelagic.css',
sixem commented 4 years ago

Would it be possible to not squash your commits on the develop branch? I wanted to go back and see only the theme commit but am unable to with them all as one.

I can't understand the themes feature. I added the path to the folder in the config but there's no way to change the theme on the page.

There should be a drop down menu that you can toggle in the top right corner where you can set settings like themes etc. And squashing the commits shouldn't be an issue as you can still see the individual commits if you go to the pull request.

I'm also wondering this, do you set it up like:

 'themes' => '/indexer/css/themes/pelagic.css',

or

 'themes' => 'pelagic.css',

'themes' => '/indexer/css/themes/ is how you would set it in this case, then the script will take any .css files from that directory and treat them as separate themes.

sixem commented 4 years ago

I'll close this now as there have been no more questions. Feel free to submit a new issue if you have any other issues, or if you have any questions.