Adrian Jones
Adrian Jones
@matjazpotocnik - it happens almost all the time when I edit a page with Zen. It doesn't seem to happen with FF for me but Zen is otherwise non-problematic for...
I also noticed that links within cards are underlined. For the moment, I am fixing both with: ``` .uk-card :is(a, .uk-link) { text-decoration: none; } a { color: var(--pw-main-color); }...
@ryancramerdesign https://github.com/processwire/processwire/blob/dev/wire/modules/AdminTheme/AdminThemeUikit/uikit-pw/pw.min.css Look for `a,.uk-link{color:#e83561;text-decoration:none;cursor:pointer}`
@ryancramerdesign - yeah, that's basically what I described above - for some reason the Konkat theme doesn't specify link colors at all and so everything falls back to the default....
@ryancramerdesign - please note that this also needs overriding/replacing: ``` .PageList .ProcessListerTable tr.open>td:first-child a.actions_toggle { color: #d21846; } ``` It's not the same pink, but it still looks very out...
@matjazpotocnik @ryancramerdesign - I'd still like to see that: ``` .uk-card :is(a, .uk-link) { text-decoration: underline; } ``` which I also noted above either removed or changed to `none` (depending...
@ryancramerdesign - I also wonder if we could have the join options made available for `findMany()` please?
Sorry, I am getting sidetracked here, but I am starting to wonder about the benefits of autojoining PR fields. It seems like initially all that is loaded is an array...
Also seeing an error with text fields when checking value of the field in selector. "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'field_limited_to.data' in 'field list' on line: 168 in...
@ryancramerdesign - I think some of what I am seeing here is related to these things I posted about back in 2022: https://processwire.com/talk/topic/25088-pw-30172-%E2%80%93-find-faster-and-more-efficiently/?do=findComment&comment=228604 It's such a great feature being able...