feat: Add backgroundImageFit and backgroundImageRepeat to ChatBackgroundConfiguration#437
Draft
feat: Add backgroundImageFit and backgroundImageRepeat to ChatBackgroundConfiguration#437
Conversation
…figuration Agent-Logs-Url: https://github.com/SimformSolutionsPvtLtd/chatview/sessions/80e36045-6137-4da2-b657-5912d6d6082e Co-authored-by: vatsaltanna-simformsolutions <63704011+vatsaltanna-simformsolutions@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add configuration for repeatable background image
feat: Add backgroundImageFit and backgroundImageRepeat to ChatBackgroundConfiguration
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
ChatBackgroundConfiguration.backgroundImagewas hardcoded toBoxFit.fillwith no repeat support, making it impossible to tile pattern images (e.g. Telegram-style repeating symbol backgrounds) or use other fit modes.Adds two optional parameters to
ChatBackgroundConfiguration:backgroundImageFit(BoxFit?) — how the image is inscribed into the container. Defaults toBoxFit.fill(no behavior change).backgroundImageRepeat(ImageRepeat?) — how the image tiles. Defaults toImageRepeat.noRepeat(no behavior change).Checklist
fix:,feat:,docs:etc).///.examplesordocs.Breaking Change?
Related Issues