aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public
Commit message (Collapse)AuthorAgeFilesLines
* Move public assets for themesJeremy Benoist2016-01-2228-2103/+0
| | | | | So they can be installed using the `assets:install` command and there'll no longer symlink in the repo They moved from `web/themes/...` to `bundles/wallabagcore/themes/...`
* Backport all icomoon from v1Jeremy Benoist2015-12-305-36/+41
| | | | And add a reload icon
* TypoThomas Citharel2015-12-041-1/+1
|
* Remove tab from baggy cssJeremy Benoist2015-09-231-51/+51
| | | | And add a border left on the filter slider
* A little more width for filter viewThomas Citharel2015-09-131-1/+1
|
* Filters view on side for baggyJeremy Benoist2015-09-131-7/+22
|
* Handle filter form using some JSJeremy Benoist2015-09-132-6/+30
| | | | Instead of displaying an ugly form
* Remove some global assetsJeremy Benoist2015-09-135-0/+251
| | | | | Some global assets where dedicated to baggy Remove some non-used css
* add previewPicture on baggy themeNicolas Lœuillet2015-09-131-0/+4
|
* store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-121-25/+25
|
* Adds pagerfanta paginator everywhere, modifies article routing. Change API ↵Francois Gravelaine2015-07-281-0/+10
| | | | for is_starred and is_archived
* Add testsJeremy2015-03-311-12/+12
| | | | and fix few mistakes
* Cleanup & simplify themeJeremy2015-03-012-134/+0
|
* Add LiipThemeBundleJeremy2015-03-0125-0/+1928
Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))