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

BUGFIXES #34

Merged
merged 5 commits into from
Jul 4, 2023
Merged

Conversation

dbulatovicx32
Copy link
Contributor

KNOWAGE-7976
KNOWAGE-7997
KNOWAGE-7999

More info in individual commits per issue number.

Added missing metadata type.
Removed faulty check blocking background styling.
When value is not set ColorPicker component fallbacks to its own default which is #000000
Added a check to apply that default color to button in said case.
@@ -52,9 +51,12 @@ export default defineComponent({
this.dashboard = this.dashboardModelProp
if (!this.dashboard.configuration?.background) this.dashboard.configuration.background = { sheetsBackgroundColor: '', imageBackgroundUrl: '', imageBackgroundSize: '' } as IBackground
this.background = this.dashboard.configuration.background as IBackground

console.log('this.dashboard.configuration.background', this.dashboard.configuration.background)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remember to remove those after testing

@Redjaw Redjaw merged commit b546c52 into KnowageLabs:master Jul 4, 2023
1 of 2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants