Commit Graph

436 Commits

Author SHA1 Message Date
2910fb6da4 Merge branch '2.6' into port/2.6.4-2.6.6
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2023-09-18 16:50:07 +02:00
51c68655fb Fix some typos 2023-09-18 11:16:19 +02:00
4b04cd5746 Mass action tag layout updated 2023-09-04 12:00:16 +02:00
0fdffb0b96 Homepage form header layout updated 2023-08-31 22:26:08 +02:00
2d7d16ee6c Tag mass action layout updated 2023-09-01 14:16:27 +02:00
56983b01a8 Fix checkboxes pointer events issue 2023-08-28 14:21:34 +02:00
ca608ece65 Fix nav input styles 2023-08-28 09:54:12 +02:00
027042cc1a Fix #6873 override materializecss checkbox pointer-events disabled 2023-08-28 09:53:56 +02:00
b1752b619d Add display article configurator (font family, font size, line height and max width) 2023-08-22 13:02:50 +02:00
c99a733aff Fix checkboxes which were broken 2023-08-21 14:12:06 +02:00
15230f488a css: reduce risk of collision for #content
`main #content` can match fetched content and break the layout, like for
technologyreview.com

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2023-08-13 00:08:39 +02:00
513337c1fa Fix 6664 mass action input on dark theme 2023-06-26 22:34:57 +02:00
97a87235a1 Setting to show / hide articles thumbnails styling 2023-06-16 14:28:57 +02:00
2aa18b7b90 Merge pull request #6624 from Simounet/fix/6333-mousetrap-enter-issue
Fix mousetrap enter issue
2023-06-16 14:11:46 +02:00
fb2d88ffa4 Fix #6333 mousetrap enter issue 2023-06-16 12:19:34 +02:00
1534841308 Entry tags hover, active, focus style added 2023-06-15 23:18:43 +02:00
7a9e328ce9 Entry info style updated 2023-06-15 23:17:30 +02:00
5d1abde36d Entry view tags styled udpated 2023-06-15 23:13:45 +02:00
fcb880fbd1 Empty space on the top bar used for more add url toggle clickable target 2023-06-14 21:54:57 +02:00
3c7457801f index class added to body 2023-06-12 18:15:39 +02:00
e5b72f3123 Fix Stylelint errors 2023-06-12 18:15:38 +02:00
b0a53a44ae Fix #5808 auto dark theme detection flickering 2023-06-06 17:58:10 +02:00
81f58df7b8 Mass action tag layout updated 2023-05-26 21:14:32 +02:00
824d0248d5 [Boyscout] Material icons not selectable anymore 2023-05-25 22:06:00 +02:00
d0aad7b96d Mass actions available on cards view
fixup! Mass action toggle button added
2023-05-25 22:04:44 +02:00
384918cda9 Mass action toggle button added 2023-05-25 21:56:09 +02:00
c589e669e0 Dark mode background color for side panels updated 2023-05-18 13:34:11 +02:00
274412fb79 Fix dark mode URL add input color 2023-05-17 22:27:40 +02:00
aec4d9076e Dark mode contrast improved 2023-05-10 20:38:06 +02:00
5c1c779746 Fix dark mode top bar contrast 2023-05-10 13:51:58 +02:00
58c8548da0 Fix dark theme for pre HTML tags 2023-05-04 21:19:20 +02:00
5e2ad5f8db Move translations files to /translations
This is a recommendation for Symfony 5
2022-12-15 21:19:41 +01:00
33267f0736 Update to FOSUserBundle 3.1
Also remove some deprecation from Symfony.
Use `LegacyEventDispatcherProxy` to handle Symfony 4 dispatch from FOSUser
2022-12-14 09:42:17 +01:00
3df2370abc Translated using Weblate (Spanish)
Currently translated at 100.0% (37 of 37 strings)
2022-12-12 04:16:51 +01:00
8d3fcd4635 Merge remote-tracking branch 'origin/master' into 2.6.0 2022-11-03 10:30:17 +01:00
9d39130a96 Removed useless files 2022-11-03 10:16:52 +01:00
29308024ac Removed old, not so maintained and buggy baggy theme 2022-11-03 09:55:20 +01:00
84c1731f55 Added translation using Weblate (Catalan) 2022-11-02 09:55:59 +01:00
4947d419a3 Removed Carrot & Scuttle share 2022-11-01 15:10:02 +01:00
809e41fe6b Translated using Weblate (Japanese)
Currently translated at 100.0% (40 of 40 strings)
2022-10-20 02:07:39 +02:00
c372d68cc1 Merge remote-tracking branch 'origin/master' into 2.6.0 2022-10-18 11:11:02 +02:00
6569d15297 Translated using Weblate (Italian)
Currently translated at 82.5% (33 of 40 strings)
2022-10-11 23:29:17 +02:00
1baf6eeafd Translated using Weblate (Polish)
Currently translated at 100.0% (40 of 40 strings)
2022-09-19 09:02:44 +02:00
dab677fbc3 Translated using Weblate (Polish)
Currently translated at 100.0% (40 of 40 strings)
2022-09-04 10:18:32 +02:00
873f1358b0 Translated using Weblate (Chinese (Traditional))
Currently translated at 12.5% (5 of 40 strings)
2022-08-26 04:20:08 +02:00
10f1bc5506 Migrate root level template references to new notation 2022-08-25 21:08:21 +02:00
fc85cfd52e Fix TwigCS issues 2022-08-24 23:13:18 +02:00
131f21883d Merge remote-tracking branch 'origin/master' into 2.6.0 2022-08-23 08:43:46 +02:00
67caee2e2c Translated using Weblate (Turkish)
Currently translated at 100.0% (40 of 40 strings)
2022-07-21 21:17:47 +02:00
08eb190c95 Add support of mass action to tag entries
Closes #3118

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2022-06-29 15:48:41 +02:00