Commit graph

197 commits

Author SHA1 Message Date
Kevin Decherf 6a044f8c6e Update assets
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2021-08-05 22:51:23 +02:00
Simounet abb69c5911
Pagination style updated 2021-04-14 14:14:49 +02:00
Jeremy Benoist 1a4f298e41
Update assets 2021-03-24 16:55:08 +01:00
Jeremy Benoist fb6884d23b
Update assets 2021-03-15 15:23:44 +01:00
Jeremy Benoist c355857922
Update assets 2021-03-15 14:17:02 +01:00
Jeremy Benoist 161637889b
Update assets 2021-03-08 10:15:45 +01:00
Jeremy Benoist 51cc1e5c49
Update assets 2021-03-08 09:27:15 +01:00
Jeremy Benoist 9683e2afbe
Rebuild assets 2021-03-04 11:58:35 +01:00
Simounet dbf62c760a
Fix auto prefered color scheme 2021-02-21 22:07:23 +01:00
Jeremy Benoist 68dd104c56
Update assets 2021-02-09 10:30:12 +01:00
Jeremy Benoist de640f1f8e
Rebuild assets 2021-02-01 10:01:18 +01:00
Simounet 99fa116c07
Fix account dropdown width 2021-01-31 11:46:32 +01:00
Simounet 971279d72e
Dark theme updated 2021-01-27 13:10:06 +01:00
Eloi Coutant 4a03869feb Improve dark theme 2021-01-24 15:34:40 +01:00
Simounet e17d4ebe13
Fix nav lang filter 2021-01-05 22:30:47 +01:00
Jeremy Benoist 75f89a4d42
Update assets 2020-12-28 16:16:40 +01:00
Nicolas Lœuillet 2267453d1f
Merge pull request #4866 from wallabag/fix/4812/dark-theme-cookie
material: fix issue with cookie check for light/dark theme
2020-12-21 08:53:51 +01:00
Simounet c1b195f860
Fix extra padding on the homepage main content 2020-12-19 13:57:07 +01:00
Kevin Decherf 0631f5c8d0 material: fix issue with cookie check for light/dark theme
Fixes #4812

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2020-12-19 01:45:05 +01:00
Simounet b553b77ceb
Fix dark theme table odd style 2020-12-13 22:07:21 +01:00
Simounet 14cb0b7c73
Fix missing apple-touch-icon-512.png from manifest.json 2020-12-11 21:33:13 +01:00
Simounet 7fc15c2ea5
Fix path icons from manifest.json 2020-12-10 17:47:13 +01:00
Jeremy Benoist 289406f258
Ensure manifest files are sorted properly 2020-12-08 09:34:17 +01:00
Jeremy Benoist 3212629809
Update assets -_- 2020-12-07 09:50:08 +01:00
Jeremy Benoist 69eb9d9329
Update assets 2020-12-07 09:44:33 +01:00
Jeremy Benoist 5c39d22903
Update assets 2020-12-04 10:18:42 +01:00
Jeremy Benoist 92b14a3536
Update for webpack-manifest-plugin 2020-12-03 10:15:21 +01:00
Simounet 6431046700
Padding bottom added to article content on mobile 2020-12-01 21:43:50 +01:00
Jérémy Benoist ecc26e70f2
Merge pull request #4754 from Simounet/feat/remove-public-from-webpack
public assets files removed from webpack
2020-11-27 15:56:55 +01:00
Simounet 53a04b6af1
Global assets files moved to web/img 2020-11-27 15:24:35 +01:00
Simounet 974ff07076
Fix dark theme handling scrolling to the top 2020-11-27 15:24:04 +01:00
Simounet e739dad2ef
Assets updated 2020-11-24 22:32:32 +01:00
Simounet 184c82f411
Fix nav items alignment 2020-11-24 21:59:06 +01:00
Simounet 66d5042af5
Theme picker 2020-11-19 15:45:58 +01:00
Simounet a562f6b943
Basic dark theme handling 2020-11-19 14:58:48 +01:00
Jeremy Benoist b02ca1f711
Fix tests & updated deps again 2020-10-22 11:13:51 +02:00
Jeremy Benoist 0478d8965d
Update mini-css-extract-plugin@1 & style-loader@2
Also update JS deps and rebuild assets.
2020-10-22 11:04:17 +02:00
Jeremy Benoist 21fb69fa12
Update assets
Use yarn as we are `yarn.lock` and not `package-lock.json` (so cleanup `scripts`).
2020-10-08 10:08:51 +02:00
Jeremy Benoist dce3c84c9c
Upgrade to NodeJS 12
Update javascript deps to latest version.
Rebuild assets

- Keep `stylehint` in a lower version because starting at v9.0.0 it generates too much errors. We might fix them later.
- Don't touch `materialize-css` to avoid too much side effect. We might update it later (to 1.0.0).
2020-08-25 12:28:12 +02:00
Simounet a5ac604683
Side nav hidden on mobile tag adding 2020-05-06 22:27:11 +02:00
Nicolas Lœuillet d9a68f6ced
Enhanced navigation menu in material theme 2020-04-26 21:08:22 +02:00
Nicolas Lœuillet 467327771a
Added mass actions for Material design in list view 2020-04-24 09:12:57 +02:00
Nicolas Lœuillet a6b5b8f7a9
Changed visibility for article stats 2020-04-22 14:58:24 +02:00
Nicolas Lœuillet 558651783a
Added more coherence with color links for material theme 2020-04-21 17:30:39 +02:00
Nicolas Lœuillet 5434577883
Improved tags list for material view 2020-04-20 11:39:35 +02:00
Nicolas Lœuillet 1598d13248
Enhanced article display
Fixes #4153
2020-04-06 16:32:09 +02:00
Kevin Decherf 8ee7b1603d Fix createdAt date range filter
- hiddenName has been disabled in order to fix the missing date range
  values when using the material theme
- data format has been changed to 'Y-m-d' in order to comply with the
  browser date input default format
- tests: date() and strtotime have been replaced with DateTime-related
  objects

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2020-03-22 17:01:39 +01:00
Kevin Decherf 3dcb701975 baggy: remove logo from printed pages
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2020-01-25 15:42:43 +01:00
Kevin Decherf 45582f2992 material: replace display: flex with block in print mode
This change is a workaround for a reported issue with printing flex
items on Firefox

See: https://bugzilla.mozilla.org/show_bug.cgi?id=939897

Fixes #4251

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2020-01-25 15:40:29 +01:00
Simounet dc23bf9f29
Entry action buttons displayed on page end reached 2020-01-21 14:06:08 +01:00