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

ToolTip Styling and Designer preview fix #1566

Merged
merged 8 commits into from
Jun 10, 2024
Merged

Conversation

Al12rs
Copy link
Contributor

@Al12rs Al12rs commented Jun 10, 2024

Regarding the designer preview, we were not calling Host.StartAsync(), which caused exceptions in the designer related to DB not being initialized.
After adding Host.StartAsync() though, I also excluded SingleProcess (CLIServer and CLIClient) from being added to the Designer Service collection, to avoid the designer claiming single process lock.

For ToolTip styling, I added the Styles as defined on figma and fixed the SpineDownloadButton and IconButton Styles from bleeding into the ToolTips.

The ToolTip BoxShadow seems to work only in some cases though, there might be a problem with the outer padding value not being respected for some reason. The main issue was that ClipToBounds=False didn't work on ToolTip control itself, so I had to add the padding.

image
image
image
image

@Al12rs Al12rs requested a review from a team June 10, 2024 10:32
@Al12rs Al12rs self-assigned this Jun 10, 2024
@Al12rs
Copy link
Contributor Author

Al12rs commented Jun 10, 2024

Found the issue for tooltip styling not applying. I have to fix the tooltip position now though..

@Al12rs Al12rs merged commit 0a90890 into main Jun 10, 2024
6 checks passed
@Al12rs Al12rs deleted the feat/952-tooltip-styles branch June 10, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants