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

feat: add basic dashboard widget structure #7679

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

tomivirkki
Copy link
Member

Description

Add basic <vaadin-dashboard-widget> structure

Added API:

  • widgetTitle: Specifies the title of the widget

Fixes https://github.com/orgs/vaadin/projects/70/views/1?pane=issue&itemId=75304804

Part of vaadin/platform#6627

Type of change

Feature

expect(titles[0].textContent).to.eql('Custom title');
});

it('should not override custom title element', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

This test seems to be a duplicate.

Copy link
Member Author

Choose a reason for hiding this comment

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

True, removed the duplicate test

Copy link
Contributor

@ugur-vaadin ugur-vaadin left a comment

Choose a reason for hiding this comment

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

LGTM. Added one comment regarding a duplicate test.

Copy link

sonarcloud bot commented Aug 21, 2024

@tomivirkki tomivirkki merged commit 3443482 into feat/dashboard Aug 21, 2024
9 checks passed
@tomivirkki tomivirkki deleted the feat/dashboard-widget branch August 21, 2024 07:29
@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with Vaadin 24.6.0.beta1 and is also targeting the upcoming stable 24.6.0 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants