Commit graph

84 commits

Author SHA1 Message Date
Kevin Decherf 1d1c2a3311 material: fix "untagged entries" chip style
The longest translated string for "Untagged entries" seems to be the
greek "Καταχωρίσεις χωρίς ετικέτες"

Fixes #5632

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2022-06-07 14:42:14 +02:00
Jeremy Benoist 4947ea6758
Merge remote-tracking branch 'origin/master' into 2.5.0 2022-05-13 13:50:50 +02:00
Jeremy Benoist 99f61b6807
Update assets 2022-05-03 15:09:19 +02:00
Jeremy Benoist 88113289d7
Rebuild assets 2022-04-12 16:25:30 +02:00
Jeremy Benoist c946372180
Update assets 2022-04-04 11:10:49 +02:00
Kevin Decherf 78ad422486 material: improve mass buttons style, mostly for smartphone screens
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2022-03-25 11:00:06 +01:00
Simounet d0cfdaf10e
Fix row and card style regressions 2022-03-15 13:54:04 +01:00
Simounet 201a9930f9
Card actions styled at the bottom 2022-03-14 22:13:44 +01:00
Simounet 016ceb6829
ul entries list replaced by ol 2022-03-14 22:12:22 +01:00
Simounet e700cadae3
Mass action buttons extracted from entries list 2022-03-14 22:11:09 +01:00
Simounet 85e91f9e67
CSS grid used for bloc mode entries and flex for card bloc 2022-03-14 22:09:07 +01:00
Jeremy Benoist 34a8f36a42
Update assets 2022-03-14 12:04:41 +01:00
Jeremy Benoist be36db24ea
Update assets 2022-03-14 11:50:58 +01:00
Jeremy Benoist 9a6146d2ef
Merge remote-tracking branch 'origin/master' into 2.5.0 2022-03-02 20:03:33 +01:00
Jeremy Benoist 35774dbac8
Update assets 2022-02-28 13:54:34 +01:00
Jeremy Benoist 48a70c8071
Update assets 2022-02-21 10:19:02 +01:00
Jeremy Benoist 88720633f1
Rebuild assets 2022-01-05 20:58:08 +01:00
Jeremy Benoist 9d1716c0e5
Rebuild assets
And add `postcss-scss` and fixing some issues.
2022-01-05 20:43:36 +01:00
Jeremy Benoist 7ac1217c01
Update assets 2022-01-05 16:04:40 +01:00
Jeremy Benoist 96e2e8eeeb
Rebuild assets
Also update GitHub Actions to latest versions
2022-01-05 14:26:10 +01:00
Kevin Decherf 1e7849c401 Fix dark mode background color for pre tags
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2021-10-23 14:50:14 +02:00
Simounet 60d601789c
Fix dark theme first-app code 2021-10-07 15:10:25 +02:00
Simounet 3d74bf483f
Fix 5421 dark theme on the developper page 2021-10-07 19:25:03 +02:00
Simounet abb69c5911
Pagination style updated 2021-04-14 14:14:49 +02:00
Jeremy Benoist 161637889b
Update assets 2021-03-08 10:15:45 +01:00
Nicolas Lœuillet 890c7d0bfa
Added button to show entries with the same domain 2021-02-08 09:45:38 +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
Simounet c1b195f860
Fix extra padding on the homepage main content 2020-12-19 13:57:07 +01:00
Simounet b553b77ceb
Fix dark theme table odd style 2020-12-13 22:07:21 +01:00
Simounet 6431046700
Padding bottom added to article content on mobile 2020-12-01 21:43:50 +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 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
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 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
Simounet cfd77d1c2a
Sticky nav on entry action button click 2020-01-21 12:00:21 +01:00
Simounet 0a81f9b9d9
Sidebar sub entries not conditioned by hover anymore 2020-01-19 11:01:24 +01:00
Simounet b2439a8e4e material-design-icons-iconfont upgraded from 3.0.3 to 5.0.1 2019-08-21 19:20:26 +02:00