aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/default/scss
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade front end dependenciesArthurHoaro2020-09-221-18/+20
| | | | | | | | | | | | | Mostly in order to get rid of deprecated deps, and upgrade vulnerable ones. - Upgrade webpack from 3.x to 4.x - Moved babel package to main repo - Replaced deprecated extract-text-webpack-plugin with extract-text-webpack-plugin - Replaced deprecated babel-minify-webpack-plugin with terser-webpack-plugin - Replaced deprecated node-sass with (dart) sass package - Replaced deprecated sass-lint with stylelint (the rules might be a bit different Related to #1531: trivy doesn't raise any more issue
* Moved definition of a.selected to pass sasslint testKeith Carangelo2020-08-301-4/+4
|
* Added $links_per_page variable to template and display on defaultKeith Carangelo2020-08-291-0/+5
|
* Process manage tags page through Slim controllerArthurHoaro2020-07-231-0/+4
|
* Fix SASS LintArthurHoaro2020-01-261-4/+4
|
* Render login page through Slim controllerArthurHoaro2020-01-261-1/+12
|
* Fix image lazy loading issuesArthurHoaro2019-08-151-0/+2
| | | | | For some reason, bLazy won't load the image if the img block has either 0 height or width.
* Responsive issue with delete button fixRajat Hans2019-07-241-1/+0
|
* WIP - Plugin to override default template colorsArthurHoaro2019-07-081-26/+32
| | | | | | | | | | * Adds a new core plugin to override default template colors * Adds a new hook when plugin settings are saved (`save_plugin_parameters`) * Use CSS native variables for main colors instead of SASS variables * Disable SASS sort order rules due to a bug in the plugin Fixes #1312
* Merge pull request #1301 from ArthurHoaro/template/print-cssArthurHoaro2019-05-251-0/+14
|\ | | | | Add print CSS rules to the default template
| * Add print CSS rules to the default templateArthurHoaro2019-05-081-0/+14
| | | | | | | | | | | | | | Fixes #1291 * Display the header bar only on the first page * Hide search bars, pagination buttons, filters, and edit/delete buttons
* | Switch from FontAwesome v4.x to ForkAwesomeArthurHoaro2019-05-191-2/+2
|/ | | | And use the Shaarli icon made by @xuv in the header and footer (default template).
* Merge pull request #1295 from ArthurHoaro/feature/visited-link-colorArthurHoaro2019-05-081-1/+1
|\ | | | | Slightly lighten visited link color
| * Slightly lighten visited link colorArthurHoaro2019-04-221-1/+1
| | | | | | | | To make it more visible in the middle of raw text.
* | Display sticky label in linklistArthurHoaro2019-04-221-2/+10
|/ | | | Add sticky label, like private label, in linklist to make it more visible.
* Fix button overlapping on mobile in linklistArthurHoaro2019-02-091-0/+3
|
* Merge pull request #1208 from ArthurHoaro/feature/select-allArthurHoaro2018-10-061-1/+1
|\ | | | | Add a button to toggle all checkboxes of displayed links
| * Add a button to toggle all checkboxes of displayed linksArthurHoaro2018-08-131-1/+1
| | | | | | | | Related to #1160
* | Sticky feature - Add translation and display for logged out usersArthurHoaro2018-10-061-3/+3
| |
* | Add a button to set links as stickyArthurHoaro2018-10-061-0/+12
|/ | | | | | Meaning that they always appear on top of all links Fixes #186
* Fix input size for dropdown search formArthurHoaro2018-08-131-2/+0
|
* Bunch of improvement for thumbnails integration:ArthurHoaro2018-07-171-12/+11
| | | | | | | | - add a default thumb size value (125x90px) - improve private vertical bar visual, especially with thumbnails - translations - add a sync thumbs button in tool and empty picwall page - fixes WT download mode in JSON config
* Add a page to update all thumbnails through AJAX requests in both templatesArthurHoaro2018-07-051-0/+44
|
* Update thumbnail integration after rebasing the branchArthurHoaro2018-07-051-0/+4
|
* Reformat default theme SCSS to match SASS rulesArthurHoaro2018-05-101-929/+1117
|
* Webpack / Rewrite all JS to ES6 SyntaxArthurHoaro2018-03-281-12/+16
|
* Webpack / Remove frontend dependencies from tpl/ & inc/ and move them to assets/ArthurHoaro2018-03-281-0/+1353