-
Notifications
You must be signed in to change notification settings - Fork 295
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
Enhancement/4078 content area widgets #4131
Merged
Merged
Changes from 6 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
ebfec7f
Add required areas.
eugene-manuilov 371e420
Update the DashboardPopularKeywordsWidget widget.
eugene-manuilov af7076a
Update the DashboardIdeasWidget widget.
eugene-manuilov 542f527
Update the DashboardPopularPagesWidget widget.
eugene-manuilov df4f0f5
Add the correct width for the DashboardPopularPagesWidget widget.
eugene-manuilov 1a80100
Merge remote-tracking branch 'origin/develop' into enhancement/4078-c…
eugene-manuilov 9d9e9ef
Restore base path in CSS output filename.
aaemnnosttv 8536185
Update setup form to check scopes before submitting the form.
eugene-manuilov 85b5442
Fix ga4 issues.
eugene-manuilov cf2888a
Fix missing dialog issue.
eugene-manuilov aaee6f4
Revert UA property and profile checks.
eugene-manuilov 13bb60c
Update error title.
eugene-manuilov 0f2a20f
Rework UA/GA4 settings to save GA4 settings before UA settings only i…
eugene-manuilov f2a37b6
Revert whitespace changes.
eugene-manuilov 602d41d
Scaffold out DashboardMainApp and DashboardEntityApp.
johnPhillips 1e85272
Remove debug statement.
johnPhillips 283f687
Remove folder structure for Dashboard apps (CR feedback).
johnPhillips 5b11db3
Merge remote-tracking branch 'origin/develop' into enhancement/4078-c…
eugene-manuilov 5e09845
Merge branch 'develop' into enhancement/4078-content-area-widgets.
tofumatt 1bcc35d
Fix widget registration behind feature flags.
tofumatt 5a8270f
Restore removed module from merge.
tofumatt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eugene-manuilov I was wondering: will this mean that this widget could start appearing full width on the current dashboard and cause some regressions?
If so, maybe we should use the feature flag to conditionally apply them?
Let me know what you think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically, it could appear full width on the current dashboard, but it will happen only if there are no other widgets fit into that row. So, I don't think we need to use the feature flag here.