Sebastian Zoglowek

Results 175 comments of Sebastian Zoglowek

I'll keep this issue open but it doesn't seem that anything has been done within the past 8 months regarding the previous PR that wasn't updated anymore and would also...

@vossmedien @ngdot @c4y Da ich damals teils 500 Checkboxen anklicken musste pro neues RSCE habe ich mir damals ein Bookmarklet geschrieben. Da wir seit Längerem nicht mehr mit StyleManager-Archiven sondern...

@kroerig Maybe you'd be able to code your own Controller that checks for the database tables doing it for you. You could provide it as a PR afterwards :) Some...

Questionable if we'd need other classes than `.w25,.w33,.w50,.w66,.w75`. I changed this to a Draft PR due to possible optimizations with custom properties and not using "max-width" media queries. Tbh, @m-vo's...

I think this PR is finished if the solution mentioned in https://github.com/contao/contao/pull/7087#discussion_r1558289824 is fine. The last commit [Use custom properties for backend widgets and introduce w16-class](https://github.com/contao/contao/pull/7087/commits/608b93e0e63e79368e93c4eed980c41ab6e7d3b0) introduces custom properties so...

> On that note, may be it should be changed to mobile first? This would simplify the grid CSS even more. Could do that for the grid. I'd prefer having...

@fritzmg I did the CS and did the following changes: #### Media queries Grouped all media-queries so it's mobile first (not the split-button tho, doesn't make sense for that one)...

> I'd appreciate if somebody finds a solution where you don't even have to insert {{page::pageTitle}} into the pageName because it makes the PageTreeview in the Backend look like a...

After debugging, this happens most likely within these lines: https://github.com/contao/contao/blob/2c84decd5a81e16a508186060733bdf5deeb43be/core-bundle/contao/library/Contao/InsertTags.php#L107-L120 since it outputs $tags with a size of 1, thus returning a ChunkedText.

> what do you mean by that? Basically how far my investigation went. $tags is actually an array that looks like this: ```php $tags = [ '', '{{page::pageTitle}}, '' ]...