63fb9d6f07
build: upgrade yarn dependencies, update prod assets
...
Production assets are rebuilt against new dependency versions.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2018-12-10 22:56:20 +01:00
2daae77094
Card no preview replaced by wallabag logo
2018-11-21 18:51:44 +01:00
0658ce4f11
Merge pull request #3745 from burkemw3/patch-3
...
Add placeholder image to card-based gallery entries page
2018-10-16 07:45:22 +00:00
cefbe6a87f
Add placeholder image to card-based gallery entries page for #3651
...
I referenced https://css-tricks.com/using-svg/ for using the SVG icon.
The icon has a black foreground and white background, which doesn't
look very good as a placeholder. So, using the background-image style
to show the svg and the inversion filter to make it white on gray.
With the image always present, there isn't much difference between
the with and without image preview templates, so I merged them.
Tested on Chrome, Firefox, and Safari on OSX.
2018-10-15 23:59:39 -04:00
fbdc665487
Merge pull request #3606 from mritzmann/master
...
add manifest.json for android pwa
2018-10-15 08:30:26 +00:00
e93f37206a
wallabag logo (side-nav) replaced by an SVG one
2018-07-11 21:57:53 +02:00
4c78612eb4
wallabag logo with typo replaced by an SVG one
2018-07-11 21:51:52 +02:00
2fdd512488
Fake wallabag logo data image replaced by real SVG
2018-07-11 21:25:46 +02:00
6cf7f21dcb
Fix mobile viewport on big iframe and video elements
2018-06-28 15:22:51 +02:00
53ec80be94
Fix missing generated CSS
2018-05-24 11:57:22 +02:00
f136d288d6
Fix Firefox mobile unneeded resize
...
Before that, on Firefox Mobile, when you were moving to the top or to
the bottom of the page, you were stopped before to go to the opposite
side.
2018-05-24 09:04:02 +02:00
a6e5637507
Fix overflow wrap issue
2018-05-21 19:47:28 +02:00
ed148f6685
add 512x512 appicon
2018-03-20 08:43:46 +01:00
35ce4d5e5f
add manifest.json for android pwa
2018-03-18 19:58:34 +01:00
91f5992423
Close add entry and search nav JS action improved
2018-01-12 10:07:46 +01:00
2831e77cce
Nav close button alignment and nav boxes improved
2018-01-12 10:07:46 +01:00
63771b9ae3
Fix nav new entry and search form alignment
2018-01-12 10:07:46 +01:00
f86c2b5fa6
Label replaced by a button on the nav search form
2018-01-12 10:07:46 +01:00
e9e3f93805
Label replaced by a button on the nav new entry form
2018-01-12 10:07:46 +01:00
49fb9e7cab
Card tags template shared
2017-12-26 09:02:00 +01:00
a8541089be
Useless span removed from the card's title
2017-12-26 09:00:33 +01:00
575d1d03d9
Update prod assets
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-12-20 21:55:34 +01:00
e4ae6b976f
Updated robots.txt to prevent crawling
2017-12-15 21:51:12 +01:00
f072829ce3
More space for navbar actions on mobile
2017-12-08 21:10:36 +01:00
da2a5fe222
Toggle menu anchor replaced by a button
2017-12-08 21:01:44 +01:00
93e3329c58
Fix nav title nowrap on mobile
2017-12-07 23:46:29 +01:00
7475924eac
Border radius on every corner of tag's list
2017-12-08 10:20:58 +01:00
3e7d86b2c5
Tags list view improved
...
No text ellipsis so we can see the whole tag, better responsiveness, bigger
touch height on links.
2017-12-08 10:18:49 +01:00
a6beec1bd2
Footer's stats displayed on mobile
2017-12-06 22:46:24 +01:00
39217f3108
Fix line-height issue on the footer
2017-12-06 22:21:19 +01:00
1f84aa903d
Fix wrong selected page number alignment on pagination
2017-12-04 22:46:35 +01:00
f836b98fa6
Fix pagination on list mode
2017-12-04 22:31:30 +01:00
2784f674ea
Figure image and figcaption centered on share page
2017-12-03 14:41:15 +01:00
970e107524
Share page improved (mobile + header's padding)
2017-12-03 14:38:46 +01:00
2f510787e7
material: replace card activator with article link on card preview
...
Fixes #2424
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-06 20:49:41 +01:00
46ee68ea48
Update assets for #3397
2017-11-05 13:20:50 +01:00
efbbfe0135
Updating .gitignore
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-10-24 00:20:56 +02:00
0b3ab03782
Removing web/bundles/wallabagcore and adding prod assets in web/wallassets
...
baggy.css, baggy.js, material.css, material.js and public.js are seen as
new files, something changed in these files.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-10-24 00:19:00 +02:00
3f29386cb7
Update prod assets
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-10-16 00:07:12 +02:00
77255d6688
Add css on share public page
2017-06-22 12:15:24 +02:00
f99ebec0f2
Fix mobile view and update asset deps
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-06-15 07:58:12 +02:00
6cc1d32454
Updated production files
2017-06-13 17:07:44 +02:00
2c3e148b00
Displays an error with an annotation with a too long quote
...
Fix #2762
2017-06-04 11:38:29 +02:00
91775f36fe
Add some flex magic
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-31 14:34:46 +02:00
60c522899b
Fix delete annotation when username is defined
...
When an user set his name in "Config" > "User Information", he
can't delete or update an annotation
Fix #2382
2017-05-14 11:38:02 +02:00
efac66cb56
icon mail a bit better
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-09 11:04:02 +02:00
4c6ee89c9c
Fix review again
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-07 17:13:08 +02:00
34806fab1b
Fix reviews
...
Signed-off-by: Aline <chetta.aline@gmail.com >
2017-05-07 15:07:50 +02:00
14f58edd80
fixed margin on sidebar menu
2017-05-05 09:19:56 +02:00
2003ffa97e
Fix according to review
2017-05-04 17:44:42 +02:00