Commit Graph

38 Commits

Author SHA1 Message Date
01609f8514 Update to ESLint 8
And run it:
- `yarn eslint app/**/*.js --fix`
- `yarn eslint web/**/*.js --fix`
2022-01-05 21:43:32 +01:00
7ac1217c01 Update assets 2022-01-05 16:04:40 +01:00
6a044f8c6e Update assets
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2021-08-05 22:51:23 +02:00
1a4f298e41 Update assets 2021-03-24 16:55:08 +01:00
fb6884d23b Update assets 2021-03-15 15:23:44 +01:00
c355857922 Update assets 2021-03-15 14:17:02 +01:00
51cc1e5c49 Update assets 2021-03-08 09:27:15 +01:00
9683e2afbe Rebuild assets 2021-03-04 11:58:35 +01:00
dbf62c760a Fix auto prefered color scheme 2021-02-21 22:07:23 +01:00
68dd104c56 Update assets 2021-02-09 10:30:12 +01:00
75f89a4d42 Update assets 2020-12-28 16:16:40 +01:00
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
5c39d22903 Update assets 2020-12-04 10:18:42 +01:00
974ff07076 Fix dark theme handling scrolling to the top 2020-11-27 15:24:04 +01:00
e739dad2ef Assets updated 2020-11-24 22:32:32 +01:00
66d5042af5 Theme picker 2020-11-19 15:45:58 +01:00
a562f6b943 Basic dark theme handling 2020-11-19 14:58:48 +01:00
b02ca1f711 Fix tests & updated deps again 2020-10-22 11:13:51 +02:00
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
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
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
a5ac604683 Side nav hidden on mobile tag adding 2020-05-06 22:27:11 +02:00
d9a68f6ced Enhanced navigation menu in material theme 2020-04-26 21:08:22 +02:00
467327771a Added mass actions for Material design in list view 2020-04-24 09:12:57 +02:00
1598d13248 Enhanced article display
Fixes #4153
2020-04-06 16:32:09 +02:00
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
dc23bf9f29 Entry action buttons displayed on page end reached 2020-01-21 14:06:08 +01:00
cfd77d1c2a Sticky nav on entry action button click 2020-01-21 12:00:21 +01:00
088804537e Added prod js files 2019-09-27 16:27:47 +02:00
df45126a14 Update translations
Remove log
2019-07-09 15:54:59 +02:00
50f35f0db2 Move icon into the top menu bar
Change the way to select a random entry:
- select all ids from the given user (with filters)
- choose randomly one in php
- find that entry
2019-01-19 22:24:10 +01:00
84d59603c5 Update assets 2018-09-25 10:21:21 +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
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
575d1d03d9 Update prod assets
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2017-12-20 21:55:34 +01:00
46ee68ea48 Update assets for #3397 2017-11-05 13:20:50 +01: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