Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image blocks: add pattern background #6430

Draft
wants to merge 2 commits into
base: develop-minor
Choose a base branch
from

Conversation

distantnative
Copy link
Member

@distantnative distantnative commented May 1, 2024

This PR …

Enhancements

  • Image/Gallery blocks: added back option to specify an image background, e.g. to be able to see white graphics with transparent backgrounds

Docs

fields:
  blocks:
    type: blocks
    fieldsets:
      - type: image
        back: pattern-light

For review team

  • Add changes & docs to release notes draft in Notion

@distantnative distantnative added type: enhancement ✨ Suggests an enhancement; improves Kirby needs: decision 🗳 Requires a decision to proceed labels May 1, 2024
@distantnative distantnative added this to the 4.3.0 milestone May 1, 2024
@distantnative distantnative self-assigned this May 1, 2024
@tobimori
Copy link
Contributor

tobimori commented May 2, 2024

Maybe it'd be possible to toggle this via a blueprint option? I think it's a good thing, especially with the dark mode coming up, but most of my blocks don't need it as you figured.

@bastianallgeier
Copy link
Member

I also think that this could/should be a toggle. Maybe to even toggle between white/black/pattern.

@distantnative distantnative added needs: changes 🔁 Implement any requested changes to proceed and removed needs: decision 🗳 Requires a decision to proceed labels May 11, 2024
@distantnative distantnative marked this pull request as draft May 11, 2024 11:21
@distantnative
Copy link
Member Author

@bastianallgeier like an actual toggle field? The issue right now is that I wanted to rather add it as a fieldset blueprint option. However, I realized that fieldsets do no allow passing any custom options: https://github.com/getkirby/kirby/blob/main/src/Cms/Fieldset.php#L204-L219

@distantnative distantnative removed this from the 4.3.0 milestone May 11, 2024
@bastianallgeier
Copy link
Member

@distantnative I was thinking of a toggle in the block preview component. I would not connect it to the blueprint

@distantnative
Copy link
Member Author

@bastianallgeier but if it's not a fixed state, one would have to change the toggle e.g. for a white transparent graphic to pattern each time loading the view. Or would we try to store that in localStorage?

@bastianallgeier
Copy link
Member

Do you think it's going to get too messy to put it in localStorage? I think that would be quite nice as a solution.

@distantnative
Copy link
Member Author

distantnative commented May 12, 2024

I think the localStorage part could work. Just thinking of the UI of this toggle, won't be so easy as it would have to float on top of the image, or what do you have in mind?

Screen.Recording.2024-05-12.at.12.43.38.mov

@bastianallgeier
Copy link
Member

bastianallgeier commented May 17, 2024

I think it really looks good already. I wonder if we should use the background on the entire width or really only for the image. We could maybe reuse https://lab.getkirby.com/public/lab/components/frames/4_color to create a little square button in the bottom right corner instead of the text button. Maybe together with a dropdown arrow.

@tobimori
Copy link
Contributor

I would go with the entire width. Looks better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs: changes 🔁 Implement any requested changes to proceed type: enhancement ✨ Suggests an enhancement; improves Kirby
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants