aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static
Commit message (Collapse)AuthorAgeFilesLines
...
| * Added creation date on entries viewNicolas Lœuillet2016-11-142-2/+3
| |
| * Display a bigger image in case of image contentJeremy Benoist2016-11-081-1/+6
| | | | | | | | | | | | If the content is only an image, we can display a bigger preview image because we won’t have text to display. Also, split different card view to avoid too much complexity in the entries.html.twig
| * Remove the left margin of tagJeremy Benoist2016-11-081-0/+4
| | | | | | | | In the entries list, the first tag below the link isn’t stick to the left. Now it is.
| * Deal with more resolution issuesThomas Citharel2016-11-031-1/+17
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Fix resolution issues and 'title' issuesThomas Citharel2016-11-031-2/+9
| | | | | | | | | | | | Also, modify editorconfig for css files. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Re-add bottom paginationJeremy Benoist2016-10-221-1/+0
| | | | | | | | Also pager.html.twig wasn’t necessary, there weren't enough duplication to put them in a dedicated template
| * remove padding on small widthsThomas Citharel2016-10-221-1/+0
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * WIPThomas Citharel2016-10-221-17/+85
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Added CSS class on linksNicolas Lœuillet2016-11-162-8/+8
| |
* | Fix keyboard navigation on quickstart viewThomas Citharel2016-11-151-0/+5
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | fix next/prev pageThomas Citharel2016-11-152-13/+6
| |
* | Bring navigation (with right, left and enter) on material entries page. ↵Thomas Citharel2016-11-157-24/+105
| | | | | | | | | | | | | | | | Supports going to next and previous page ! Also better indentation for js files (changed editorconfig for them). Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Reorganized JS folders for shortcutsNicolas Lœuillet2016-11-159-46/+71
| |
* | es6 importsThomas Citharel2016-11-156-39/+44
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Added new shortcutsNicolas Lœuillet2016-11-151-1/+36
| |
* | Added shortcutsNicolas Lœuillet2016-11-151-0/+12
| |
* | Added unmark.it sharingNicolas Lœuillet2016-11-093-0/+10
| | | | | | | | Fix #668
* | avoid eslint warning by disabling lineThomas Citharel2016-11-031-1/+2
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Added translations and baggy partNicolas Lœuillet2016-10-311-1/+1
| |
* | Added QRCode and link to configure android applicationNicolas Lœuillet2016-10-311-0/+2
|/
* Fix baggy on small screensThomas Citharel2016-10-151-0/+8
|
* fix stylelintThomas Citharel2016-10-151-1/+1
|
* Improved side menu, reduced the font size on small screens, fixed a form to ↵Alexandr Danilov2016-10-151-1/+21
| | | | add links on small screens
* CSJeremy Benoist2016-10-091-1/+2
|
* Optimize the way tag list is renderedJeremy Benoist2016-10-091-2/+3
| | | | | | Instead of retrieve all informations about entries of a tag to just count them, we’ll count them before with a fastest query. Also change the layout of the tag list in material design
* better tags on materialThomas Citharel2016-10-051-0/+9
|
* better tags on baggyThomas Citharel2016-10-041-1/+15
|
* typo and build on testThomas Citharel2016-10-041-1/+1
|
* use airbnb base rules and update eslintThomas Citharel2016-10-042-3/+6
|
* Fixed icon position in share menuNicolas Lœuillet2016-10-041-2/+5
|
* fix iconsThomas Citharel2016-10-041-1/+2
|
* Add eslint & stylelint tests (fix a few things) and move dependencies to devThomas Citharel2016-10-043-7/+8
|
* shaarli instead of DiasporaJeremy Benoist2016-10-041-1/+1
|
* Basically, fix everythingThomas Citharel2016-10-033-6/+83
| | | | | | * Remove install.sh * Assets are now provided * Icons font issues are fixed
* Fixed CSS for quickstart linksNicolas Lœuillet2016-10-031-2/+6
|
* Merge pull request #2314 from wallabag/assetsNicolas Lœuillet2016-10-0316-383/+414
|\ | | | | Assets work
| * fonts & ligaturesThomas Citharel2016-09-293-13/+3
| |
| * remove autocomplete and bring fonts through npmThomas Citharel2016-09-281-1/+6
| |
| * Assets workThomas Citharel2016-09-2815-369/+405
| | | | | | | | | | | | | | | | | | | | * ES6 all the things ! * ESLint checks everything * CSS fixes (use stylelint) * Fix #2231
* | Changed quickstart layoutNicolas Lœuillet2016-10-011-2/+2
| |
* | Remove CSS class who caused long loading on FirefoxNicolas Lœuillet2016-09-271-1/+0
|/ | | | Fix #2302 #2281
* Remove footer partNicolas Lœuillet2016-09-131-1/+1
|
* Merge pull request #2002 from wallabag/feature-display-itemsNumberJeremy Benoist2016-09-031-0/+4
|\ | | | | Feature display items number
| * Display entries number for each categoryNicolas Lœuillet2016-08-231-0/+4
| |
* | Fixed different font-size for labels in config screenNicolas Lœuillet2016-09-021-0/+4
| | | | | | | | Fix #1788
* | Merge pull request #2252 from wallabag/fix-last-mergeNicolas Lœuillet2016-09-021-1/+1
|\ \ | | | | | | Fixed last merge who caused CSS/JS bugs
| * | Fixed last merge who caused CSS/JS bugsNicolas Lœuillet2016-08-301-1/+1
| | |
* | | Merge pull request #2242 from wallabag/fix-minor-cssJeremy Benoist2016-09-012-2/+17
|\ \ \ | |/ / |/| | Fix print / article views
| * | CSS indentationNicolas Lœuillet2016-09-011-2/+2
| | |
| * | Fixed print view for baggy themeNicolas Lœuillet2016-08-261-1/+3
| | |